You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g. publishing 1 to leaf/control/climate will turn on the car's A/C
This is working well, however I have been unable to find a way to return the car's A/C / climate control status start_cc_result = l.get_start_climate_control_result(result_key) or l.get_latest_hvac_status() does not seem to work.
The text was updated successfully, but these errors were encountered:
I have written a script to publish data to MQTT and respond to MQTT messages by activating control :
https://github.com/glynhudson/leaf-python-mqtt
e.g. publishing 1 to
leaf/control/climate
will turn on the car's A/CThis is working well, however I have been unable to find a way to return the car's A/C / climate control status
start_cc_result = l.get_start_climate_control_result(result_key)
orl.get_latest_hvac_status()
does not seem to work.The text was updated successfully, but these errors were encountered: