name | DHT sensor simulator |
version | v1.0.1 |
GitHub | dht-sensor-simulator |
authors | Paul Gaiduk |
DHT sensor simulator module emits temperature (in °C) and humidity (in %) data periodically as if they would be comming from a sensor.
- Emits realistic temperature and humidity data in JSON format.
The following module configurations can be provided in a data service designer section on weeve platform:
Name | Environment Variables | Type | Description |
---|---|---|---|
Temperature label | TEMP_LABEL | string | Label for the temperature data. |
Humidity label | HUMIDITY_LABEL | string | Label for the humidity data. |
Data send interval | SLEEP_INTERVAL | integer | Time interval (sec) between the messages. |
Other features required for establishing the inter-container communication between modules in a data service are set by weeve agent.
Environment Variables | type | Description |
---|---|---|
EGRESS_URLS | string | HTTP ReST endpoint for the next module |
MODULE_NAME | string | Name of the module |
The following are module dependencies:
- requests