-
Notifications
You must be signed in to change notification settings - Fork 5
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
Publish limits via MQTT #62
Comments
If possible, it would be useful to have a 'monitor' MQTT topic, similar to 'limiter' and 'site' which publishes/mirrors the controlls that are sent to the inverter devices. This would allow data to be pushed, rather than HA (as an example) polling the API. |
Merged
I've done a first pass at #64 It publishes something like {
"opModEnergize": {
"source": "sep2",
"value": true
},
"opModConnect": {
"source": "sep2",
"value": true
},
"opModExpLimW": {
"source": "sep2",
"value": 1500
},
"opModImpLimW": {
"source": "sep2",
"value": 1500
}
} |
Sorry forgot to document you need to add this to the config "publish": {
"mqtt": {
"host": "mqtt://192.168.1.2",
"topic": "limits"
}
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: