Create Home Assistant Add-on? #54
Labels
No labels
bug
dependencies
duplicate
enhancement
good first issue
help wanted
invalid
question
waiting for fix validation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: mia/bumper#54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
So I have a N79 (XMPP) bot that I currently control using SUCKS through Home Assistant. It usually works but internet outages cause persistent failures that require a reboot of the Home Assistant server.
Ideally, bumper could solve connectivity issues by interacting directly with SUCKS and Home Assistant through Home Assistants Add-on functionality.
https://developers.home-assistant.io/docs/en/hassio_addon_tutorial.html
I don't know how to do this.
My understanding is that Add-ons are just docker containers that are run by Hassio, so I should be able to just configure Hassio to run the bumper docker image?
Can you give me any advice here?
Thanks.
Interesting. I don't use Hassio, but this seems relatively straightforward.
It looks like you could go two ways:
a. You may be able to clone bumper and use the existing Dockerfile or modify it slightly. Then you'll need to create the config.json required by Hassio to identify the addon.
Are you using Bumper today? Maybe start with seeing how it works outside of a Hassio addon first, then trying the addon method after you know things will work.
Hi ! I have the same need ( bumper for Hassio ) ... my issue in home assistant it won't update the robot status so I give a try to bumper and I was able to set it up ( even use the app on my iPhone ) but I was not able to make home assistant work with bumper... my robot was always offline I guest it's a certificate issue but I don't know how to tell home assistant not to check ssl or give a specific certificate
I dont know if exist but i was searching AND nothing. I upvote this idea
https://developers.home-assistant.io/docs/apps/publishing/
The biggest problem is likely port collisions when hosting on same device as home assistant.