Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

mode name
drwxr-xr-x .vscode/
drwxr-xr-x crates/
drwxr-xr-x tools/
-rw-r--r-- .editorconfig
-rw-r--r-- .envrc
-rw-r--r-- .gitignore
-rw-r--r-- .ignore
-rw-r--r-- .rustfmt.toml
-rw-r--r-- Cargo.lock
-rw-r--r-- Cargo.toml
-rw-r--r-- LICENSE
-rw-r--r-- README.md
-rw-r--r-- flake.lock
-rw-r--r-- flake.nix
README

Sockt Z-Wave Ecosystem

This repository wraps a local z-wave serial device (currently tested with a Aoetec Stick 7) into a Sockt MQTT endpoint.

Using Pijul to Contribute to This Repo

  1. Pull the code with:
pijul pull yourname@ssh.pijul.com:sockt/ecosystem-zwave
cd ecosystem-zwave
  1. Configure a remote:
cat << EOF >> .pijul/config
[[remotes]]
name = "nest"
ssh = "yourname@ssh.pijul.com:sockt/ecosystem-zwave"
EOF
  1. Make some changes…
  2. Record your changes:
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