mb-software / homeassistant-powerbrain

Custom Component for Homeassistant to integrate cFos Powerbrain devices
MIT License
14 stars 1 forks source link

Integration needs Internet access to work with local wallbox #84

Closed dylan09 closed 4 months ago

dylan09 commented 6 months ago

Today we had a failure with our network provider. During the failure there was no internet available. During this failure the integration stops working and all devices / entities from my local wallbox was unavailable.

The web interface of the wallbox was available through web browser all the time.

Why is the integration depending on internet access for my local available wallbox?

mb-software commented 6 months ago

This integration does not need an internet connection, it works over local network. There is nothing in the code that would require internet access. Anyway, I just made the test and switched of my internet modem. As expected the integration was still working like normal. In your case something else must have caused the issue.

dylan09 commented 6 months ago

Thanks for clarification. Will test again what happens when I shutdown my internet connection.