Hi,
ZM 1.36.5
I am using Home Assistant and Node-Red to automate ZoneMinder scheduling and data from/to ZoneMinder for a Security Alarm.
Everything works fine, but I would like to extract the current Run State information from ZoneMinder.
Is it possible to achieve?
Thanks in advance for any help.
Current Run State information extraction
Re: Current Run State information extraction
I figured it out.
In Node-Red used mysql node to query zm database:
SELECT Name FROM `States` WHERE IsActive=1
Then passed results to Home Assistant Call Service node (input_text helper).
In Node-Red used mysql node to query zm database:
SELECT Name FROM `States` WHERE IsActive=1
Then passed results to Home Assistant Call Service node (input_text helper).