Skip to content

Nodon SIN-2-RS-01 new Model (Firmware) not working #70

Closed Answered by mak-gitdev
vbreit asked this question in Request
Discussion options

You must be logged in to vote

Ok this is a bug at enocean-mqtt level.
And as previously explained, this is not related to the firmware.

When a send request is received, we have to determine which sensor is targeted.
To select the correct sensor, a name comparison is done between the MQTT topic and the list of sensors.
At the moment, this name comparison checks whether a sensor name is IN the MQTT topic.
Thus, when a request targeting shutterwz/terrasse1 is received, as shutterwz/terrasse appears first in the list of sensors and as "shutterwz/terrasse" is also in "shutterwz/terrasse1", it will pass the current name comparison and it will be selected as the targeted device.
Then as the wrong device is selected, you end …

Replies: 7 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@vbreit
Comment options

@mak-gitdev
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@vbreit
Comment options

@mak-gitdev
Comment options

Answer selected by vbreit
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enocean-mqtt enocean-mqtt related issues
2 participants