Skip to content
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/REST commands feature #25

Open
tobit6795 opened this issue Sep 24, 2023 · 8 comments
Open

Mqtt/REST commands feature #25

tobit6795 opened this issue Sep 24, 2023 · 8 comments

Comments

@tobit6795
Copy link

Would be awesome if the statuspage could also listen for a specific topic on a local broker so we can add properties like output limit , switches etc. in Homeassistant as entities. Alternatively REST would work, too.

@reinhard-brandstaedter
Copy link
Owner

I'm already working on a HA integration via auto-configuration. The configuration via inputs on a solarflow device is one part of that integration.

@reinhard-brandstaedter
Copy link
Owner

Btw. @tobit6795 you can already today publish to the topic iot/73bkTV/<your device id>/properties/write and the statuspage will forward it to to the Zendure MQTT to set properties of the hub.
e.g. to set the outputLimit to 600W you can publish this payload:

{"properties": { "outputLimit": 600 }}

@tobit6795
Copy link
Author

works perfectly, thank you!

@z-master42
Copy link

z-master42 commented Sep 27, 2023

Is there an overview of what telemetry data is published through the broker?

Does Zendure only use this one hardcoded user with the one password to connect the hub to the Zendure server?

And the topic always starts with iot/73bkTV?

@reinhard-brandstaedter
Copy link
Owner

No, every hub uses it’s own userid (device id) and password.
The topic always starts with iot/73bkTV (that is the Productcatregory id)

@thhoppst
Copy link

Is the value "output limit" save to the EEPROM or is this a temp. value?
I want to use this for zero feed-in.

@z-master42
Copy link

It is the same as if you set the limit in the app.

@reinhard-brandstaedter
Copy link
Owner

Is the value "output limit" save to the EEPROM or is this a temp. value? I want to use this for zero feed-in.

@thhoppst you are probably more interested in solarflow-control then…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants