Michael Benz
Michael Benz
hmm. This might be a rounding error on the conversation between miles and KM (for the odometer) Not sure about the Energy Added sensor. Does it make sense for some...
So, initially, i added all sensors from TeslaMate purely for feature completeness. However, if it's causing errors for total_increasing sensors, should i just remove energy_added and odometer? are they adding...
Hey Team, I was thinking about how i can get more-realtime updates on my tesla, specifically its location so I can automate things like opening the garage door when i...
Yeah, so i did have MQTT sensors set up initially,. The TeslaMate docs even specically call this out https://docs.teslamate.org/docs/integrations/home_assistant But it means every "Value" is duplicated. Once from the MQTT...
Early days, not prod ready. But gives you an idea of how i expected the connection to work. https://github.com/Megabytemb/tesla/tree/teslamate it backs of the home assistant MQTT integration. I've yet to...
view pull request here https://github.com/alandtse/tesla/pull/564
Alright, @alandtse has been awesome and merged my code into Dev. You can try out the new connection by following this guide! https://github.com/alandtse/tesla/wiki/Teslamate-MQTT-Intergration Please let me know if you run...
If you enable debug logs while charging, do you get the MQTT logs saying its updated the sensor The Time Charging complete sensor is a bit special by the looks...
So if you have a look at the sensor code, you can see its not using the raw value, but instead appears to be converting it some how. https://github.com/alandtse/tesla/blob/dbaa5c7572c90281e4580635b6c242fe43231b89/custom_components/tesla_custom/sensor.py#L577 I...
I'm happy to work on this once i fix all the teslamate bugs. That is, if no-one gets to it first