-
Notifications
You must be signed in to change notification settings - Fork 9
LAN access without cloud dependency #29
Description
Hello,
First of all, thank you for providing a module to integrate IMOU cameras with Home Assistant. However, I noticed that the current implementation requires using IMOU’s cloud API, which comes with additional costs.
Many IMOU cameras are already connected to the local network (LAN), and it would be much more efficient and cost-effective to allow direct local access instead of relying on the cloud. This would provide several benefits:
- Lower latency: Faster access to video streams and controls.
- Better privacy & security: No need to expose camera data to external servers.
- No extra costs: Avoid paying for API access when the hardware is already on the local network.
Would it be possible to implement an option for direct LAN access, bypassing the cloud API ? This would greatly enhance the user experience and make this HACS integration more attractive in case the cameras are connected to the LAN. If the camera access is request over WAN, the API access still the best option.
Thank you for considering this request!
Regards