Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 731 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 731 Bytes

luftdaten2mqtt

A simple nodejs based service to consume api calls from local luftdaten sensors and publish them as mqtt data, so one can use them for own purposes like visualize data in a home automation instance.

Env Var Description
PORT (optional; default 3000) the port the server is listening on
MQTT_HOST The mqtt broker to publish (eg. mqtt://mosquitto.local)
MQTT_USERNAME (optional) The mqtt user
MQTT_PASSWORD (optional) The mqtt user password