Closed user45876 closed 4 months ago
The Alert entities were deleted but they were added as attributes to the alert entity (the binary sensor). Are there also no attributes ?
Unfortunately not, in my case at least. The entity "binary_sensor.indego_serial_alert" only has the number of alerts as attributes:
device_class: problem
friendly_name: Radio alert
alerts_count: 0
(For unknown reasons, indegos name is "Radio" ;) )
Ok but do you have an active alert in your bosch app ? Because in the actual setting an alert is only added to the attributes when the alert count is > 0. When it is 0 then it looks like you have posted (only friendly name, device class and alert_count)
No, I did not, as you said ;) Thanks for pointing this out, I was not aware of that. And yes, when there is an active alert, the attributes are there. => User error, works as designed. Sorry and thank a lot!
No problem, you're welcome 😉
Checklist
The problem
The Alert Details are no longer available. There used to be entities for it, but there are no longer. Only an 'there is an alert' entity is available, a binary sensor. I have also set the third checkmark in the configuration to have the alerts stored, however, there are no alert details or entities besides the binary sensor.
Expected behavior
Seeing alert details / corresponding entities, at least after setting the third checkmark in the integration config.
Steps to reproduce
For me: Delete Indego integration, reinstall, set up with the chrome auth helper plugin. Set it as mower and also check the alerts checkmark.
Environment
Logs
switched on debug logging on integration page, reloaded integration, switched off debug logging. This is the resulting log.
State of relevant entities
N/A
Additional information
This was available in 5.6.3 and now there is a possibly corresponding configuration option. I have switched that on but still can not see the alert details.
Hope, I got that right. Thank you so much for your great work!!!