This commit is contained in:
2023-07-29 17:57:45 +02:00
parent 150638b592
commit 4ec3c5ab2f
22 changed files with 273 additions and 196 deletions

View File

@@ -13,10 +13,10 @@ The setup script installs these for you.
1. Pull the repository.
1. Fill out your specific config options in `./server/.env`
1. Ensure `./app-dist/scripts/climate-pinger.py` has the correct pin for your adafruit-dht22 device and/or edit the script for your specific setup.
1. Ensure `./server/scripts/climate-pinger.py` has the correct pin for your adafruit-dht22 device and/or edit the script for your specific setup.
1. Run `./setup.sh` as administrator
1. Start the server:
> node ./app-dist/main.js
> npm start
## Usage
@@ -122,4 +122,4 @@ Temp: <temp>
Humidity: <humidity>
CO2: <co2>
```
with label and data separated by tabs.
with the labels and corresponding data separated by tabs.