wireless-sensor-mqtt

MQTT client reporting measurements of FT017TH wireless thermo/hygrometers, compatible with Home Assistant🌡 🐳

GPL-3.0 License

Downloads
214
Stars
1
Committers
2

Bot releases are hidden (Show)

wireless-sensor-mqtt - gdo0 Latest Release

Published by fphammerle 2 months ago

Added

  • dockerfile: support build without git history
    (by manually setting build argument SETUPTOOLS_SCM_PRETEND_VERSION)

Changed

  • detect arrival of new package via edge on CC1101's GDO0 pin (instead of polling),
    adding new required command-line parameter --gdo0-gpio-line-name

Removed

  • compatibility with python3.5, python3.6 & python3.7

Fixed

  • dockerfile: pin alpine version to improve reproducibility of image build
  • dockerfile: chmod files copied from host to no longer require o=rX perms on host
  • dockerfile: add registry to base image specifier for podman build
  • dockerfile: add --force flag to rm invocation to avoid interactive questions while running podman build
wireless-sensor-mqtt - reconnect

Published by fphammerle almost 4 years ago

Added

  • option --debug-cc1101
  • log MQTT messages before publishing (debug level)

Fixed

  • replace occasionally infinitely blocking paho.mqtt.client.MQTTMessageInfo.wait_for_publish()
    to set timeout when waiting for MQTT message to get published
  • attempt to reconnect to MQTT broker after losing connection
wireless-sensor-mqtt - flock spi device

Published by fphammerle almost 4 years ago

Changed

  • upgrade wireless-sensor library to acquire flock on SPI device file

Added

  • option --unlock-spi-device to release the flock from the SPI device file
    after configuring the transceiver
wireless-sensor-mqtt - python3.5 compatibility

Published by fphammerle almost 4 years ago

Fixed

  • syntax errors on python3.5
wireless-sensor-mqtt - first release

Published by fphammerle almost 4 years ago

Added

  • MQTT client reporting measurements of FT017TH wireless thermo/hygrometers