Open GrafZahl32 opened 1 month ago
Just start and stop the charging depending of the time of the day & SOC. Leave the general SOC setting to 80%. Write a simple code that checks that if the local time is more than 20:00 and SOC is more than 50%, then send a MQTT command to stop charging. I would also check that if the car is near this stupid charger (coordinates can be found from the parking topic) and if it's charging or not, so you don't send the stop command unneccesarly. And have a 10 minute timer since some times it takes a long time to see a change in the charging topic.
I understand that by now domains/chargingProfiles/chargingProfilesStatus/profiles/1/targetSOC_pct is not a writeable topic.
Any ideas? Maybe there is a special reason for this not beeing a writeable topic?
No specific reason, it is just not implemented yet. Easiest solution is to not use the profile at the chargers location but to set the general target soc topics.
I am trying to make a dumb wallbox a little bit smarter. Therefore I need to switch the target soc state depending on time of day. During the day the car can get 80% SOC by solar power, during night times SOC should be limited to 50% from grid.
When you have configured a charging profile the settings there overrule the normal soc settings.
I understand that by now domains/chargingProfiles/chargingProfilesStatus/profiles/1/targetSOC_pct is not a writeable topic. Any ideas? Maybe there is a special reason for this not beeing a writeable topic?
Thanks