I am trying to get the SmartEVSE working together with the EV Smart Charging app in Home Assistant. But I cannot fully understand what is happening if I change the charging modus. In HA I made some scripts to set the charger in diferent modes.
The scripts that cause probable the problem:
- Start direct charging (this sets the SmartMode selector to Normal). And this works fine the car starts to charge
- Stop direct charging (this sets the SmartMode selector to Off). And this works fine the car stops the charging
- Turn Smart Charging Off (this sets the SmartMode selector to Off)
- Turn Smart Charging On (this sets the SmartMode selector to Smart), this sets the mode to smart, but the charger starts directly with charging and is not using the EV Smart Charging output!
Is there a mindmap to understand what is happening when switching between charging modes and how a script like EV Smart Charging is communicating with SmartEVSE and what variables are used? What's the difference between SmartEVSE Mode Selector (selector) and SmartEVSE Mode (sensor)?
For programmers my question looks perhaps stupid. But I spend already 1 day finding out how everything works but it is so damn not logical to me.
And sorry that I dropped this question on Github. But I could not find any fora where this would be appropriate.
Thanks in advanced.
Alexander
{Yaml script Turn Smart Charging On:
action: select.select_option
metadata: {}
target:
entity_id: select.smartevse_mode_selector
data:
option: SMART
}
I am trying to get the SmartEVSE working together with the EV Smart Charging app in Home Assistant. But I cannot fully understand what is happening if I change the charging modus. In HA I made some scripts to set the charger in diferent modes.
The scripts that cause probable the problem:
Is there a mindmap to understand what is happening when switching between charging modes and how a script like EV Smart Charging is communicating with SmartEVSE and what variables are used? What's the difference between SmartEVSE Mode Selector (selector) and SmartEVSE Mode (sensor)?
For programmers my question looks perhaps stupid. But I spend already 1 day finding out how everything works but it is so damn not logical to me.
And sorry that I dropped this question on Github. But I could not find any fora where this would be appropriate.
Thanks in advanced.
Alexander
{Yaml script Turn Smart Charging On:
action: select.select_option
metadata: {}
target:
entity_id: select.smartevse_mode_selector
data:
option: SMART
}