Dear WebThings community,
Happy Things Thursday!
I’m writing to let you know that early builds of WebThings Gateway 2.1 Beta are now available for testing. So far the release includes:
- Support for the new “occupancy sensor” capability (used by the Zigbee add-on and Virtual Things add-on so far)
- UI Bugfixes
- Security patches
You can run the latest WebThings Gateway 2.1.0-beta.2 Docker image using a command like:
docker run \
-d \
-e TZ=Europe/London \
-v /path/to/shared/data:/home/node/.webthings \
--network="host" \
--log-opt max-size=1m \
--log-opt max-file=10 \
--name webthings-gateway \
webthingsio/gateway:2.1.0-beta.2
(replacing /path/to/shared/data with a directory in which you would like to store the .webthings data directory)
As ever your feedback, ideas and contributions are most welcome - here and on GitHub.
–
Meanwhile work also continues on the WebThings App and WebThings Framework and there are some exciting developments on the standardisation front as the W3C WoT Working Group have expressed an interest in turning the Web Thing Protocol into a formal W3C standard. See my recent blog post on why I think there is a need for this universal web-based application layer protocol for the Web of Things, and how this has been a long term ambition of the WebThings project.
Kind regards
Ben