Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advice how to implement charging over night #22

Open
jimon opened this issue Sep 24, 2021 · 4 comments
Open

Advice how to implement charging over night #22

jimon opened this issue Sep 24, 2021 · 4 comments

Comments

@jimon
Copy link

jimon commented Sep 24, 2021

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!

@jimon
Copy link
Author

jimon commented Sep 24, 2021

Guess the idea of sensorbox becoming the master device is better, than it could run this logic and control charging stations modes more correctly.

@PA1RB
Copy link
Contributor

PA1RB commented Oct 26, 2021

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).

image

When the new release of the sensorbox software is available, I do plan to link Home Assistant to SmartEVSE / Sensorbox.

@PA1RB
Copy link
Contributor

PA1RB commented Dec 17, 2021

@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?

@mstegen
Copy link
Member

mstegen commented Feb 10, 2022

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants