Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mc0110 opened this issue Oct 17, 2022 · 2 comments
Open

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

mc0110 opened this issue Oct 17, 2022 · 2 comments

Comments

@mc0110
Copy link

mc0110 commented Oct 17, 2022

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
Copy link
Owner

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
Copy link
Author

mc0110 commented Oct 17, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants