Skip to content

Releases: SUPLA/supla-core

v24.03.01

28 Mar 22:13
ad607d7
Compare
Choose a tag to compare
  • Informing client applications about the first and last element of a relationship list.
  • Notifying client applications about changes in relationships between channels.

v24.03

12 Mar 16:58
5958a12
Compare
Choose a tag to compare
  • Fixed average calculation in voltage aberrations.

v24.02.02

05 Mar 21:58
e6d83ea
Compare
Choose a tag to compare
  • Improved time calculation arithmetic (ULL).

v24.02.01

05 Mar 20:54
b6061a4
Compare
Choose a tag to compare
  • Improved time calculation arithmetic.

v24.02

28 Feb 12:33
14580d6
Compare
Choose a tag to compare
  • Support for general purpose measurement channel
  • Support for general purpose meter channel
  • Logging voltage, current and active power
  • Support for protocol version 23

v23.12.01

29 Dec 15:19
08ddac3
Compare
Choose a tag to compare
  • Added integration of thermostats with Google Home, Amazon Alexa, Home Assistant Discovery, MQTT.
  • Reactions for thermostats have been introduced.
  • Fixed reactions for valves.
  • Added support for locked devices.
  • The protocol version was raised to 22.
  • Added a mechanism to inform Alexa about changes in the list of devices/channels.

v23.12

03 Dec 11:16
Compare
Choose a tag to compare
  • Compatibility issue with older versions of MySQL has been resolved.

v23.11.01

25 Nov 08:23
9934961
Compare
Choose a tag to compare
  • Default settings for gates, doors and gateways.
  • The upper humidity limit has been removed.
  • Added support for countdown timers with second precision.
  • Stopped informing devices about the end of configuration if the devices do not support it.
  • Resuming a value-based trigger during a period of inactivity.
  • If the device expects configuration in runtime, even if the configuration size is 0, it will at least receive information about the function.

v23.11

20 Nov 07:55
8b1813a
Compare
Choose a tag to compare
  • Added support for thermostats

v23.09

10 Sep 17:46
c00e3fa
Compare
Choose a tag to compare
  • The priority of PUSH notifications for the Android platform has been changed to high.
  • Reaction fix for imulse counters.
  • Removing PUSH notification tokens for 410 and 403 response codes.
  • Fixed checking the limit of connected devices.
  • Added new variables to PUSH notifications sent from reactions. {date}, {time}, {date_time}, {voltage_avg}, {voltage1}, {voltage2}, {voltage3}, {current_sum}, {current1}, {current2}, {current3}, {power_active_sum}, {power_active1 }, {power_active2}, {power_active3}, {power_reactive_sum}, {power_reactive1}, {power_reactive2}, {power_reactive3}, {power_apparent_sum}, {power_apparent1}, {power_apparent2}, {power_apparent3}, {fae1}, {fae2}, {fae3}, {fae_sum}, {fae_balanced}, {rae1}, {rae2}, {rae3}, {rae_sum}, {rae_balanced}.
  • Reactions now ignore humidity <= -1, and temperatures <= -273.
  • Added the ability to specify at what hours the reactions are to be active and at what times of the day relative to sunrise and sunset.
  • Improved response in the context of the EM_VAR_CURRENT_OVER_65A flag.
  • Fixed a bug related to calling a pure virtual method.