Fresh install and having a strange issue with a Pentair system. I have my Homekit system set-up to automatically turn the Pool/Spa lights OFF at 22:00. I noticed that they were still on after that and went and looked at the logs. They are set forth below. Any suggestions?
Log for Homebridge-poolcontroller:
[2019-5-27 21:59:59] [Pool Controller] Setting Circuit POOL LIGHT to 0
[2019-5-27 21:59:59] [Pool Controller] Setting Circuit SPA LIGHT to 0
[2019-5-27 22:00:00] [Pool Controller] Update Light State for POOL LIGHT (state: 1-->0)
[2019-5-27 22:00:00] [Pool Controller] Update Light State for SPA LIGHT (state: 1-->0)
[2019-5-28 00:00:00] [Pool Controller] Setting Circuit SPA LIGHT to 0
[2019-5-28 00:00:00] [Pool Controller] Setting Circuit POOL LIGHT to 0
[2019-5-28 00:00:00] [Pool Controller] Setting Circuit POOL LIGHT to 0
[2019-5-28 00:00:00] [Pool Controller] Setting Circuit SPA LIGHT to 0
[2019-5-28 00:00:00] [Pool Controller] Update Light State for SPA LIGHT (state: 0-->1)
[2019-5-28 00:00:00] [Pool Controller] Update Light State for POOL LIGHT (state: 0-->1)
Log for nodejs-poolcontroller:
21:59:59.934 INFO
{"text":"User request to toggle POOL LIGHT to on","status":"on","value":1}
21:59:59.939 INFO
{"text":"User request to toggle SPA LIGHT to on","status":"on","value":1}
22:52:32.693 INFO
{"text":"User request to toggle POOL LIGHT to off","status":"off","value":0}
22:52:32.711 INFO
{"text":"User request to toggle SPA LIGHT to off","status":"off","value":0}
23:59:59.390 INFO
{"text":"User request to toggle SPA LIGHT to on","status":"on","value":1}
23:59:59.396 INFO
{"text":"User request to toggle POOL LIGHT to on","status":"on","value":1}
23:59:59.478 INFO
{"text":"User request to toggle POOL LIGHT to on","status":"on","value":1}
23:59:59.482 INFO
{"text":"User request to toggle SPA LIGHT to on","status":"on","value":1}
Fresh install and having a strange issue with a Pentair system. I have my Homekit system set-up to automatically turn the Pool/Spa lights OFF at 22:00. I noticed that they were still on after that and went and looked at the logs. They are set forth below. Any suggestions?
Log for Homebridge-poolcontroller:
[2019-5-27 21:59:59] [Pool Controller] Setting Circuit POOL LIGHT to 0 [2019-5-27 21:59:59] [Pool Controller] Setting Circuit SPA LIGHT to 0 [2019-5-27 22:00:00] [Pool Controller] Update Light State for POOL LIGHT (state: 1-->0) [2019-5-27 22:00:00] [Pool Controller] Update Light State for SPA LIGHT (state: 1-->0) [2019-5-28 00:00:00] [Pool Controller] Setting Circuit SPA LIGHT to 0 [2019-5-28 00:00:00] [Pool Controller] Setting Circuit POOL LIGHT to 0 [2019-5-28 00:00:00] [Pool Controller] Setting Circuit POOL LIGHT to 0 [2019-5-28 00:00:00] [Pool Controller] Setting Circuit SPA LIGHT to 0 [2019-5-28 00:00:00] [Pool Controller] Update Light State for SPA LIGHT (state: 0-->1) [2019-5-28 00:00:00] [Pool Controller] Update Light State for POOL LIGHT (state: 0-->1)
Log for nodejs-poolcontroller:
21:59:59.934 INFO {"text":"User request to toggle POOL LIGHT to on","status":"on","value":1} 21:59:59.939 INFO {"text":"User request to toggle SPA LIGHT to on","status":"on","value":1} 22:52:32.693 INFO {"text":"User request to toggle POOL LIGHT to off","status":"off","value":0} 22:52:32.711 INFO {"text":"User request to toggle SPA LIGHT to off","status":"off","value":0} 23:59:59.390 INFO {"text":"User request to toggle SPA LIGHT to on","status":"on","value":1} 23:59:59.396 INFO {"text":"User request to toggle POOL LIGHT to on","status":"on","value":1} 23:59:59.478 INFO {"text":"User request to toggle POOL LIGHT to on","status":"on","value":1} 23:59:59.482 INFO {"text":"User request to toggle SPA LIGHT to on","status":"on","value":1}
Thank you!