Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alicey0719/dht11_server

DHT11で温湿度情報を返却するサーバ
https://github.com/alicey0719/dht11_server

Last synced: about 1 month ago
JSON representation

DHT11で温湿度情報を返却するサーバ

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に値を取得させて室温監視する
image