Tim
Tim
@guillebot Definatly a approch worth some investigation. This might nearly (ID requests need to be handled) make the MQTT part of my MySensors binding obsolete.
@guillebot Discovery of homie devices / things is supported through the generic MQTT binding: > [The MQTT Homie convention version 3.x is supported by this binding. It allows to automatically...
@nemerdaud Gave your binding a first shot and it just worked. Amazing! :smile:
Changing the op_mode does not seem to work, it results in an error after a few seconds. ``` 14:19:13.543 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'corridorACMode' changed from 3 to...
The binding is receiving a message at topic: "Devices/LP-Gateway/Out/10/255/3/0/32" An internal message (3) with I_PRE_SLEEP_NOTIFICATION (32) with a content "500 2018-11-24 00:50:21.032 [DEBUG] " Is this message received from a...
1) This only happens on RGBW nodes? 2) If you disble the request for ACK does the error remain? 3) The second log shows that a ACK was received from...
@FredericMa : Sadly, I've not yet found a workaround. It first came up two years ago: https://groups.google.com/forum/#!msg/openhab2/QbmaSwC59l0/NEJDfNRjAgAJ The pulse count is stored (and restored through persistence) in the item(s). In...
I haven't worked with client connections from ethernet gateways yet, but I suppose this could be implemented.
`DHCPListenService` is part of the network binding. Using this within our binding would lead to a dependency. The network binding would need to be installed together with the MySensors binding....
Internally the OpenHAB2 binding works this way too. The binding does know which childs belong to which node. I'm not aware of a way to represent this in OpenHAB2, there's...