-
-
Notifications
You must be signed in to change notification settings - Fork 37
Home Assistant - how to? #32
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
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). |
Your post looks very promising and thank you for posting your solution, but how do you personally run the docker container? I'm currently running mine on my personal PC as a test, but haven't found an easy alternative except creating a custom addon for HA that runs the container as I'm running Home Assistant OS. |
I'm not that familiar with Home Assistant OS, but if it's the same thing as hassio (agents being installed directly onto OS), you could perhaps ssh into the OS and run a docker-compose with |
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: