core: 0.115 RISCO integration risco panel does not appear on the lovelace alarm panel card entity list
The problem
Cannot select Risco alarm as an entity when adding lovelace card. The entity is simply missing there. I’ve even done a fresh installation of HA with only Risco integration just to be sure that this is not related to any custom config. I have successfully connected my risco account. The app recognizes all my zones. I have following sensors available along with my zone sensors (replaced real numbers with XXX): sensor.risco_0000000XXXXX_alarm_events sensor.risco_0000000XXXXX_other_events sensor.risco_0000000XXXXX_status_events sensor.risco_0000000XXXXX_trouble_events
Environment
- Home Assistant Core release with the issue: 0.115
- Operating environment (OS/Container/Supervised/Core): tested on both container and linux
- Integration causing this issue: Risco
- Link to integration documentation on our website: https://www.home-assistant.io/integrations/risco/
Problem-relevant configuration.yaml
Clean configuration.yaml because of clean fresh installation of HA
Traceback/Error logs
Additional information
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 79 (30 by maintainers)
best to close this ticket, since there is no issue 😃
@OnFreund Thanks for the followup. I’m facing random SD Card problems so I can’t try much on this due to major concerns. But when I posted this issue I was recovering from a snapshot and the container with Risco integration was not working, so I’m sure that there wasn’t more connections to my Risco Cloud account. But as soon as I can migrate to a more stable system I will investigate better this integration. Thank you for all your work and support!
@OnFreund Thank you for your directions. I will try that and give feedback or open another issue if needed.
Same problem here. Was running fine with docker from mancioshell. But with this integration I only have the 4 event sensors show up but no alarm panel created. My alarm system is Lightsys2 (4 years running).
Errors logged are as follow:
2020-10-29 10:12:55 ERROR (MainThread) [homeassistant.components.risco] Error fetching risco data: {'result': 17, 'validationErrors': None, 'errorText': None, 'errorTextCodeID': None, 'status': 200, 'response': None} 2020-10-29 10:12:55 ERROR (MainThread) [homeassistant.components.alarm_control_panel] Error while setting up risco platform for alarm_control_panel Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 197, in _async_setup_platform await asyncio.shield(task) File "/usr/src/homeassistant/homeassistant/components/risco/alarm_control_panel.py", line 55, in async_setup_entry for partition_id in coordinator.data.partitions AttributeError: 'NoneType' object has no attribute 'partitions' 2020-10-29 10:12:55 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up risco platform for binary_sensor Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 197, in _async_setup_platform await asyncio.shield(task) File "/usr/src/homeassistant/homeassistant/components/risco/binary_sensor.py", line 26, in async_setup_entry for zone_id, zone in coordinator.data.zones.items() AttributeError: 'NoneType' object has no attribute 'zones'At Risco Cloud I can see only one partition (named “Mi casa”).Let me know if I can provide more information needed to fix this issue.