Fixh1

Results 8 comments of Fixh1

I added an MQTT task to the SmartEVSE (and installed Mosquitto, Node Red etc) And via Node Red I can get all information from my Zoë, including the SOC. So...

Hi, I think (almost 100% sure) that this is the maximum allowed charge power. When at 100% soc this value reduces to e.g 3.5kW, and I can see that the...

![Screenshot_20221009-125505_Chrome](https://user-images.githubusercontent.com/17511161/194774322-800d5853-de65-4b8a-9bbf-636732230d8c.jpg) Here is the last part of a charging session, as you can see, the instantaneous power drops to zero when the soc reaches 100%.

I allso have the disconnecting wifi-problem. I'll try the : WiFi.setAutoReconnect(true); WiFi.persistent(true); And see if it gives some improvement.

Hi @deqw, Is it the disconnect handling that causes the problems, or the websocket part? The first part is fairly easy, the last part is quit a lot of work...

Hi @mstegen , I have experience a lot of problems with the WiFi, so testpossibilities enough :-( I have build the SmartEVSE into an existing housing made from aluminium, so...

Yesterday I did a fruitless attemp with this code: WiFi.onEvent(onWifiEvent); void onWifiEvent(WiFiEvent_t event) { switch (event) { case WiFiEvent_t::ARDUINO_EVENT_WIFI_STA_GOT_IP: _Serialprintf("Connected to AP: %s\nLocal IP: %s\n", WiFi.SSID().c_str(), WiFi.localIP().toString().c_str()); break; case WiFiEvent_t::ARDUINO_EVENT_WIFI_STA_CONNECTED:...

The good news is that the thing is still charging the car. By the way, I got a communication error this morning: The Irms was not received anymore via the...