Hi,
Pretty new at this, but its been going okay so far until this problem.
I’ve configured zoneminder on a VM on my network.
I can access it fine and have added the home-assistant component in my configuration.yaml:
zoneminder: host: zm username: homeassistant password: secret
I currently have 1 camera set up in zoneminder, and i can see the entity_id in homeassistant. I can also see entities for 2 sensors, a switch. They are called:
camera.conservatory sensor.conservatory_status sensor.conservatory_events switch.conservatory_state
These all show up under my Home tab in home assistant.
All good so far.
I have created a group called security:
security: name: Security view: true entities: - camera.conversatory - sensor.conservatory_status - sensor.conversatory_events - switch.conservatory_state
The group appears as a view/tab in home assistant, but only the camera and events sensor show up. I feel like i’ve tried various different configurations of the 4 entities in various groups, but i can only get the camera and events sensor entities to show.
As each entity shows up in the Home tab, it seems that they are all working fine. I can use the switch to change recording modes in zoneminder and it all works fine.
Is there something i’m missing here?
Can anyone point me in the right direction for things to double check?
Many thanks