22.06.2020, 10:01
Just tried the MQTT explorer.
It confirms that LM connects/disconnect when i look at active clients on the server.
When i change the value on the knx bus which I am subscribing on both server and LM, only the set value (status) updates in the MQTT Explorer. When I change the value from google home the value only changes the value for write, as it should.
I have this running in a resident script 0, and I also enables/disables everytime I do some changes in the script.
Seems like there is something wrong with my:
-- topic to object map
mqtt_to_object = {
['gBridge/u1/d1/onoff'] = '1/0/1',
Are my packages correct?
Libmosquitto 1.6.3-1
Luamosquitto 0.3-5
Luasocket 2.0.2-20191009
It confirms that LM connects/disconnect when i look at active clients on the server.
When i change the value on the knx bus which I am subscribing on both server and LM, only the set value (status) updates in the MQTT Explorer. When I change the value from google home the value only changes the value for write, as it should.
I have this running in a resident script 0, and I also enables/disables everytime I do some changes in the script.
Seems like there is something wrong with my:
-- topic to object map
mqtt_to_object = {
['gBridge/u1/d1/onoff'] = '1/0/1',
Are my packages correct?
Libmosquitto 1.6.3-1
Luamosquitto 0.3-5
Luasocket 2.0.2-20191009