maximkulkin / esp-homekit-demo

Demo of Apple HomeKit accessory server library
MIT License
809 stars 233 forks source link

multiple sensors #256

Open okanduzyel opened 4 years ago

okanduzyel commented 4 years ago

Hi sakisdog,

Your multiple sensor works very well but I found a bug.

Here is the scenario:

Cut the electricity of home(whole electricity) and after one minute give it back. Modem requires 30-90 second to boot. On the other hand, esp module boots up quickly, maybe 5 second, and because of that it can not find wifi network. Then, it start to working without wifi connection. Besides, modem gets ready to work but esp never connects to home's wifi. It runs wifi configuration page. If you reset esp, It reboots and connects wifi correctly.

Electricity goes frequently at homes. I think, it must always search try to connect if wifi didn't find or didn't connect. Because, we configured it first time. It knows which wifi it should connect.

maxnasva commented 2 years ago

Hello, I am interested in making a thermostat with OLED display and I would like to know from you if it is possible to change the temperature accuracy by changing the set point from + / - 0.5 ° C to +/- 0.2 ° C. thanks a lot max53va