Releases: scottyphillips/pychonet
Releases · scottyphillips/pychonet
Version 2.6.3
ElectricWaterHeater Class
- Completed ElectricWaterHeater implementation
Full Changelog: 2.6.2...2.6.3
Version 2.6.2
Version 2.6.1
Version 2.6.0
Version 2.5.2
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
- Add const
Full Changelog: 2.5.1...2.5.2
Version 2.5.1
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
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
This minor update provides support for 0x013A CeilingFan when used with KDK fans.
Version 2.3.13
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
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.