Chris Howell

Results 36 comments of Chris Howell

The feature is available on a ESP32 version 4.x development release here: https://github.com/OpenEVSE/ESP32_WiFi_V4.x/actions/runs/2045138078 It will soon be merged into the stable releases. ESP8266 2.x is no longer supported or under...

I agree also, this would be a good enhancement. On Thu, Jun 24, 2021, 8:27 PM Glyn Hudson ***@***.***> wrote: > I agree, that's a good idea > > —...

Some users want the button disabled regardless of where it is interpenetrated. If someone walks up to an outdoor station they can mess with your station. There should be a...

Polling the Tesla API will keep the car awake and prevent it from sleeping. Right now we are always polling regardless of state. We could stop polling or poll way...

The streaming API is not yet well documented, for now we should only poll while actively charging as the vehicle will already be awake. If the station status is error,...

Does this issue include client certificates? Client certificates are required for MQTT for use on Amazon AWS, Google Cloud, Microsoft Azure, etc. Client Certificates are also required for OCPP 1.6J...

Example in Python ```python import time import requests import json import paho.mqtt.client as mqtt import urllib3 urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) powerwall_ip = "192.168.50.2" # local IP address for powerwall garteway mqtt_broker = ""...

Tesla Energy Gateway Firmware version 20.49.0 broke HTTP get without authentication to: /api/system_status/soe /api/meters/aggregates Now TWG_PASSWORD is needed in addition to the TEG_IP Address. POST to https://TEG_IP/api/login/Basic with JSON: {"username":...

Here is a working Python Example with the new authentication. [https://github.com/OpenEVSE/Solar_MQTT/blob/main/Tesla%20Energy%20Gateway/Tesla_Energy_Gateway_mqtt.py]([https://github.com/OpenEVSE/Solar_MQTT/blob/main/Tesla%20Energy%20Gateway/Tesla_Energy_Gateway_mqtt.py])

@pavel167 In Europe, it is common to bring your own cable, the cable has a connector on both ends. The station locks the connector to the station when the charge...