This repository wraps a local z-wave serial device (currently tested with a Aoetec Stick 7) into a Sockt MQTT endpoint.
pijul pull yourname@ssh.pijul.com:sockt/ecosystem-zwave
cd ecosystem-zwave
cat << EOF >> .pijul/config
[[remotes]]
name = "nest"
ssh = "yourname@ssh.pijul.com:sockt/ecosystem-zwave"
EOF
pijul rec
Note: Please break your changes up into meaningful records. You can easily do
this by deleting hunks from the file that pijul rec
opens for you.
5. Open a discussion on nest.pijul.com.
6. Push to that discussion:
pijul push nest --to-channel main:1234