Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thess/id4-weather
Serial interface for Heath ID4001-5
https://github.com/thess/id4-weather
Last synced: about 18 hours ago
JSON representation
Serial interface for Heath ID4001-5
- Host: GitHub
- URL: https://github.com/thess/id4-weather
- Owner: thess
- Created: 2014-04-04T13:20:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T15:10:24.000Z (over 5 years ago)
- Last Synced: 2023-08-01T06:44:28.371Z (over 1 year ago)
- Language: C
- Size: 136 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
###id4-weather
Serial interface for Heath ID4001-5. Includes builtin web service.
```
$ make release
$ sudo cp ./bin/Release/id4-pi /usr/local/bin$ id4-pi -h
id4-pi Control and reporting for Heath ID4001 V1.0id4-pi [options]
options:
-s name Serial device suffix (default: USB0)
-W Show current time/weather data and exit
-M Show lastest min/max data and exit
-H Show weather history (31 days) and exit
-V Show ID4001-5 firmware version and exit
-T Set ID4001 time from system
-C Clear current weather data memory
-B Run in background (daemonize)
-Z Turn off weather logging
-n Open serial port in non-block mode
-r Record serial comms to file: weather.log
```