Microhomie Versions Save

MicroPython implementation of the Homie MQTT convention for IoT.

2.0.0-beta.2

4 years ago
  • Prevent multible runs of async stats task

2.0.0-beta.1

4 years ago
  • Update to Homie v4
  • Remove code for arrays
  • Add legacy extensions, default disabled

v1.0.0

4 years ago
  • Release version 1.0.0
  • Update docs for ESP32

v1.0.0-beta2

4 years ago
  • Update to MicroPython 1.11
  • Reset device if can not connect to MQTT on first start

v1.0.0-beta1

4 years ago
  • Add mpfshell install script and documentation for ESP32 boards.
  • Download requirements to lib/ directory

v1.0.0-alpha3

4 years ago
  • Fix restore from array property
  • Add One-Wire example node for ds18b20 (Thanks Rick @palmtreefrb)

v1.0.0-alpha2

4 years ago
  • Add level to broadcast messages
  • Fix property.data send updates when set
  • Rename msg to payload in examples

v1.0.0-alpha

5 years ago

This version is not compatible with the previous 0.3 version.

  • Switch to asyncio and use mqtt_as from Peter Hinch, with the PR from Kevin Köck
  • Add node proptery class
  • Automate publishing node properties
  • Refactored a lot of methods
  • Add contanst
  • Mount device class to node class on add_node()
  • Updated example nodes
  • Included asyn, aswitch from Peter Hinch
  • Pre-Build images, Microhomie with asyncio is to big to run from flash drive or install via upip

v0.4.0-asyncio

5 years ago

v0.3.1

5 years ago
  • Fix broadcast callback