smartenergycontrol-be / home-assistant-smappee-charging-profiles

GNU General Public License v3.0
5 stars 1 forks source link

Feature request: adding multiple devices, splitting up charge calls #2

Closed lieven121 closed 6 days ago

lieven121 commented 1 month ago

Would you consider adding serial number to the config

For managing multiple devices, you would then have to add multiple entries (and add a device to the entry) image

This would allow you to provide services based on a 'device' Then you could split up following calls Set charger to Normal (allow a number input or an entity)

Set charger to Paused

Set charger to Smart

scruysberghs commented 1 month ago

It could be done automatically. I recently found the serial(s) in the "Get metering configuration" api https://smappee.atlassian.net/wiki/spaces/DEVAPI/pages/916422661/Get+metering+configuration Would allow you to add al the charging stations and all connectors (some have 2). Can't test however as I only have one charging station with one connector in my "servicelocation"

scruysberghs commented 1 month ago

Would you consider adding serial number to the config

For managing multiple devices, you would then have to add multiple entries (and add a device to the entry) image

This would allow you to provide services based on a 'device' Then you could split up following calls Set charger to Normal (allow a number input or an entity)

Set charger to Paused

Set charger to Smart

you can easily add multiple automations (one per serialnr) in home assistant for that with the integration as it is now. Would give you a drop down with mode selector and slider with power per charging station. image

weha commented 1 month ago

you can easily add multiple automations (one per serialnr) in home assistant for that with the integration as it is now. Would give you a drop down with mode selector and slider with power per charging station.

I have an EV ONE but PAUSED does nothing. I also don't have PAUSED as a type in the app? I see 3 types, Normal, Smart and Leftover There is a separate boolean that enables or disables the EV ONE

lieven121 commented 1 month ago

Paused is a state in normal

Screenshot_20241010_135852_Smappee.jpg

weha commented 1 month ago

Paused is a state in normal

well ok but it still does not do anything when you send it, it remains "available" Neither does LEFTOVER or SURPLUS, FYI

royalidea commented 1 week ago

Would you consider adding serial number to the config For managing multiple devices, you would then have to add multiple entries (and add a device to the entry) image This would allow you to provide services based on a 'device' Then you could split up following calls Set charger to Normal (allow a number input or an entity) Set charger to Paused Set charger to Smart

you can easily add multiple automations (one per serialnr) in home assistant for that with the integration as it is now. Would give you a drop down with mode selector and slider with power per charging station. image

How do you create this UI element?

scruysberghs commented 6 days ago

How do you create this UI element?

Pasted a basic howto in the wiki https://github.com/smartenergycontrol-be/home-assistant-smappee-charging-profiles/wiki

You can easily change the automations to do solar surpluss charging or set it to auto charging only when priced drop below a certain pricepoint if you have a dynamic energy contract...