shimmeringbee / controller

Implementation of home automation controller (a.k.a hub and gateway), initially focusing on Zigbee devices, written in Go.
https://shimmeringbee.io/
Apache License 2.0
6 stars 1 forks source link

MQTT Interface #5

Closed pwood closed 3 years ago

pwood commented 3 years ago

As an alternative to HTTP, it would be good to export data from the controller via MQTT.

If possible there should be the possibility of reusing the same code from HTTP, initially concentrating on interacting with the state of devices, and not the mgmt of moving them around the system.

Support for:

pwood commented 3 years ago

This was in a branch for a while, however is now completed with ability to invoke actions, and specify output layers if required.