Skip to content

Releases: scottyphillips/pychonet

Version 2.6.3

08 Feb 15:12
Compare
Choose a tag to compare

ElectricWaterHeater Class

  • Completed ElectricWaterHeater implementation

Full Changelog: 2.6.2...2.6.3

Version 2.6.2

06 Feb 15:38
Compare
Choose a tag to compare

Bugfix

  • Bugfix: A case that property maps could not be retrieved

Full Changelog: 2.6.1...2.6.2

Version 2.6.1

Version 2.6.0

03 Feb 13:11
Compare
Choose a tag to compare

Make the list of values readable from EPC_FUNCTIONS

What's Changed

  • Property value in the EPC_FUNCTIONS constant by @nao-pon in #68
  • Add cover classes that inherits the Electric Blind class by @nao-pon in #69
  • Add FloorHeater Class

Full Changelog: 2.5.2...v2.6.0

Version 2.5.2

25 Jan 14:28
Compare
Choose a tag to compare

Stabilization of operation and DistributionPanelMeter maintenance

  • Remove ENL_PRODUCT_CODE from request getAllPropertyMap()
  • Filter only valid properties during GET/SET requests
  • Improved notification for state "available"
  • DistributionPanelMeter
    • Add const ENL_DPM_CHANNEL_SIMPLEX_CUMULATIVE_ENG, ENL_DPM_CHANNEL_SIMPLEX_INSTANT_ENG

Full Changelog: 2.5.1...2.5.2

Version 2.5.1

16 Jan 13:11
Compare
Choose a tag to compare

Do not check of OPC count at querying node profile

When querying a node profile, do not check the number of items queried and returned.

Version 2.5.0

15 Jan 12:34
Compare
Choose a tag to compare

Version 2.5.0

  • Detect timeout and state available
    • If a timeout occurs while waiting for a UDP reply, raise TimeoutError.
    • Call _update_callbacks when available state changes
  • Raise error (EchonetMaxOpcError) of the error maximum number of OPC
    • This was implemented for the purpose of automatically lowering the maximum number of properties when too many properties are requested in a batch request and only some of them are returned.

Version 2.4.0 - 2.4.2

  • Support Multiple Input PCS
  • Support Electric Water Heater

Add CeilingFan class

22 Sep 09:00
fda7b3f
Compare
Choose a tag to compare

This minor update provides support for 0x013A CeilingFan when used with KDK fans.

Version 2.3.13

13 Jan 06:33
Compare
Choose a tag to compare

Changed method of obtaining local IP address of HA

This is a change in method, as the previous method sometimes failed to obtain the local IP address.

ref. #124

Version 2.3.12

07 Jan 13:58
Compare
Choose a tag to compare

Fixed #58 Consecutive requests to a device must wait for a response

If the controller makes successive requests to a device, it must wait for a response before making the next request, so it complies.