MySensors GW sends it's internal command I_VERSION every 10 sec



  • Hi,
    I have setup HA with MySensors RPI as a gateway. From debugs I see that my GW is sending all the time, each 10 seconds internal message I_VERSION "MSG=0;255;3;0;2;" with current software release. FYI, I have tested stable/development and results are the same.

    2020-02-19 08:18:19 DEBUG (MainThread) [mysensors] Sending 0;255;3;0;2;
    2020-02-19 08:18:19 DEBUG (MainThread) [mysensors] Receiving 0;255;3;0;2;2.3.2
    2020-02-19 08:18:29 DEBUG (MainThread) [mysensors] Sending 0;255;3;0;2;
    2020-02-19 08:18:29 DEBUG (MainThread) [mysensors] Receiving 0;255;3;0;2;2.3.2
    

    Is it a bug or feature 🙂 ?

    Logs for reference.
    MySensors GW side:

    GWT:RFC:C=0,MSG=0;255;3;0;2;
    GWT:RFC:C=0,MSG=0;255;3;0;2;
    TSF:MSG:READ,1-1-0,s=10,c=1,t=17,pt=5,l=4,sg=0:109
    TSF:MSG:READ,1-1-0,s=12,c=1,t=24,pt=5,l=4,sg=0:4602
    TSF:MSG:READ,1-1-0,s=11,c=1,t=18,pt=7,l=5,sg=0:4.602
    TSF:MSG:READ,1-1-0,s=13,c=1,t=17,pt=5,l=4,sg=0:34
    TSF:MSG:READ,1-1-0,s=15,c=1,t=25,pt=5,l=4,sg=0:243
    TSF:MSG:READ,1-1-0,s=14,c=1,t=18,pt=7,l=5,sg=0:0.243
    TSF:MSG:READ,1-1-0,s=0,c=1,t=0,pt=7,l=5,sg=0:29.7
    GWT:RFC:C=0,MSG=0;255;3;0;2;
    GWT:RFC:C=0,MSG=0;255;3;0;2;
    TSF:MSG:READ,1-1-0,s=10,c=1,t=17,pt=5,l=4,sg=0:109
    TSF:MSG:READ,1-1-0,s=12,c=1,t=24,pt=5,l=4,sg=0:4602
    TSF:MSG:READ,1-1-0,s=11,c=1,t=18,pt=7,l=5,sg=0:4.602
    TSF:MSG:READ,1-1-0,s=13,c=1,t=17,pt=5,l=4,sg=0:34
    TSF:MSG:READ,1-1-0,s=15,c=1,t=25,pt=5,l=4,sg=0:243
    TSF:MSG:READ,1-1-0,s=14,c=1,t=18,pt=7,l=5,sg=0:0.243
    TSF:MSG:READ,1-1-0,s=0,c=1,t=0,pt=7,l=5,sg=0:29.6
    GWT:RFC:C=0,MSG=0;255;3;0;2;
    GWT:RFC:C=0,MSG=0;255;3;0;2;
    TSF:MSG:READ,1-1-0,s=10,c=1,t=17,pt=5,l=4,sg=0:110
    TSF:MSG:READ,1-1-0,s=12,c=1,t=24,pt=5,l=4,sg=0:4603
    TSF:MSG:READ,1-1-0,s=11,c=1,t=18,pt=7,l=5,sg=0:4.603
    TSF:MSG:READ,1-1-0,s=13,c=1,t=17,pt=5,l=4,sg=0:34
    TSF:MSG:READ,1-1-0,s=15,c=1,t=25,pt=5,l=4,sg=0:243
    TSF:MSG:READ,1-1-0,s=14,c=1,t=18,pt=7,l=5,sg=0:0.243
    TSF:MSG:READ,1-1-0,s=0,c=1,t=0,pt=7,l=5,sg=0:29.6
    

    Homeassistant side:

    2020-02-19 08:17:59 DEBUG (MainThread) [mysensors] Sending 0;255;3;0;2;
    2020-02-19 08:17:59 DEBUG (MainThread) [mysensors] Receiving 0;255;3;0;2;2.3.2
    2020-02-19 08:18:09 DEBUG (MainThread) [mysensors] Sending 0;255;3;0;2;
    2020-02-19 08:18:09 DEBUG (MainThread) [mysensors] Receiving 0;255;3;0;2;2.3.2
    2020-02-19 08:18:12 DEBUG (MainThread) [mysensors] Receiving 1;10;1;0;17;109
    2020-02-19 08:18:12 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 1 child 10
    2020-02-19 08:18:12 DEBUG (MainThread) [mysensors] Receiving 1;12;1;0;24;4602
    2020-02-19 08:18:12 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 1 child 12
    2020-02-19 08:18:12 DEBUG (MainThread) [mysensors] Receiving 1;11;1;0;18;4.602
    2020-02-19 08:18:12 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 1 child 11
    2020-02-19 08:18:12 DEBUG (MainThread) [mysensors] Receiving 1;13;1;0;17;34
    2020-02-19 08:18:12 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 1 child 13
    2020-02-19 08:18:12 DEBUG (MainThread) [mysensors] Receiving 1;15;1;0;25;243
    2020-02-19 08:18:12 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 1 child 15
    2020-02-19 08:18:12 DEBUG (MainThread) [mysensors] Receiving 1;14;1;0;18;0.243
    2020-02-19 08:18:12 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 1 child 14
    2020-02-19 08:18:12 DEBUG (MainThread) [mysensors] Receiving 1;0;1;0;0;29.7
    2020-02-19 08:18:12 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 1 child 0
    2020-02-19 08:18:12 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Liczniki Energii 1 10: value_type 17, value = 109
    2020-02-19 08:18:12 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Liczniki Energii 1 12: value_type 24, value = 4602
    2020-02-19 08:18:12 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Liczniki Energii 1 11: value_type 18, value = 4.602
    2020-02-19 08:18:12 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Liczniki Energii 1 13: value_type 17, value = 34
    2020-02-19 08:18:12 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Liczniki Energii 1 15: value_type 25, value = 243
    2020-02-19 08:18:12 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Liczniki Energii 1 14: value_type 18, value = 0.243
    2020-02-19 08:18:12 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Liczniki Energii 1 0: value_type 0, value = 29.7
    2020-02-19 08:18:16 DEBUG (SyncWorker_11) [mysensors.persistence] Saving sensors to persistence file /config/mysensors-eth.json
    2020-02-19 08:18:19 DEBUG (MainThread) [mysensors] Sending 0;255;3;0;2;
    2020-02-19 08:18:19 DEBUG (MainThread) [mysensors] Receiving 0;255;3;0;2;2.3.2
    2020-02-19 08:18:29 DEBUG (MainThread) [mysensors] Sending 0;255;3;0;2;
    2020-02-19 08:18:29 DEBUG (MainThread) [mysensors] Receiving 0;255;3;0;2;2.3.2
    2020-02-19 08:18:32 DEBUG (MainThread) [mysensors] Receiving 1;10;1;0;17;109
    2020-02-19 08:18:32 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 1 child 10
    2020-02-19 08:18:32 DEBUG (MainThread) [mysensors] Receiving 1;12;1;0;24;4602
    2020-02-19 08:18:32 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 1 child 12
    2020-02-19 08:18:32 DEBUG (MainThread) [mysensors] Receiving 1;11;1;0;18;4.602
    2020-02-19 08:18:32 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 1 child 11
    2020-02-19 08:18:32 DEBUG (MainThread) [mysensors] Receiving 1;13;1;0;17;34
    2020-02-19 08:18:32 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 1 child 13
    2020-02-19 08:18:32 DEBUG (MainThread) [mysensors] Receiving 1;15;1;0;25;243
    2020-02-19 08:18:32 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 1 child 15
    2020-02-19 08:18:32 DEBUG (MainThread) [mysensors] Receiving 1;14;1;0;18;0.243
    2020-02-19 08:18:32 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 1 child 14
    2020-02-19 08:18:32 DEBUG (MainThread) [mysensors] Receiving 1;0;1;0;0;29.6
    2020-02-19 08:18:32 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 1 child 0
    2020-02-19 08:18:32 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Liczniki Energii 1 10: value_type 17, value = 109
    2020-02-19 08:18:32 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Liczniki Energii 1 12: value_type 24, value = 4602
    2020-02-19 08:18:32 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Liczniki Energii 1 11: value_type 18, value = 4.602
    2020-02-19 08:18:32 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Liczniki Energii 1 13: value_type 17, value = 34
    2020-02-19 08:18:32 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Liczniki Energii 1 15: value_type 25, value = 243
    2020-02-19 08:18:32 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Liczniki Energii 1 14: value_type 18, value = 0.243
    2020-02-19 08:18:32 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Liczniki Energii 1 0: value_type 0, value = 29.6
    2020-02-19 08:18:36 DEBUG (SyncWorker_10) [mysensors.persistence] Saving sensors to persistence file /config/mysensors-eth.json
    2020-02-19 08:18:39 DEBUG (MainThread) [mysensors] Sending 0;255;3;0;2;
    2020-02-19 08:18:39 DEBUG (MainThread) [mysensors] Receiving 0;255;3;0;2;2.3.2
    2020-02-19 08:18:49 DEBUG (MainThread) [mysensors] Sending 0;255;3;0;2;
    2020-02-19 08:18:49 DEBUG (MainThread) [mysensors] Receiving 0;255;3;0;2;2.3.2
    2020-02-19 08:18:52 DEBUG (MainThread) [mysensors] Receiving 1;10;1;0;17;110
    2020-02-19 08:18:52 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 1 child 10
    2020-02-19 08:18:52 DEBUG (MainThread) [mysensors] Receiving 1;12;1;0;24;4603
    2020-02-19 08:18:52 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 1 child 12
    2020-02-19 08:18:52 DEBUG (MainThread) [mysensors] Receiving 1;11;1;0;18;4.603
    2020-02-19 08:18:52 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 1 child 11
    2020-02-19 08:18:52 DEBUG (MainThread) [mysensors] Receiving 1;13;1;0;17;34
    2020-02-19 08:18:52 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 1 child 13
    2020-02-19 08:18:52 DEBUG (MainThread) [mysensors] Receiving 1;15;1;0;25;243
    2020-02-19 08:18:52 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 1 child 15
    2020-02-19 08:18:52 DEBUG (MainThread) [mysensors] Receiving 1;14;1;0;18;0.243
    2020-02-19 08:18:52 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 1 child 14
    2020-02-19 08:18:52 DEBUG (MainThread) [mysensors] Receiving 1;0;1;0;0;29.6
    2020-02-19 08:18:52 DEBUG (MainThread) [homeassistant.components.mysensors.gateway] Node update: node 1 child 0
    2020-02-19 08:18:52 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Liczniki Energii 1 10: value_type 17, value = 110
    2020-02-19 08:18:52 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Liczniki Energii 1 12: value_type 24, value = 4603
    2020-02-19 08:18:52 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Liczniki Energii 1 11: value_type 18, value = 4.603
    2020-02-19 08:18:52 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Liczniki Energii 1 13: value_type 17, value = 34
    2020-02-19 08:18:52 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Liczniki Energii 1 15: value_type 25, value = 243
    2020-02-19 08:18:52 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Liczniki Energii 1 14: value_type 18, value = 0.243
    2020-02-19 08:18:52 DEBUG (MainThread) [homeassistant.components.mysensors.device] Entity update: Liczniki Energii 1 0: value_type 0, value = 29.6
    2020-02-19 08:18:56 DEBUG (SyncWorker_13) [mysensors.persistence] Saving sensors to persistence file /config/mysensors-eth.json
    

    Thanks,
    Maciek


  • Admin

    @macieiks This is triggered by the HA, as the log suggests:

    2020-02-19 08:18:39 DEBUG (MainThread) [mysensors] Sending 0;255;3;0;2; 
    2020-02-19 08:18:39 DEBUG (MainThread) [mysensors] Receiving 0;255;3;0;2;2.3.2 
    2020-02-19 08:18:49 DEBUG (MainThread) [mysensors] Sending 0;255;3;0;2;
    2020-02-19 08:18:49 DEBUG (MainThread) [mysensors] Receiving 0;255;3;0;2;2.3.2
    

    Please check with the HA ppl


Log in to reply
 

Suggested Topics

  • 1
  • 6
  • 2
  • 1
  • 17

0
Online

11.2k
Users

11.1k
Topics

112.5k
Posts