I have decided to give preference to the shared library, so you (and others) can already start with some tests and integrations.
I think I will publish a first version later today.
This version already includes the latest P2P features (incl. livestream support over p2p)
Alright so 4GB is plenty for a few weeks of clips?
I’ll probably go for the wired version then, only thinking about how to secure good to my door post since i live in an apartment with a neighbour that cannot be trusted.
Not really, since the ioBroker adapter also supports P2P communication via the Eufy Cloud. The only requirement is that the configured Eufy Cloud account can view all devices.
If the Eufy Cloud account configured in the ioBroker adapter has access to all devices and you still can’t see all devices (of both properties) in ioBroker, please enable debug mode and then send me the logs.
I got it all working! The solution was install iobroker independently in its own docker, something about my configuration of MaxWs addon just wasnt letting the rest commands through, it would 404 no matter what. As soon as i got the independent docker up and running per fuzzys instructions, all my rest commands work and i get a stream.
Yay! Thank you everyone.
to compound all this, im doing this remotely, so the only ingress i have to my HA setup is through the HA interface, I dont have local network access, and i finally got guacamole and xrdp working right too, so i can rdp… through the guacamole plugin in HA… into the debian box that HA (and now iobroker) is running on.
Hi @jbrukardt yesterday I got my ioBroker working in Hassio by configuring the TCP ports found in the configuration section of ioBroker. Before I was getting connection refused, irrespective of TCP port assigned in the instance config.
supervisor > dashboard > ioBroker > configuration, specify two extra TCP ports. I just used the next two 8082 & 8083.
In the GUI of ioBroker, I assigned 8082 to simple Restful API & 8083 to Web server instances.
All appears working I can call the status of motion detection using Rest commands when targeting TCP port 8082. e.g.
http://(hassio IP):8082/getPlainValue/eufy-security.0.(model ID).cameras.(camera ID).person_detected
Returned value is “false”. If the camera is set for motion the state is triggered in motion_detected instead of person_detected. The status changes to “true” during camera detection.
I just need to figure out how to get this into HA as a trigger for lights, I’m still a novice but I think I’m moving slowly towards my goal/ambtion to toggle my Hue lights at night when triggered