-
Notifications
You must be signed in to change notification settings - Fork 15
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
Home Assistant Addon #204
Comments
I would love an direct HA-Addon :) |
In the end it's really just a matter of 3 steps
name: "Solarflow Control"
description: "Solarflow Control"
version: "0.0.1"
slug: "solarflow_control"
init: false
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
Edit: In order to ship this we'd probably need to map out all config.ini parameters in the config.yaml and make those available as env vars. |
So it worked without any extras? |
I hope I get to mapping out the config values soon – it's anyway annoying to rebuild the docker container for every config change. Afterwards it might be almost universally applicable. Maybe a sprinkle of metadata on top and we're good to go :) |
@boennemann any updates here? if not, i would give it a try :) |
Hi all thank you for the amazing work so far!! Really awesome. To get it right - I could integrate this into home assistant ? I have all the things reporting already to my home assistant mosquito Mqtt. Would I have to change the topics or could I change the topics inside the docker where this here listeners to? |
Hi all, I just started with a HA addon here dfigus/addon-solarflow-control. It's still in an early state, but you can already configure everything via addon configs and it's runny already for a few days without issues in my setup. If you want to give it a try and provide feedback or even contribute, you can install it via my EDGE addon repository: Once I added a bit of docs, I will promote it to a beta (https://github.com/dfigus/hassio-addons-beta) and finally release it (https://github.com/dfigus/hassio-addons). |
Thanks @dfigus - Highly appreciated! I am so curious how it works out! |
I wanted to give this a try but I'm stuck at allowing anonymous MQTT access to my broker running in HA, how did you guys do this? I do see in the logs that Hyper wants to connect but the connection gets refused due to the credentials. |
@jschroeter I use the EMQX add-on as this allows anonymous login. The Mosquito add-on does no longer allow anonymous login. The best option would be to spoof the login credentials the hub is sending to the broker, but I didn't have the time to look into this so far... |
@jschroeter if the hyper uses the same (stupid) credentials as the rest of the SF devices then you can calculate the password it from the device ID and add that user to your MQTT broker. |
@jschroeter @dfigus as sooner or later people will find out the password of their SF/Hyper device anyway here is how you can calculate it from your device ID, without snooping (verified only on SF devices):
|
Awesome, will give it a try! Username is the device ID? |
username = device ID, correct |
Hey all,
I'm planning to run the docker container as a Home Assistant Add-on directly on my Home Assistant Yellow – as I understood an add-on is anyway just a super slim layer of metadata on top of docker containers.
Before I dive into that I wanted to open the discussion already.
Let me know what you think!
The text was updated successfully, but these errors were encountered: