home-automation/docs/zwave.md

1.0 KiB

Z-Wave Notes

Aeotec Z-Stick "Disco Lights"

On/Off details here

Good Articles / Further Reading

Generating a network key

From https://www.home-assistant.io/docs/z-wave/adding/


cat /dev/urandom | tr -dc '0-9A-F' | fold -w 32 | head -n 1 | sed -e 's/\(..\)/0x\1, /g' -e 's/, $//'

Ideas / Inspiration