Read WS1080/WH1080 weather station data from USB
src | ||
.gitignore | ||
.prettierrc | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
Node WS1080/WH1080 weather station data puller
This class can be used to pull data from the mentioned weather stations indoor unit via USB.
Ported to node.js from https://github.com/shaneHowearth/Dream-Link-WH1080-Weather-Station (python). This is a port of a port!
Try it out!
- Plug in your weather station.
- If on Linux, make sure you have setup the udev rules (documented in
src/ws1080.ts
). npm install
npx ts-node src/test
If everything goes right, you should get JSON data in console.