Skip to main content

Feed data from a pimoroni envirophat into mqtt

Project description

Envirophat MQTT

Poll a Pimoroni envirophat and publish to MQTT

Install

pip install envirophat_mqtt

python3 ./setup.py sdist install

Configure

usage: envirophat_mqtt [-h] [--mqtt_host MQTT_HOST] [--mqtt_topic MQTT_TOPIC]
                   [--mqtt_clientid MQTT_CLIENTID] [--mqtt_port MQTT_PORT]
                   [--poll_time POLL_TIME] [--overscan OVERSCAN]

optional arguments:
  -h, --help            show this help message and exit
  --mqtt_host MQTT_HOST
                        MQTT host
  --mqtt_topic MQTT_TOPIC
                        MQTT topic
  --mqtt_clientid MQTT_CLIENTID
                        MQTT client ID
  --mqtt_port MQTT_PORT
                        MQTT port
  --poll_time POLL_TIME
                        How often in seconds to poll (60)
  --overscan OVERSCAN   How many readings to average together during the
                        polltime

A systemd unit file is provided for use. You may want to edit the settings in the ExecStart line of this file before installing. Copy to /etc/systemd/system/ and then run systemctl daemon-reload.

Use with homeassistant

This is my setup, in my sensors.yaml file:

# garage envirophat
- platform: mqtt
  name: garage_temperature
  state_topic: merope/envirophat/temperature
  unit_of_measurement: '°C'
- platform: mqtt
  name: garage_pressure
  state_topic: merope/envirophat/pressure
  unit_of_measurement: 'hPa'
- platform: mqtt
  name: garage_lux
  state_topic: merope/envirophat/lux
  unix_of_measurement: 'lux'

I run envirophat_mqtt with the following ExecStart:

ExecStart=/usr/local/bin/envirophat_mqtt --mqtt_host elgafar.garbled.net --mqtt_topic merope/envirophat --mqtt_clientid merope

Making sure it works

Run the following command: mosquitto_sub -v -t "#" -h <your MQTT server>

Watch for messages from the envirophat.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

envirophat_mqtt-1.1.tar.gz (3.1 kB view details)

Uploaded Source

File details

Details for the file envirophat_mqtt-1.1.tar.gz.

File metadata

  • Download URL: envirophat_mqtt-1.1.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.3

File hashes

Hashes for envirophat_mqtt-1.1.tar.gz
Algorithm Hash digest
SHA256 377168cab8110b43f8961a02cb8697a234163732c4ab6076dd0aad21b66dddec
MD5 12699497c100ee11ed0736684ce14910
BLAKE2b-256 f94c4041151da5e402b2eb847c755d4af8280d4e4a253cbfbc98bebfbc54a7f7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page