-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add Support for Home Assistant running in docker #39
base: main
Are you sure you want to change the base?
Conversation
Thanks - this is awesome. Do you think we should update the readme with instructions on how to implement? Maybe you can write a few lines that I can add? I assume you've only added the two files, and that no other changes are needed in my original python script? |
The options.json needs some changes (the MQTT IP address should be 0.0.0.0 for self hosted mosquitto broker.Also, I do not know how to make this work as both addon and as a self hosted one. So I created a second Dockerfile and I can confirm that works.I’ll update the Readme section and add this additional installation method and let you know. —MugunthOn 16 Oct 2024, at 4:54 pm, Ian Mills ***@***.***> wrote:
Thanks - this is awesome. Do you think we should update the readme with instructions on how to implement? Maybe you can write a few lines that I can add? I assume you've only added the two files, and that no other changes are needed in my original python script?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hey, updated the README file. My sensors for FW 7.6 looks like this (Similar to FW8). I'm in Australia.
|
One more thing: |
Hey, I'm in Australia too, just south of Sydney. Yeah your idea about the sensors makes sense to leave it to the users - to my way of thinking if someone is clever enough to user github then the examples we provide should be sufficient for them to build their own. And for those that can't, they raise issues that I (might) be able to assist with - I have a Firmware V5 system so I can't test V6 or higher. And thanks for the feedback re ENVOY_USER_PASS - I'll remove after double checking ... cheers |
In that case, I've updated the example values for FW7 and FW8 with actual responses from my system. (And updated the sensors as well) |
Hey,
I run docker in HA and added this to support another method for installation.