-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Home Assistant - how to? #32
Comments
Okay, i found something - i answer to my own question:
The new sensor with the given name (example NVR) should appear. Without motion status is unknown. If motion appeares it must change. ToDo: create other sensor type. I use a NVR with 3 cams (channels). So i need 3 sensors for 3 different channels. And my NVR is flapping with the MotionDetect. It seems, that every second motion is detected a Alarm is created. I'am still debuging. |
Update:
Value is Channel + _ + Start or Stop (0_Start, 0_Stop, .... 2_Start, 2_Stop). |
Create work, but how to integrate exactly into home assistant. I have a running docker image and it receives a lot of messages with "MotionDetect" and "EventStop". At the Mosquitto broker log i see a new client connection. But what to do next to get sensors or trigger an automation?
The text was updated successfully, but these errors were encountered: