Skip to content

2024.7.0

Compare
Choose a tag to compare
@xZetsubou xZetsubou released this 11 Jul 23:10
· 17 commits to master since this release

Fixes

  • Fix reuse_port unsupported error on Windows f9b7b99b
  • Fixes and adjusts the logs a76f58ac
  • Fix socket.send() raised exception. a76f58ac
  • Fix the update_interval creating multiple tasks. a76f58ac
  • Fix disabled devices that may break reconnect function 5a3fb47c
  • Workaround to fix heartbeat not being sent because update_interval is less than 5 seconds. a76f58ac
  • Lights: Fix light brightness mapping 3aaaa48a @Lurker00

Improvements

  • Add message for disconnected function. a76f58ac
  • Add device ID and name in logger when adding a new device. a76f58ac
  • Improve Reconnect Task 3bac27c6
  • Gateway with Protocol Version 3.4 and 3.5 Sub-devices will no longer reconnect if device is offline a34e316
  • Force FAN Speed DP to string if it is defined as order_list 50e56ff8
  • Adjust the logs for sub-device and low-power devices. a76f58ac
  • Handle the failed connection expectations. a76f58ac
  • Lights: Allow switching between modes using the effect field 0c35d63b @Lurker00
  • Remote: adjust remote control for ENUM type "may fix control" 869d380