Bretton Wade

Results 74 comments of Bretton Wade

Confirmed I can turn the switch on an off like an outlet. Next is testing whether the set variable service works on it too. Can you expose the sicce pump...

Using the developer tools, I tried to call set variable on the pump and it does not work ("unknown error" is reported). The log contains: Traceback (most recent call last):...

The problem seems to be that the did for this object is "3_1", which is getting converted to an integer somewhere in the read from the setup. Adding quotes around...

The only problem now is that the IOTA pump is not included in the sensors list (excluded by line 22 of sensor.py?). Since I am controlling the pump via an...

As a test I changed line 22, and I have the sensor value showing up now, so it really is that simple. I'm debating whether to try to set my...

The auth code tries to login 3 times real fast - should there be any kind of sleep in that loop?

One observation is that the status info seems to be available without auth: http://apex.local/cgi-bin/status.json it's just the inputs and outputs, though...

I won't belabor the point here. I rewrote a bunch of the apex.py class to use the cached config and status rather than re-fetch and haven't had this problem any...

I don’t think doing this at the integration level is consistent with home assistant’s design philosophy. If you really want to, you could create a helper entity that is a...

I have my HA instance connected through homekit, and have had my father mischievously turning off everything in the house using Siri, so I understand what you are concerned about....