-
Notifications
You must be signed in to change notification settings - Fork 9
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
MQTT Publish "Inverter power limit Set" as number #59
Comments
you're fully right - this point was never tested (and at least for me not used ;-) ) currently the set value is only a sensor - and in HA it will be only a display but no usable switch/ dimmer/ controller I will check the needed changes to get a full integration for HA and other frameworks that using MQTT autodiscovery/ config thanks for the hint! |
…ge openhab item name ..._PowerLimit_Set to ..._PowerLimitSet
@pitrade can you please check the snapshot https://github.com/ohAnd/dtuGateway/releases/tag/snapshot |
@ohAnd works fine. Thank you! |
There is a minimum value of 2%, so you can't set the limit to 0% when you won't discharge the battery. At least for me, a 0% minimum value would be better because my algorithm only sets the inverter limit. Then the inverter is turned on/off depending of the limit value. Also an on/off button would be great. I currently use a custom Hoymiles integration for this but it is unstable. Should I create a new issue for this feature request? |
fixing #59 and smaller changes around this topic incl. breakable change openhab item name ..._PowerLimit_Set to ..._PowerLimitSet
Hi @pitrade , yep, would be nice... (creating a new feature, due to other topic than setting the PowerLimit via MQTT and HA). thx |
Problem:
MQTT
/inverter/PowerLimit_Set
becomessensor.()_inverter_power_limit_set
instead ofnumber.()_inverter_power_limit_set
in HomeAssistant and is not editable with UI or automations.Suggestion:
Publish as number like OpenDTU MqttHandleHass
The text was updated successfully, but these errors were encountered: