-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Alfen solar charging boost switch #1288
Comments
You'd need to create a switch and automation in HA, then use ocpp configure action. Assuming there is a custom configuration key for it. |
Hi, I'm also interested in this functionality. I had a look at the specification document from Alfen
From reading this, it seems to me that This is just from reading the docs, I'll try this out when I have time. ;-) |
@drc38 Are the ocpp actions documented somewhere? Is there a way to add an entity for reading a custom configuration key? |
The general actions are documented in the ocpp standard. If you select one from the list there is example input data also. The response, if any, for configuring a field is returned in the |
Putting together an entity based on an attribute of Would you guys consider adding Alfen's custom configuration keys as entities? |
Just for reference if someone needs to solve this particular problem: I managed to work around the lack of support for the Alfen-Specific OCPP keys by adding a template select and an automation. The template select represents the SC-Mode and allows changing it while the automation polls the charger for the current SC-Mode value so that if it decides to change the mode from outside HA for whatever reason, the new value ends up in HA eventually. Note that the delay between asking for the value and the value actually appearing in the "special response entity" My template select looks like this (sorry, created via the UI): My automation looks like this: alias: Poll Solar Charging Mode from EV Charger
description: >-
This non-OCPP-standard, custom manufacturer value doesn't get read/polled by
the OCPP integration so it has to be polled manually.
triggers:
- trigger: time_pattern
minutes: /10
conditions: []
actions:
- action: ocpp.get_configuration
data:
ocpp_key: SC-Mode
alias: >-
Perform action 'Open Charge Point Protocol (OCPP): Get configuration
values for charger' for ocpp_key 'SC-Mode'
mode: single I'd still welcome it if this integration made it easier to add custom OCPP keys somehow. @Rep-Hueman : if you add this, you can create something like Alfen's "boost" feature by setting the SC-Mode select to "Off" to remove the Solar limit (=boosting) and then putting it back to "Green" or "Comfort" after some delay. |
Feature request switch boost charging Alfen in HA
I don't know if there is already a back office key for it.
I have the latest firmware version 7.0. 2-4322.
Charging on the generated power from the solar panels works perfectly.
I just want to be able to charge quickly every now and then. (Boost Charging)
This is currently only possible via ACE Service installer or the MyEve app, but it would be nice if there was a switch for this in Home Assistant
The text was updated successfully, but these errors were encountered: