David Carson
David Carson
I did a packet trace, using tcpdump+wireshark, to see if I could work out what was going on. What I noticed was that all of the failed (timed out) requests...
I changed the timeout to be a very high number (1,000,000) as mentioned by [dafrautn](https://github.com/dafrautn) above https://github.com/aarons22/homebridge-bond/issues/201#issuecomment-1295972955, and then reloaded. I found that it takes approx. 36s (36,000ms) to load...
The solution in the link above does not work for me. When I follow the solution in the link above, and install markupsafe 2.0.1, I get another error: ``` ERROR:...
Thanks for getting back to me. It looks like your code is working fine for the `for loop` - however, Go is not a language that I am very familiar...
My equipment flags has: ` "equipment_flags": 8223,` which is 0x201F. To find out if a heat pump exists, so I AND the equipment_flags with 0x2? aka (pseudo code) ``` if...
Thanks. I found the definitions in the const.py file So I could do `data['config']['equipment_flags'] & EQUIPMENT. FLAG_SOLAR_AS_HEAT_PUMP` Looking at the flags defined: 0x1 - Solar - TRUE for me (correct)...
Thanks. I am remote from my pool at the moment, and it seems that the SLConfig app only wants to connect locally. Remote it reports an error. When I am...
Maybe just close this, and I can create a new one for what I find about Cooling.
Yes, I have the UltraTemp 120 H/C. Interesting about Night Cooling option. Thank you for sharing.
I strongly suspect this is a duplicate of #247 Please re-test with the newly release version 3.3.5.