Home Assistant Community Add-on: Happy Bubbles

State_topic: ‘happy-bubbles/presence/ha’
Hope it helps

Then must be something else, I subscribed to that topic and nothing is published.

(only status)

:tada: Release v1.2.1

Full Changelog

Changed

  • Upgrades nginx to 1.14.2-r0
  • Fixes spelling error in Dockerfile
  • Removes BountySource links
  • Removes Anchore.io links
  • Updates maintenance year to 2019
  • Refactor of GitLab CI
  • Upgrades add-on base image to 2.3.1
  • Upgrades wget to 1.20.1-r0
  • Configure Renovate (#6)
  • Replaces add-on link with GitHub link

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

Hi frenck,

Thanks for your wonderful work for Home Assistant, I use a couple of add-ons, made by you!
Concerning Happy Bubbles: I set up embedded mqqt first, then Happy Bubbles. I don’t get errors in the logging, but when I open the webui, it keeps showing “Added Beacons” with an empty list. I did add bluetooth_ble earlier in Home Assistant, and it shows a ton of ble devices in my house (in the known_devices.yaml), but this list here stays empty. Could it be I configured something wrong?

This is my config:
{
“log_level”: “info”,
“ssl”: true,
“certfile”: “fullchain.pem”,
“keyfile”: “privkey.pem”,
“ipv6”: false,
“mqtt_host”: “homeassistant”,
“mqtt_port”: 1883,
“mqtt_client_id”: “happy_bubbles”,
“mqtt_username”: “homeassistant”,
“mqtt_password”: “password I added in configuration.yaml in mqqt:”
}

Hi @Nitram,

You do realise this add-on is for use with the Happy Bubbles devices and not a generic bluetooth BLE solutions right?

https://www.happybubbles.tech/presence/detector

…/Frenck

Well… I thought I read somewhere it should also work with the tile mates and other ble beacons? (to be honest all tiles are not at home for the moment, so they cannot be discovered). Also, I assumed iPhones etc could be used as a beacon?

Yes, that can be done, but you still need the Happy Bubbles Presence Detector for this (which detects the beacons).

Please note; Happy Bubbles (the hardware) discontinued. So this add-on is now just here to support people who already own the Happy Bubbles product. If you do not own any Happy Bubbles Presence Detectors, this add-on will not be of any use to you.

Okay… ahhh… I’m out of luck then… Maybe not the right place to ask, but do you happen to know any alternative for this? Thanks for explaining this to me :-).

There is a project called “monitor” and a project called Room Assistant that might be worth looking into. Please note, I have no experience with either of those, so this is not a recommendation or endorsement.

:tada: Release v2.0.0

Full Changelog

Changes

  • :arrow_up: Upgrades add-on base image to 3.0.1
  • :hammer: Makes log_level optional
  • :fire: Removes custom log format override
  • :fire: Removes IPv6 switch
  • :fire: Removes obsolete opt folder creation
  • :hammer: Rewrite add-on onto Bashio
  • :hammer: Makes NGinx wait for Happy Bubbles before starting
  • :sparkles: Adds support for ARMv7
  • :books: Updates documentation for ARMv7

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

:tada: Release v2.1.0

Full Changelog

This release adds Hass.io Ingress support to the add-on :tada:

Changes

  • :arrow_up: Upgrades base image to v3.1.0
  • :arrow_up: Upgrades wget to 1.20.3-r0
  • :sparkles: Adds Hassio Ingress support
  • :hammer: Improves S6 finish scripts
  • :books: Tweaked README a little

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

1 Like

:tada: Release v2.1.1

Full Changelog

:sparkles: This release adds support for the “Add to sidebar” feature that became available in Home Assistant 0.92.

Please note: You need to have Home Assistant 0.92 or newer to be able to install this update.

:hammer: Changes

  • :arrow_up: Updates Home Assistant requirement to 0.92.0b2
  • :sparkles: Adds support for showing in sidebar

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

Hi there,

writing here hoping to get some support.
Basically i am having issue starting Happy Bubbles successfully an get this error:

[21:42:47] INFO: Starting Happy Bubbles Presence server...
/usr/lib/bashio/net.sh: line 18:   378 Terminated              timeout ${timeout_argument} "${timeout}" bash -c "until echo > /dev/tcp/${host}/${port} ; do sleep 0.5; done" > /dev/null 2>&1
[cont-finish.d] executing container finish scripts...
[cont-finish.d] 99-message.sh: executing... 
[cont-finish.d] 99-message.sh: exited 0.
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.

looking at my configuration for Happy Bubble add on i have:

{
  "ssl": true,
  "certfile": "fullchain.pem",
  "keyfile": "privkey.pem",
  "mqtt_host": "homeassistant",
  "mqtt_port": 1883,
  "mqtt_client_id": "happy_bubbles",
  "mqtt_username": "MYUSER",
  "mqtt_password": "MYPWD"
}

while for MQTT broker i have

{
  "logins": [
    {
      "username": "MYUSER",
      "password": "MYPWD"
    }
  ],
  "anonymous": false,
  "quiet_logs": true,
  "customize": {
    "active": true,
    "folder": "mosquitto"
  },
  "certfile": "fullchain.pem",
  "keyfile": "privkey.pem"
}

with ACLS set as explained here:

Homeassistant connects fine to MQTT while I can’t understand what I am doing wrong with Happy Bubble although I am sure I am doing something wrong.

Can someone help?

Hi,

on Hass.io system logger i get a lot of “spam” from Happy Bubbles, is it how it should supposed to be?

19-05-18 09:11:59 INFO (MainThread) [hassio.auth] Auth request from core_mosquitto for happybubbles
19-05-18 09:12:00 INFO (MainThread) [hassio.auth] Success login from happybubbles
19-05-18 09:12:00 INFO (MainThread) [hassio.auth] Auth request from core_mosquitto for happybubbles
19-05-18 09:12:01 INFO (MainThread) [hassio.auth] Success login from happybubbles
19-05-18 09:12:01 INFO (MainThread) [hassio.auth] Auth request from core_mosquitto for happybubbles
19-05-18 09:12:02 INFO (MainThread) [hassio.auth] Success login from happybubbles
19-05-18 09:12:02 INFO (MainThread) [hassio.auth] Auth request from core_mosquitto for happybubbles
19-05-18 09:12:03 INFO (MainThread) [hassio.auth] Success login from happybubbles
19-05-18 09:12:03 INFO (MainThread) [hassio.auth] Auth request from core_mosquitto for happybubbles
19-05-18 09:12:04 INFO (MainThread) [hassio.auth] Success login from happybubbles
19-05-18 09:12:04 INFO (MainThread) [hassio.auth] Auth request from core_mosquitto for happybubbles
19-05-18 09:12:05 INFO (MainThread) [hassio.auth] Success login from happybubbles
19-05-18 09:12:05 INFO (MainThread) [hassio.auth] Auth request from core_mosquitto for happybubbles
19-05-18 09:12:06 INFO (MainThread) [hassio.auth] Success login from happybubbles
19-05-18 09:12:06 INFO (MainThread) [hassio.auth] Auth request from core_mosquitto for happybubbles
19-05-18 09:12:07 INFO (MainThread) [hassio.auth] Success login from happybubbles
19-05-18 09:12:07 INFO (MainThread) [hassio.auth] Auth request from core_mosquitto for happybubbles
19-05-18 09:12:08 INFO (MainThread) [hassio.auth] Success login from happybubbles
19-05-18 09:12:08 INFO (MainThread) [hassio.auth] Auth request from core_mosquitto for happybubbles
19-05-18 09:12:09 INFO (MainThread) [hassio.auth] Success login from happybubbles
19-05-18 09:12:10 INFO (MainThread) [hassio.auth] Auth request from core_mosquitto for happybubbles

:tada: Release v3.0.0

Full Changelog

This release does some major upgrades on the internals of the add-on.
It does not change anything for you as the user.

:hammer: Changes

  • :arrow_up: Upgrades lua-resty-http to 0.13-r0
  • :arrow_up: Upgrades nginx to 1.14.2-r1
  • :arrow_up: Upgrades nginx-mod-http-lua to 1.14.2-r1
  • :ambulance: Turns of Lua Resty core in Nginx
  • :arrow_up: Upgrades nginx to 1.16.0-r2
  • :arrow_up: Upgrades add-on base image to v4.0.1
  • :fire: Removes now deprecated ssl directive
  • :pencil2: Maintaince -> Maintenance
  • :sparkles: Adds FUNDING.yml

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

:tada: Release v3.0.1

Full Changelog

This release does some major upgrades on the internals of the add-on.
It does not change anything for you as the user.

:hammer: Changes

  • :arrow_up: Upgrades add-on base image to v4.0.2

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

:tada: Release v3.0.2

Full Changelog

This release does some major upgrades on the internals of the add-on.
It does not change anything for you as the user.

:hammer: Changes

  • :arrow_up: Upgrades add-on base image to v4.0.3

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

:tada: Release v3.0.3

Full Changelog

This release does some major upgrades on the internals of the add-on.
It does not change anything for you as the user.

:hammer: Changes

  • :arrow_up: Upgrades nginx to 1.16.1-r0
  • :arrow_up: Upgrades add-on base image to v4.1.1
  • :hammer: Updates HA Auth URL in NGinx LUA script
  • :ambulance: Fixes path handling for SSL certificates
  • :hammer: Use Hass.io DNS as NGinx resolver

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

hi
is this Happy Bubbles use Bluetooth buildin in raspberry pi 3 b+ ? or need buy hardware ? because it can’t see anything yet ?

You need happy bubbles hardware