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

0.31.7: binary_sensor.01_078710_active_fault is not being updated #171

Closed
brucemiranda opened this issue Feb 24, 2024 · 6 comments
Closed
Assignees

Comments

@brucemiranda
Copy link

brucemiranda commented Feb 24, 2024

The Active Fault sensor doesn't appear to be getting updated.
binary_sensor.01_078710_active_fault

When looked at via the Developer Tools the various state attributes are always null/unknown

id: "01:078710"
active_fault: null
latest_event: null
latest_fault: null
device_class: problem
friendly_name: Controller 01:078710 Active fault
@zxdavb
Copy link
Owner

zxdavb commented Feb 29, 2024

This is a known problem with 0.31.7 and 0.41.7.

@zxdavb zxdavb changed the title binary_sensor.01_078710_active_fault is not being updated 0.31.7: binary_sensor.01_078710_active_fault is not being updated Feb 29, 2024
@zxdavb
Copy link
Owner

zxdavb commented Apr 3, 2024

@brucemiranda: I believe this is fixed now with 0.31.16 & 0.41.16 - is that correct?

@zxdavb zxdavb added the question Further information is requested label Apr 3, 2024
@brucemiranda
Copy link
Author

Unfortunately not fixed in 0.41.16.

This is what I see on that sensor. So all the fault information is still null

id: "01:078710"
active_fault: null
latest_event: null
latest_fault: null
device_class: problem
friendly_name: Controller 01:078710 Active fault

@brucemiranda
Copy link
Author

The other issues with this sensor is that it is regularly going Unavailable.

@zxdavb zxdavb removed the question Further information is requested label Apr 9, 2024
@zxdavb zxdavb self-assigned this Apr 9, 2024
@brucemiranda
Copy link
Author

@zxdavb the 0418 messages don't appear to be processed at all by ramses_cc.
My controller raised a system fault and it was visible on the screen but no sensor or entity was updated on HA with those fault details

@brucemiranda
Copy link
Author

0.41.20 seems to have fixed this.

Now I can see the last event and fault on sensor.

id: "01:078710"
active_faults: []
latest_event: 24-05-10T22:08:46, restore, comms_fault, 07:017494, FA, dhw_sensor
latest_fault: null
device_class: problem
friendly_name: Controller 01:078710 Active fault

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