Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Releases: liaan/broadlink_ac_mqtt

Production

10 Jun 10:08
Compare
Choose a tag to compare

Fix tab/space nonsense

Production

07 Oct 06:41
Compare
Choose a tag to compare

Added swingy controlls

mosquitto_pub -h mqtt.internall -t '/aircon/mac_address/fixation_h/set' -m 'ON'
mosquitto_pub -h mqtt.internall -t '/aircon/mac_address/fixation_v/set' -m 'SWING'

class VERTICAL:
				 
				TOP= 0b00000001
				MIDDLE1= 0b00000010
				MIDDLE2 = 0b00000011
				MIDDLE3 = 0b00000100
				BOTTOM= 0b00000101
				SWING= 0b00000110
				AUTO = 0b00000111

class HORIZONTAL:		##Don't think this really works for all devices.  only on/off works on mine.
				LEFT_FIX = 2
				LEFT_FLAP = 1
				LEFT_RIGHT_FIX = 7
				LEFT_RIGHT_FLAP = 0
				RIGHT_FIX = 6
				RIGHT_FLAP = 5
				ON = 0
				OFF = 1

Production

19 Jul 21:26
19d54a9
Compare
Choose a tag to compare
1.0.19

Update monitor.py

Production

13 Feb 16:11
Compare
Choose a tag to compare

Added lot more debugging and better error handling .Hopefully now works as it should after breaking previous releases (stupid me)

Production

02 Sep 09:06
Compare
Choose a tag to compare

HA auto discovery improvements
Force refresh every update_interval of all values when HA discovery topic is set/used.

Todo:
Test if Retain on Config is still needed for HA to keep device between restarts

Production

01 Sep 15:51
Compare
Choose a tag to compare

More HA improvements

Production

01 Sep 11:06
Compare
Choose a tag to compare

Move Turbo and Mute to the Fanspeed options
,"fan_modes": ["Auto","Low","Medium", "High","Turbo","Mute"]

Production

01 Sep 10:11
Compare
Choose a tag to compare

Add Mute and Turbo as fan speeds

Production

16 Jul 06:01
1c2042b
Compare
Choose a tag to compare
Merge pull request #48 from mrekin/master

Some notes in readme about device name

Production

10 Jul 13:45
c01af3e
Compare
Choose a tag to compare

bug fixes