Open jimon opened 3 years ago
Guess the idea of sensorbox becoming the master device is better, than it could run this logic and control charging stations modes more correctly.
For now I have implemented automation rules in my domotica (Home Assistant) that start and stop charging through the car API (in my case it is a Skoda Enyaq, for which a plug-in is available in Home Assistant).
When the new release of the sensorbox software is available, I do plan to link Home Assistant to SmartEVSE / Sensorbox.
@mstegen on the Sensorbox: I'll release a version of the PIC firmware soon that will only do the CT measurements, and will not use the RS485 bus, nor use the P1 port. On this version the ESP32 will handle everything else.
Is this already on the horizon, or any support the team can give?
@PA1RB I've uploaded the code for the Sensorbox-2 to Github. It's still acting as a slave/node to the SmartEVSE, but all the modbus handling is now done by the ESP. Also added a way for the SmartEVSE to retrieve the time/date so charging at a specific time/day could be added to the SmartESVE code.
Hi, I would like some advice how to implement charging during specific periods and/or remotely controlled.
A super naive way I can do right now is to MITM Sensorbox report and replace it with predefined frame that tells the controller "no energy is available", but that will result in my car complaining that charging cannot be started.
I could also expand solar timer logic to achieve something similar.
Which way should I take? Thanks!