Hi All!
I have a question. I have a sensor of type S_DOOR on my MySensors GW, which provides V_ARMED variable. Here’s a log from mysensors present:
0;255;3;0;9;0 MCO:BGN:INIT GW,CP=R-NGA---,FQ=16,REL=255,VER=2.3.2
0;255;3;0;14;Gateway startup complete.
0;255;0;0;17;2.3.2
0;255;3;0;11;MySensorsMainGW
0;255;3;0;12;1.3
0;0;0;0;3;WlacznikGanek
0;1;0;0;0;RygielGora
0;2;0;0;0;RygielDol
And it sends correctly status to HA:
0;0;1;0;2;0
0;1;1;0;15;1
0;2;1;0;15;0
And it seems that it works, in HA i can see a entity with attribute V_ARMED on and off.
But my question is, why i also gets V_STATUS? O_o:
2021-10-02 19:55:26 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: MySensorsMainGW 0 1: value_type 2, value = 0
2021-10-02 19:55:26 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: MySensorsMainGW 0 1: value_type 15, value = 0
2021-10-02 19:55:26 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: MySensorsMainGW 0 2: value_type 2, value = 0
2021-10-02 19:55:26 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: MySensorsMainGW 0 2: value_type 15, value = 0
I can’t see any wrong in my gateway code, thus logs didnt show me that mysensors sends to HA that node 1 and 2 is of type 2?
Is this some kind of limitation?
Why my sensors have both types registered in HA?
I’ve tried to remove persisentece file and reboot, but it still detects V_STATUS anyway 