tolwi / hassio-ecoflow-cloud

EcoFlow Cloud Integration for Home Assistant
369 stars 62 forks source link

Delta 2 Max - switch to enable AC not working #133

Closed bogdancs92 closed 8 months ago

bogdancs92 commented 1 year ago

The AC can't be enabled via l'addon on the Delta 2 MAX. It is working on Delta 2. Anyone has the same problem ?

KagasiraBunJee commented 1 year ago

Hi, i also encountered issue where i cannot turn on/off AC on Delta 2 Max

I attached logs

config_entry-ecoflow_cloud-3024591f5e3c695f2d5e9dbb3e1617f2.json.txt

DerBaer1986 commented 1 year ago

Inhaber the same Problem. I am using the forked Version from @faken.

https://github.com/tolwi/hassio-ecoflow-cloud/issues/60#issuecomment-1653504585

DauntlessEagle commented 1 year ago

I still also have this same issue, let me know what info to provide to help resolve the issue. AC does not turn on, AC always on and ac charging power all do not work for me. Thank you.

odaigle commented 1 year ago

Same here. The "Delat2Max AC enable" can't be used to enable/disable the AC output, although the switch is properly representing the status when changing the AC output in the Ecoflow app or with the physical button on the unit.

odaigle commented 1 year ago

I can't say I am understanding everything that I did, but I managed to make the AC enable/disable switch work by changing delta2_max.py with the following:

        EnabledEntity(client, "inv.cfgAcEnabled", const.AC_ENABLED,
                      lambda value: {"moduleType": 3, "operateType": "acOutCfg",
                                     "moduleSn": client.device_sn,
                                     "params": {"enabled": value, "out_voltage": -1, "out_freq": 255,
                                                "xboost": 255}}),

Previously, it was

        EnabledEntity(client, "inv.cfgAcEnabled", const.AC_ENABLED,
                      lambda value: {"moduleType": 3, "operateType": "acOutCfg",
                                     "moduleSn": client.device_sn,
                                     "params": {"enabled": value}}),

I tried to modify the xboost switch in the same way, but it is not working.

The extra parameters added to acOutCfg were taken from the river2_max module, keeping moduleSn in the transaction.

marcuslib commented 11 months ago

Yeah, i can confirm that its not working for me either, it works on the delta 2 but not the delta 2 max

Happydish commented 9 months ago

AC switch not working for me on a River pro, wonder if it's related? config_entry-ecoflow_cloud-9ad60e23f5b5bd3e4909bed96e83bef4.json.txt

tolwi commented 8 months ago

v0.13.0