-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Need your help to create an Agent DVR addon for Home Assistant #507
Comments
hello happy to help but i don't use HA myself - if there's something specific you need from my side just ask - you might have more luck asking on HA community instead though |
Don't close this topic yet, if you can. Maybe someone knows how to do it and will give an answer here. I will raise this topic on the Home Assistant forum. |
Please provide the link to HA forum. I also interested in addon.I'm currently trying to get around what cameras & NVR to use. After reading reviews for Swan I started to think I need go open source with a some Chinese NVR and cameras from Ali. |
Maybe you can get some inspiration (and help) from https://github.com/alexbelgium/hassio-addons. For example https://github.com/alexbelgium/hassio-addons/tree/master/zoneminder Would be nice to have agent DVR as add-on for Home Assistant |
I’m trying to create a HA addon. The only puzzle I have is the persistent of the data (mounting volumes). And I can’t figure out how the settings in XML/config.xml, when they have changed, survive a recreation of the container. |
Forget my last comment 😉 |
@ljsquare awesome - if you want to put together some text and screenshots i'll link to it from the website. |
I can't install your Agent DVR addon. You're doing something right now, right? Do I understand correctly that you are using the share folder and there will be 3 folders there: Config, Media, Commands? If you restart the addon, the settings in Agent DVR will not be erased? |
I waited, updated the repositories, launched the AgentDVR addon and it doesn't start s6-rc: info: service s6rc-oneshot-runner: starting |
Correct, there was a little tiny bug in my script (windows/unix LF). That’s now corrected. |
Yes/no, de important folders are Media (contains also the config) and Commands. I move them to de default data mount (every addons has this folder) and make a symbolic link to it (agent dvr wants it in its folder). Secondly I add the share mount, so you can use it to save eg. video’s or screenshot. The share folder is available to every service (for example smb addon). |
I installed the AgentDVR addon from here. The settings do not fly off if you stop, start and restart the addon works fine. Icons and design can be taken from me |
Your program is great, but there is not enough addon for Home Assistant and I would like Agent DVR to have an addon for Home Assistant. I've learned how to create simple things so far, but I haven't learned how to transfer settings from an addon to a container or mount folders, and I don't understand how to do it. I created the Agent DVR addon and ran into a problem. I do not know how to mount folders from Home Assistant. More precisely, I know how to mount folders in the Docker Container itself, but I don't know how to implement it in the Agent DVR addon. The addon itself is launched and Agent DVR is working properly. Could you help in creating the Agent DVR addon? You can take all the files here
The appearance of the Agent DVR addon
I was thinking of using Stacks to add Agent DVR to Docker Portainer since it works successfully, but it only works if we manually insert this code into Stacks
The text was updated successfully, but these errors were encountered: