home-automation/sensors
KemoNine 9b635ca1a3 Update mobile ui; add docker host system stats, add human home/away tracking 2019-05-06 22:00:04 +00:00
..
scripts Fundamental setup of sensors, data inputs and more ; full support for spark fun weather shield (see repo for adjusted ino sketch that makes it work with home-assistant.io) 2019-05-04 00:23:34 +00:00
README.md Update mobile ui; add docker host system stats, add human home/away tracking 2019-05-06 22:00:04 +00:00
pollen.yaml Fundamental setup of sensors, data inputs and more ; full support for spark fun weather shield (see repo for adjusted ino sketch that makes it work with home-assistant.io) 2019-05-04 00:23:34 +00:00
rtc1.yaml Fundamental setup of sensors, data inputs and more ; full support for spark fun weather shield (see repo for adjusted ino sketch that makes it work with home-assistant.io) 2019-05-04 00:23:34 +00:00
server.yaml Update mobile ui; add docker host system stats, add human home/away tracking 2019-05-06 22:00:04 +00:00
sopine-ac.yaml Add missing sensor unit types 2019-05-04 17:33:53 +00:00
sopine-battery.yaml Fundamental setup of sensors, data inputs and more ; full support for spark fun weather shield (see repo for adjusted ino sketch that makes it work with home-assistant.io) 2019-05-04 00:23:34 +00:00
spark_fun_weather_station.yaml Updates for initial z-wave setup ; updated dashboards for zwave / sensors ; updated config so z-wave + arduino work together 2019-05-05 18:51:31 +00:00
time.yaml Fundamental setup of sensors, data inputs and more ; full support for spark fun weather shield (see repo for adjusted ino sketch that makes it work with home-assistant.io) 2019-05-04 00:23:34 +00:00
weather.yaml Add zones and groups 2019-05-04 03:12:14 +00:00
zwave.yaml Remove unneeded attic dashboard, add attic and zwave to sensors dashboard, update/overhaul desk dashboard to show more meaninful metrics (kiosk helpful) 2019-05-05 22:06:35 +00:00

README.md

Sensors

Various sensor configurations. Each of the yaml files is a different sensor.

SSH Voodoo

Some sensors are setup to use ssh -> host to bail out of the docker container for monitoring. You'll need to run the below setup on the Docker host to get these sensors working.


useradd -m -s /bin/bash home-assistant
sudo -sHu home-assistant
ssh-keygen -t rsa -b 4096
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
cat ~/.ssh/id_rsa > /path/to/config/host-id-rsa