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

Create Home Assistant Add-on? #54

Open
backcountrymountains opened this issue Oct 10, 2019 · 3 comments
Open

Create Home Assistant Add-on? #54

backcountrymountains opened this issue Oct 10, 2019 · 3 comments

Comments

@backcountrymountains
Copy link

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.

@bmartin5692
Copy link
Owner

Interesting. I don't use Hassio, but this seems relatively straightforward.

It looks like you could go two ways:

  1. Let hassio build the docker image itself (I believe this is what the addon tutorial you provided shows.
    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.
  2. Find a way to use the existing docker image from dockerhub.

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.

@thib5
Copy link

thib5 commented Sep 16, 2020

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

@Marcoske23
Copy link

I dont know if exist but i was searching AND nothing. I upvote this idea

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