-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
ramses_cc.send_packet
creates invalid address sets
#164
Comments
I added fake timestamps and tried "client.py parse" on
And the result also did not show the packages and not error messages:
So it is not ramses_cc related, but something in the parser. |
It also happens with a W 22C9:
It is not visible in the packet.log, only on serial direct. So it seems it has something to do with the addressing. 15 minutes later.... |
One of those cases, where things are obvious in retrospect:
I agree. You shoudl have gotten an error message: I often deprecate some logging to reduce log spam. In this case, I believe I went too far. I will put it back. For the four packets above, we have:
... but I will make it do this:
|
Worse that that:
If I can do the above, then maybe I can remove the |
So:
|
Thanks for taking your time to enhance the logging! Those warnings look good. |
Full fix will be in 0.31.10 (and 0.41.10) |
ramses_cc.send_packet
creates invalid address sets
I have a problem that I do not receive the following packets in the packet.log and not in ramses_cc_message event, but they are received by the HGI80.
This log is from the serial port with the tail -f command, so it does receive the packet. But it is not in the packet.log and I cannot find a error in the Home Assistant log.
Background info:
A normal RQ 01FF from a Spider thermostat is directed to the gateway address starting with 18:.
I have 6 thermostats and 2 send the message to the gateway, the others don't.
I don't know why, but it is not really important, I know they do react to the RP anyway.
I do receive the messages directed to the gateway.
A log with multiple RQ 01FF messages, all message without 18:010547 are ignored:
Running 0.41.7, problem is also in previous versions.
Could you have a look why ramses is ignoring these messages?
The text was updated successfully, but these errors were encountered: