tolwi / hassio-ecoflow-cloud

EcoFlow Cloud Integration for Home Assistant
397 stars 71 forks source link

After update, AC Charging Power not work #326

Open Sami6053 opened 2 months ago

Sami6053 commented 2 months ago

Hello, I'm update Ecoflow-cloud and now, the number.delta_max_sam_ac_charging_power not work

image

i've try the issue #159 but it change the number entity to sensor entity i want number entity because it's my HA who change AC Charging power depending on the solar.

jeff1975 commented 2 months ago

Ich habe das gleiche Problem mit Delta Max

debug wird ausgelesen: "inv.cfgFastChgWatts": 2200, "inv.cfgSlowChgWatts": 400,

kein Code geht mehr ChargingPowerEntity(client, "inv.cfgSlowChgWatts", const.AC_CHARGING_POWER, 100, 2000, 1

       ChargingPowerEntity(client, self, "inv.cfgFastChgWatt", const.AC_CHARGING_POWER, 100, 2000,

2

3

severine24700 commented 2 months ago

Does it work for you? I have the same problem with my Delta max 2000 and therefore automations.

severine24700 commented 2 months ago

Do I need to add line 100? ChargingPowerEntity(client, "inv.cfgSlowChgWatts", const.AC_CHARGING_POWER, 100, 2000,?

Sami6053 commented 2 months ago

i'm test it but for me, it's not work. maybe for you

Sami6053 commented 2 months ago

Hello, is anyone looking to resolve this problem? I use this sensor to optimize my solar usage and so currently, it's very complicated.

Sami6053 commented 1 month ago

Hello, in order to solve my problem where the AC Charging sensor of my battery no longer works, I modified like this image image

despite the upgrade to version 1.2.0 the problem still exists. and following this update, the sensor no longer worked so I redid the modification.

Could this problem be taken into account in future updates? Thanks

Aquabarsch commented 1 month ago

Thank you for the solution. It works again for me too.