Skip to content

Releases: AtomBaf/homebridge-mqtt-tasmota

Add donation button (thx!)

11 Jan 11:17
Compare
Choose a tag to compare

Donation button added

Fix sync problem when using switch index=1

11 Jan 08:53
Compare
Choose a tag to compare

v0.4.4

28 Dec 06:05
Compare
Choose a tag to compare

Upgrade to node >= 14 as per request for plugin verification (see homebridge/verified#365)

v0.4.3

19 Dec 15:50
Compare
Choose a tag to compare

Breaking config change:

To enable a nice homebridge config UI, only one accessory type has to be defined.
So, now there is only one mqtt-tasmota accesory along with a new type property.

For instance, a previous accessory definition was like

        {
            "accessory": "mqtt-tasmota-blinds",
            "name": "Living Room Blinds",
            "url": "mqtt://192.168.0.3",
            "topic": "living_room_shutter"
        },

and should be changed to

        {
            "accessory": "mqtt-tasmota",
            "type": "blinds",
            "name": "Living Room Blinds",
            "url": "mqtt://192.168.0.3",
            "topic": "living_room_shutter"
        },

Bug Fixes

  • nothing so far

Other Changes

  • No more shutterIndex and switchIndex properties. All merged into the single index property

v0.2.6

08 May 14:02
Compare
Choose a tag to compare
Add Sonoff T1 2 multiple switch support

v0.2.4

07 Mar 18:17
Compare
Choose a tag to compare
Cleanup