MQTT topics for write commands #86
-
|
Hi, python /app/grobro/tools/grocli.py However, the write topics are not automatically published to HA. So I tried to set them up manually: homeassistant/number/grobro/0PVP************/output_limit/set and maybe this for reading? However its not working. Isnt it possile to send the set commands through MQTT at the moment or did I use the wrong topic? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
Controls or "write-functionality" are introduced in v2.0 which is still to be released. Grocli is only an experimental tool build those messages. |
Beta Was this translation helpful? Give feedback.

when you are in HA, why not use the number.set_value?
This is how I set Neo Output in HA Developer tools (and can be used of course in Automations):
action: number.set_value
target:
entity_id: number.growatt_qmn000bzp4n991ml_output_power_limit
data:
value: "100"
Working fine. I use the entities to cotrol my neo or Noah