Home Assistant should support fetching and writing data to a standard web socket.
Why
MQTT is popular but not ubiquitous. Some devices such as the arduino based wiolink (ES8266) use websockets as a message bus.
node.js and other web frameworks can talk web sockets out of the box. They could extend, integrate with Home Assistant without requireing libraries like MQTT.
Hello, i just want ask what is done with websocketsā¦ Iām interested to add support for ESP8266 like boardā¦ For now i use mqtt based firmware to interact with homeassistentā¦ But board comes with easy web based configuration firmware, but work with web socketsā¦ Board comes with universal UART connector. With this, many possible sensors devices can be attachedā¦
They all firmware is Open source and is good, easy and low-cost devices.
All i want is too add support for them for HomeAssistent.
For how i use thirt-party app writen for nodeJS to use this modules on HomeAssistentā¦
I want Home Assistant to support them native