Ted Drain

Results 18 comments of Ted Drain

In case this bug isn't clear - this is serious (i.e. breaking) issue. The connect line in client.py is not passing the arguments through in the correct locations to connect()....

Any update on this? This bug breaks the client and is trivial to fix.

Here's an appdaemon script for HA that gets the alert image and sends it out via telegram. Check the blue iris docs - there are lots of options when requesting...

Here's another good write up on this: http://wiki.indigodomo.com/doku.php?id=fanlinc_and_keypadlinc Might have some decent ideas on a simpler UI for controlling this.

Well you're in luck, I believe @jrevans is working on this feature right now.

To find the current state, use a standard direct 0x1f, 0x05 message. If bit 5 is 1, the load is detached. To detach the load, send an extended direct message...

Not exactly. Detached load is when you have the load wired connected to a load you want to control but you don't want to control it from the switch itself...

I have a similar problem. I have an sftp server set up only on my LAN. Saving there works fine. But if I got outside my LAN, I don't want...

If this get's added, please add an option to keep the current behavior. I'm using rsync in a custom archive project where I need the hash of a file as...

Sorry, I'm confused. The page below seems to say to use self.entities as the correct way to access an entity (which is an object) https://appdaemon.readthedocs.io/en/latest/APPGUIDE.html There are already similar utility...