Possible Bug with MySensors 2.0
IOBroker
1
Posts
1
Posters
903
Views
1
Watching
-
Hi,
could it be that there is a litte bug in the mysensors adapter for iobroker?
The MYSensors API say that V_VAR1 .. V_VAR5 is possible for "any Device".
But I can't use them with S_INFO.
The MYSensors Controller can Handle this.
So i edit the getmeta.js like this
'S_INFO': {index: 36, role: 'info', vars: ['V_TEXT', 'V_VAR1', 'V_VAR2', 'V_VAR3', 'V_VAR4', 'V_VAR5']},With this modification, it works...
Regards Thorsten