Custom overlay for Dahua cameras #16252
jakeycrx
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Moving this to the Show and Tell category. Nice work! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just spent a good few hours getting this working, so I thought I would post up as it's something I've wanted to do for a while.
Using the API you can overlay any value from Home Assistant onto your Dahua camera. I'm overlaying temp and RH. It's very simple once I worked it out, but there is a lot of trial and error involved with the Dahua API.
I'm using a shell command. You can't have spaces in the string you're trying to overlay otherwise it won't work. The vertical bar is a line break. I made sensor templates to add the °C and % symbols, then I have an automation to run the shell command when the temp or RH changes. It's working on my 2 Dahua cameras.
Beta Was this translation helpful? Give feedback.
All reactions