- [Entity/Sensor] Added
feeder temperature
- [Entity/Sensor] Added
fan power
- [Entity/Sensor] Added
exhaust emperature
- [Entity/Sensor] Added
fireplace temperature
- [Entity/Sensor] Added
water back temperature
- [Entity/Sensor] Added
water temperature
- [Entity/Sensor] Added
outside temperature
- [Entity/Sensor] Added
boiler power output
- [Entity/BinarySensor] Added
water pump works
- [Entity/BinarySensor] Added
fireplace pump works
- [Entity/BinarySensor] Added
solar pump works
- [Entity/BinarySensor] Added
lighter works
- [Config] Added config via GUI
Add new sensors and binary sensor Add hardware version
[Entity/Sensor] Added lambdaLevel
[Entity/Sensor] Added Wi-Fi signal strength
[Entity/Sensor] Added Wi-Fi signal quality
[Entity/Sensor] Added Module ecoNET software version
[Entity/Sensor] Added Module A version
[Entity/Sensor] Added Module B version
[Entity/Sensor] Added Module Panel version
[Entity/Sensor] Added Module Lambda version
fix error in Entity sensor.wi_fi_signal_quality
Added Thermostat sensor
ON or OFF
Added lambdaStatus
Added mode
boiler operation names to status
Rename boiler mode names
Added protocol_Type
to DIAGNOSTIC sensor
Added controllerID
to DIAGNOSTIC sensor
Added REG_PARAM_PRECICION parameters from econet dev file Added translations for the sensors Added translations dictonary By default sensors off: Fan2, Solar pump, Fireplace pump Changed depricated unit TEMP_CELSIUS to UnitOfTemperature.CELSIUS
Thank for @pblxptr add new code line from him
- Added: [New features boiler set temperature]
- Added: [Mixer sensor new device]
- Added: [Comments in code]
- Added: [Configuration in project code style by HA rules]
- Rename:
tempCWU
sensor name fromwater temperature
toHUW temperature
- Rename:
pumpCO
binary_sensor name fromPump
toBoiler pump
- Added:
HUW temperature
sensor keytempCWUSet
- Added:
Upper buffer temperature
sensor (by defoult off)
- Change readme pictures links
- cleaned translation files and rename keys by requrements
- Added: alarm constants for future
- Added:
boiler_status
sensor - Added:
boiler_status
binary_sensor - Added:
boiler_status
sensor keyboiler_status
- Added:
boiler_status
binary_sensor keyboiler_status
- Added:
boiler_status
sensor keyboiler_status_text
- Added:
boiler_status
binary_sensor keyboiler_status_text
- Small code changes update repo
- Tests file structure according to documentation
- Code style chcnges by ruff recomendation
- Separated entity by types for better management
- Moved Mixer sensors to the Mixer sensor group and added icons
- Introduced new
ServoMixer1
state handling with predefined Home Assistant states (STATE_OFF
,STATE_CLOSING
,STATE_OPENING
). - Added logging for non-numeric values in sensor processing to improve debugging.
- Updated
ENTITY_VALUE_PROCESSOR
to use predefined Home Assistant states forServoMixer1
. - Improved error handling in
create_controller_sensors
to skip non-numeric values and log warnings.
- Fixed
ValueError
caused by non-numeric values in sensor state processing. - Resolved Mypy type incompatibility issue in
STATE_CLASS_MAP
by removing theservoMixer1
entry withNone
value.
- New Sensors Added: Introduced new sensors for enhanced monitoring.
- Added sensors: workAt100, workAt50, workAt30, FeederWork, FiringUpCount. (Commit: e41f882)
- Valve State Constant: Changed the valve STATE constant for better consistency. (Commit: 3835797)
- Entity Value Processor: Updated ENTITY_VALUE_PROCESSOR to use STATE_ON and STATE_OFF constants for improved state handling. (Commit: 17959c6)
- Controller Name: Added 'Controller name' to 'model_id' device info for better support and identification. (Commit: b5cf889)
- Boiler Status Keys: Fixed the mapping of boiler status keys to include operation status. (Commit: a486402)