You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :( )
The text was updated successfully, but these errors were encountered:
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.
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 :( )
The text was updated successfully, but these errors were encountered: