Read WS1080/WH1080 weather station data from USB
Go to file
Evert Prants 5b74aedacd
package json update
2023-09-16 22:25:14 +03:00
src Initial commit 2023-09-16 22:16:14 +03:00
.gitignore Initial commit 2023-09-16 22:16:14 +03:00
.prettierrc Initial commit 2023-09-16 22:16:14 +03:00
LICENSE Initial commit 2023-09-16 22:16:14 +03:00
README.md Initial commit 2023-09-16 22:16:14 +03:00
package-lock.json Initial commit 2023-09-16 22:16:14 +03:00
package.json package json update 2023-09-16 22:25:14 +03:00
tsconfig.json Initial commit 2023-09-16 22:16:14 +03:00

README.md

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!

  1. Plug in your weather station.
  2. If on Linux, make sure you have setup the udev rules (documented in src/ws1080.ts).
  3. npm install
  4. npx ts-node src/test

If everything goes right, you should get JSON data in console.