I’ve been using this DH with my car for about three months and haven"t noticed significant vampire drain. The presence sensor functionality in the device handler is based on the Poll() method, which SmartThings calls periodically. The timing of this is a little variable, so it can take a while for arrival/departure to register.
It depends what your use case is as to whether this is a problem. If you want something to happen immediately when your car arrives/departs, then this is not really a suitable solution (and probably never will be as increasing the poll frequency obviously increases the frequency of contacts with the car)
I got my first electric bill since I got a Tesla and it was double what I was expecting. I was polling my Tesla every minute and also preheating the car for up to 30 minutes during the week. I am still troubleshooting why my bill was so high but I’ve disabled both right now to see if I notice a difference.
I’ve had both the Sense and the Aeon labs. Sense is great, though I’m not finding that it’s discovering as many of my devices as I would like yet.
The Aeon Labs is nice in that there’s a Smartthings device handler out there for it so you can build events/trigger on its activity, which can be pretty cool (although you don’t get any device granularity).
Hi Guys, if you cud help
Installed python3, pip, flask, geopy & teslajson on synology
when i run pyton3 teslacontrol.py install
I get this error
File “teslacontrol.py”, line 11
HOME_LOCATION = (, )
^
SyntaxError: invalid syntax
can you help
what commands I need to run after installing
I have already created Tesla device
Thank you
Sorry, Only other thing is that I dont get any of the tiles on post#16
just have presence tile, on & off hvac tile & refresh tile
does it matter if it is Model X ?
Cheers
Hi
I the lights on Tesla lights up on pressing the presence button, i assume the device and app working fine. except that I dont get the fancy tiles as on post 15. I have device handle from Jon’s github
Any suggestions (its Model X, does it matter ?)
cheers
Heya. Just wondering if there were any plans to integrate further with Tesla (https://timdorr.docs.apiary.io/) specifically id like to use the start charging and stop charging functions in webcore to automate the charging process for TOU times and when my solar is generating power etc.