corvis / prana_rc

Python library and CLI to control Prana recuperators via BLE connection (https://prana.org.ua/)
GNU General Public License v3.0
20 stars 6 forks source link

HTTP server dropping when internet is disconnected. #33

Open Jokeru18 opened 2 years ago

Jokeru18 commented 2 years ago

Hello, When my internet is disconnecting the prana connection gets dropped. Any way of fixing this. As I understand it should need active internet connection to work.

corvis commented 2 years ago

Are you sure it is related to Internet connection? I do not see any reason why it might happen, also prana_rc doesn't use internet and doesn't require internet connection.

Jokeru18 commented 2 years ago

Meanwhile I found out what the reason was. It was related to the internet but it is more related to the Prana Wi-Fi inner workings. Mine is wifi version and when it was connected to Wi-Fi, and the internet was dropping it was disconnecting from Bluetooth. I disconnected the Prana from wi-fi and now it is ok.