0

In an attempt to utilize my web-connected security system with Home-Assistant (home-assistant.io), I did some research on it’s web interface, and it looks like it uses websockets to imitate keypad presses.

I would like Home-Assistant, which typically functions as a Websockets server itself to be able to monitor/control the security system by acting as the client(?), but it seems like all the documentation seems to show HA as the server and not as the client.

Thank You!

Coby
  • 136
  • 1
  • 2
  • 8

1 Answers1

1

Have you looked at the HASS websocket documentation. You can send commands to services and also subscribe to the websocket server. This should give you the ability to talk to HASS by sending a service call to any of the registered components (such as zwave door sensors or siren). Does that make sense?

https://home-assistant.io/developers/websocket_api/

ThanksMister
  • 336
  • 4
  • 12