Hi,
I am happily using the Ecoflow binding - it is so much easier than doing the control via MQTT.
Thanks for that!
But - I also have a question regarding the “inverter#supply-priority“ channel.
It shows whether charging or discharging is preferred and is implemented as string.
Possible states (from Docs EcoFlow - Bindings | openHAB ): ‘prioIsSupply’ (prefer AC output over battery storage), ‘prioIsStorage’ (prefer battery storage over AC output)
In my sitemap, I see “Prioritize supply to loads“ and “Prioritize charging“.
I would like to not only read, but also set these values, but since the channel type is a string, I seem to have to write a rule, right? I have to transfer on/off from a switch to the string values.
But which string values? “prioIsSupply” / “prioIsStorage“ or “Prioritize supply to loads“ and “Prioritize charging“?
Setting the Prio channel directly without a rule would require a different channel type, right?
Any help is appreciated…