danielfett / inetbox.py

A software implementation of something similar to a Truma iNet box
GNU General Public License v3.0
72 stars 7 forks source link

Warning: Unknown status buffer type b'\n\x15' #22

Open mc0110 opened 1 year ago

mc0110 commented 1 year ago

Hallo Daniel,

ich komme da nicht wirklich weiter, bekomme nach jedem "Received status data from cp plus" die oben genannte warning. System ist eine Truma, die auf Diesel läuft. Die Umschaltung über energy_mix funktioniert aber.

2022-10-17 19:27:52,296 truma.main INFO - Loop(_update_online_status) called 1 times, average duration 0.003755s, load=0% 2022-10-17 19:27:52,297 truma.main INFO - Loop(send_status) called 59 times, average duration 6.315254237288136e-05s, load=0% 2022-10-17 19:28:03,444 inet-lin INFO Received status data from cp plus 2022-10-17 19:28:03,446 app WARNING Unknown status buffer type b'\n\x15' 2022-10-17 19:29:09,821 inet-lin INFO Received status data from cp plus 2022-10-17 19:29:09,822 app WARNING Unknown status buffer type b'\n\x15' 2022-10-17 19:30:03,424 inet-lin INFO Received status data from cp plus 2022-10-17 19:30:03,425 app WARNING Unknown status buffer type b'\n\x15' 2022-10-17 19:30:52,299 truma.main INFO Loop stats: 2022-10-17 19:30:52,300 truma.main INFO - Loop(_update_online_status) called 1 times, average duration 0.004092s, load=0% 2022-10-17 19:30:52,301 truma.main INFO - Loop(send_status) called 60 times, average duration 6.231666666666665e-05s, load=0% 2022-10-17 19:31:08,076 inet-lin INFO Received status data from cp plus 2022-10-17 19:31:08,077 app WARNING Unknown status buffer type b'\n\x15' 2022-10-17 19:32:03,405 inet-lin INFO Received status data from cp plus 2022-10-17 19:32:03,406 app WARNING Unknown status buffer type b'\n\x15' 2022-10-17 19:33:07,473 inet-lin INFO Received status data from cp plus 2022-10-17 19:33:07,475 app WARNING Unknown status buffer type b'\n\x15' 2022-10-17 19:33:52,301 truma.main INFO Loop stats: 2022-10-17 19:33:52,303 truma.main INFO - Loop(_update_online_status) called 1 times, average duration 0.003031s, load=0% 2022-10-17 19:33:52,304 truma.main INFO - Loop(send_status) called 60 times, average duration 6.301666666666666e-05s, load=0% 2022-10-17 19:34:14,980 inet-lin INFO Received status data from cp plus 2022-10-17 19:34:14,981 app WARNING Unknown status buffer type b'\n\x15' 2022-10-17 19:35:05,689 inet-lin INFO Received status data from cp plus 2022-10-17 19:35:05,690 app WARNING Unknown status buffer type b'\n\x15' 2022-10-17 19:36:13,203 inet-lin INFO Received status data from cp plus 2022-10-17 19:36:13,204 app WARNING Unknown status buffer type b'\n\x15'

Hast Du eine Idee, was ich da ändern kann / muss. (Ich kapiere die bitstruct nicht :( )

danielfett commented 1 year ago

Moin!

Das ist kein Bug. Da kommt ein Statusbuffer, der nicht interpretiert wird, weil die Inhalte, die ich bisher entdecken konnte, höchst langweilig sind (Uhrzeit bzw. gewählter Menüpunkt). Vielleicht setze ich den bei Gelegenheit mal um, aber aktuell passt das so.

mc0110 commented 1 year ago

Das klingt gut! Ich war in Sorge, dass es was mit der Diesel-TRUMA zu tun hat. Danke fürs Feedback