Murat Seker
Murat Seker
> @ebartz Sorry, would you mind clarifying... > Are you talking about > a) hyperion sends RGB values to an MQTT topic or > b) hyperion receives RGB values from...
Bad news, MQTT module of QT is under automation package https://doc.qt.io/QtMQTT/index.html @Paulchen-Panther @tpmodding @Lord-Grey Other alternatives are https://github.com/eclipse/mosquitto and https://github.com/eclipse/paho.mqtt.c, both backed by Eclipse. Mosquitto seems better maintained. Any preference...
There is a library called libmosquitto which provides client functionality https://mosquitto.org/api/files/mosquitto-h.html
> @WoLpH the library for HA is outdated and currently does not work with hyperion.ng. I just tested and seems to work fine ?
@joselito11 So you want to control RaspBee(or Conbee) via Deconz from Hyperion, is that correct ? If so, is this the correct API ? https://dresden-elektronik.github.io/deconz-rest-doc/
Or we can just wait those guys to implement and copy/paste :D (qbittorrent/qBittorrent#12970)
@elfring Thanks. This is already in my TODO list. We indeed need to convert some of the raw pointers to smart ones and some of them to references.