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

Heating BDR sensor not consistently updating #39

Closed
lloyda opened this issue Nov 16, 2021 · 5 comments
Closed

Heating BDR sensor not consistently updating #39

lloyda opened this issue Nov 16, 2021 · 5 comments

Comments

@lloyda
Copy link

lloyda commented Nov 16, 2021

Looking at the sensor for my heating relay (binary_sensor.13_197705_active), it does not seem to be getting updated consistently, and sometimes not at all.

Having observed the packets, I expected this (filtered) set of packets would have been the ones that updated the sensor, but that does not seem to be the case. Are you using something else?

2021-11-16 13:00:14 INFO (MainThread) [ramses_rf.message] || BDR:197705 |            |  I | actuator_state   |      || {'modulation_level': 0.0, '_flags_0': 'FF'}
2021-11-16 13:00:39 INFO (MainThread) [ramses_rf.message] || BDR:197705 |            |  I | actuator_state   |      || {'modulation_level': 1.0, '_flags_0': 'FF'}
2021-11-16 13:02:15 INFO (MainThread) [ramses_rf.message] || BDR:197705 |            |  I | actuator_state   |      || {'modulation_level': 0.0, '_flags_0': 'FF'}
2021-11-16 13:02:19 INFO (MainThread) [ramses_rf.message] || BDR:197705 |            |  I | actuator_state   |      || {'modulation_level': 0.0, '_flags_0': 'FF'}
2021-11-16 13:10:43 INFO (MainThread) [ramses_rf.message] || BDR:197705 |            |  I | actuator_state   |      || {'modulation_level': 1.0, '_flags_0': 'FF'}
2021-11-16 13:12:19 INFO (MainThread) [ramses_rf.message] || BDR:197705 |            |  I | actuator_state   |      || {'modulation_level': 0.0, '_flags_0': 'FF'}
2021-11-16 13:12:24 INFO (MainThread) [ramses_rf.message] || BDR:197705 |            |  I | actuator_state   |      || {'modulation_level': 0.0, '_flags_0': 'FF'}
@zxdavb
Copy link
Owner

zxdavb commented Nov 17, 2021

@lloyda Can you ask these questions at https://community.home-assistant.io/t/honeywell-ch-dhw-via-rf-evohome-sundial-hometronics-chronotherm/151584 for now?

It uses the 'modulation_level' from this packet, actuator_state, and also from actuator_cycle - whichever is most recent.

There should be an actuator_cycle RP every 60 seconds.

@lloyda
Copy link
Author

lloyda commented Nov 17, 2021

Will do. It was 50/50 where I posted it, so I'll carry this conversation on there.

@zxdavb
Copy link
Owner

zxdavb commented Nov 27, 2021

@lloyda Is this fixed now (since 0.16.20) please?

@lloyda
Copy link
Author

lloyda commented Nov 28, 2021

Yes. Can now be closed. Thanks

@zxdavb
Copy link
Owner

zxdavb commented Nov 28, 2021

You can't close it yourself? Or would you prefer I do it for you? ;)

@lloyda lloyda closed this as completed Nov 28, 2021
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