Detailed API #762
Replies: 2 comments
-
It would be an awesome feature indeed! At the moment there is no API documentation for the internal messages, since they aren't really sent over a standardized protocol. I wanted to update this to use something like ZeroMQ sometime in the future, but haven't gotten around to it yet. If you already want to dig into it now you can take a look at the cluster.service.ts and the democracy npm module. The packets are sent via UDP sockets, peer auto-discovery happens through mDNS. Aside from that, you can already achieve some interoperability using |
Beta Was this translation helpful? Give feedback.
-
For another project of mine, I finally managed to get reliable rssi readings from my iphone using an esp32. |
Beta Was this translation helpful? Give feedback.
-
Is there a detailed API of the MQTT messages or HTTP messages that room assistant uses to manage the cluster/devices? I was looking to add on to the project by extending it to work on ESP32's. Based on what I know of the project the difficulty level would be pretty low with my skill set and I think it would be a great feature.
Beta Was this translation helpful? Give feedback.
All reactions