Send temperature and humidity from DHT22 sensor to mqtt broker
Project description
Copyright (c) 2016 David Übelacker
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Description: dht22 to mqtt for Raspberry Pi
=============================
Reads the temperature and humidity from a dht22 sensors and sends it to a mqtt broker.
Installation:
-------------------
pip install rpi-dht22-mqtt
Configuration:
-------------------
Needs a json configuration file as follows (don't forget to change ip and credentials ;-)):
.. code:: json
{
"mqtt_client_id": "rpi-dht22",
"mqtt_host": "192.168.0.210",
"mqtt_port": "1883",
"verbose": "true",
"topics": {
"temperature": "halti/datacenter/temperature",
"humidity": "halti/datacenter/humidity",
}
}
Start:
-------------------
rpi-dht22-mqtt config.json
Platform: UNKNOWN
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Description: dht22 to mqtt for Raspberry Pi
=============================
Reads the temperature and humidity from a dht22 sensors and sends it to a mqtt broker.
Installation:
-------------------
pip install rpi-dht22-mqtt
Configuration:
-------------------
Needs a json configuration file as follows (don't forget to change ip and credentials ;-)):
.. code:: json
{
"mqtt_client_id": "rpi-dht22",
"mqtt_host": "192.168.0.210",
"mqtt_port": "1883",
"verbose": "true",
"topics": {
"temperature": "halti/datacenter/temperature",
"humidity": "halti/datacenter/humidity",
}
}
Start:
-------------------
rpi-dht22-mqtt config.json
Platform: UNKNOWN
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.
See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for rpi_dht22_mqtt-0.0.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ee98add693b5bbda033793d6bbcba6f58a409fb72b1f15c193476b68711dd61 |
|
MD5 | 462c0e4a1498f8c079c3bc66fce21e9b |
|
BLAKE2b-256 | 915c7a09e0c6cfe1dee47757ae50cb71592903c11ef867b0835918ab2c968d29 |