https://github.com/namib-project/node-red-contrib-namib-weatherstation-flows
Node-RED Subflow for a Web of Things Weatherstation.
https://github.com/namib-project/node-red-contrib-namib-weatherstation-flows
Last synced: 4 months ago
JSON representation
Node-RED Subflow for a Web of Things Weatherstation.
- Host: GitHub
- URL: https://github.com/namib-project/node-red-contrib-namib-weatherstation-flows
- Owner: namib-project
- License: mit
- Created: 2021-06-02T15:56:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T16:53:43.000Z (almost 4 years ago)
- Last Synced: 2025-02-12T08:59:39.346Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 508 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Subflow for a Web of Things Weatherstation
This module provides a node which contains a subflow for realizing a weatherstation with support for the Web of Things Thing Description (WoT TD).
It uses CoAP (IPv6) multicast discovery in the local network to first retrieve TDs from `/.well-known/wot-thing-description` and then query the respective devices if they provide one of a number of supported types of sensor readings.
These kinds of sensor readings are identified by their semantic `@type` and can either be `saref:Temperature`, `saref:Humidity` or `saref:Water`.
The retrieved sensor values are displayed in a Node-RED dashboard tab and (optionally) on a display.
To support the latter, however, a specific python script is needed which is why this functionality is disabled by default.Both the modules `node-red-contrib-wot-discovery` and `node-red-node-ui-table` are needed as dependencies which will be installed alongside this subflow.