Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alicey0719/dht11_server
DHT11で温湿度情報を返却するサーバ
https://github.com/alicey0719/dht11_server
Last synced: about 1 month ago
JSON representation
DHT11で温湿度情報を返却するサーバ
- Host: GitHub
- URL: https://github.com/alicey0719/dht11_server
- Owner: Alicey0719
- License: mit
- Created: 2022-06-25T17:25:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T12:00:17.000Z (about 1 year ago)
- Last Synced: 2023-10-21T13:21:22.711Z (about 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dht11_server
DHT11で温湿度情報を返却するサーバ## setting(docker&plain)
- app/.env
```sh
PIN=14 # your GPIO PIN
```## setting(kubernetes)
- manifests.yaml
```yaml
~~~
env:
- name: PIN
value: "14" # your GPIO PIN
~~~
```
## sample case
- Zabbixに値を取得させて室温監視する