This is an old revision of the document!
Table of Contents
# Home assistant
Home Assistant runs on a Raspberry Pi 3B, which lives in the rack with the audio gear.
Zigbee devices, like the IKEA lights and buttons, run through a Zigbee stick that's plugged directly into the Pi's GPIO headers. deCONZ, with the Phoscon interface, is used as bridge between Zigbee stick and the Home Assistant runtime.
Password for logging into the web interface is in Hackerpass.
The Pi takes a long to boot up after a power cycle (~5 minutes).
Getting access
Web
0. Get Hackerpass 1. Go to `hassio.local:8123` (or 10.10.3.115:8123 if mDNS fails) in your favorite web browser 2. Log into web using the `hassio.local` Hackerpass credentials
Pi
Talk to @kfh or @sjn who have SSH access, and they can add your key. The IP address is bound to a Docker container, so it won't help to just add the key to the any OS user.
Hardware
* Raspberry Pi 3B+ (32 bit ARM v7) * RasbBee (deRFmega256-23M12)
Debug
Powercycle
We've had issues with lights bouncing between modes and turning off randomly. The current theory is that new lights get stuck in a weird split-brain state when added through deCONZ. A reboot of the entire device seems to fix this.
Files
* deRFmega256-23M12 Manual (RaspBee radio) * deRFmega256-23M12 Datasheet (RaspbBee radio) * RaspBee manual