Commit Graph

25 Commits

Author SHA1 Message Date
ElVit fdf8863242 Add icons to sensors and text_sensors 2026-03-22 09:09:54 +01:00
ElVit 53f02c6e49 Added TOP139-141 and SET39-42 2026-03-21 22:33:07 +01:00
ElVit b9affba2e1 Added TOP139-141 and SET39-42 2026-03-21 22:11:35 +01:00
ElVit 6fa3f788c0
Update __init__.py
Added icons to text_sensors
2026-03-02 09:44:28 +01:00
ElVit f9366fe43d
Update __init__.py 2025-12-08 09:48:54 +01:00
ElVit 6c694cbdb4 removed unused imports in py files 2025-11-28 09:10:39 +01:00
ElVit ee4bf34083 fix formatting in python files 2025-11-28 08:33:33 +01:00
ElVit edb14478f7 minor changes 2025-11-27 22:31:29 +01:00
ElVit ff64fc4abe
Update __init__.py 2025-11-27 12:29:32 +01:00
ElVit d42dcfc83e
Update __init__.py 2025-11-27 12:26:09 +01:00
ElVit 89e5acc481
Update __init__.py 2025-11-27 12:23:07 +01:00
ElVit 8bed5f6b6b
Update panasonic_heatpump_text_sensor.h 2025-11-24 22:50:36 +01:00
ElVit c349489cbc
Update panasonic_heatpump_text_sensor.cpp 2025-11-24 22:50:26 +01:00
ElVit c2bd5d96a7
Update __init__.py 2025-11-24 22:07:44 +01:00
ElVit 6cbbebc6f9 Reduce some code lines 2025-07-18 15:36:21 +02:00
ElVit 18b8ed0f4a Added options "min_temperature", "max_temperature" and "temperature_step" to the climate component.
Added option "min_value", "max_value" and "step" to the number component.
Added option "cool_mode" to select and climate component and removed it from panasonic_heatpump component.
Removed function "set_traits", because the user can now set its own limits in yaml.
2025-06-24 14:10:53 +02:00
ElVit f1c31b651e Added datatype uint8_t to all enums 2025-06-20 08:51:37 +02:00
ElVit 423ca2dbc8 Added "has_state()" check in "publish_new_state()" functions.
Save raw_topics in a map for setting traits.
2025-06-12 20:43:42 +02:00
ElVit 641df6b42a Added empty check in function "publish_new_state()".
Moved code from functions "publish_...()" to function "loop()".
2025-06-11 09:52:04 +02:00
ElVit f9f29a635d Refactored Code: Moved most code from main component class to entity component classes. Set traits for select entities. 2025-06-10 20:08:35 +02:00
ElVit 7ac5119fbd Check bytes before publish state.
Renamed set16_1 to set16_9.
Renamed some states e. g. OperationMode (top4/set9).
Added functions to set only high or low nibble of a byte in a command message.
2025-06-06 13:05:02 +02:00
ElVit 7df705290e Implementing set_number_min_max_value 2025-06-02 10:04:02 +02:00
ElVit b148b465f4 Added 10ms delay after log msg. Accept also init message in read_response and read_request. 2025-02-15 22:13:18 +01:00
ElVit 1848863966 Minor changes 2025-02-09 17:24:14 +01:00
ElVit 7df9370631 Added custom classes vor sensor, binary_sensor and text_sensor. Added dump_config function to number, select and switch classes. 2025-02-08 21:12:19 +01:00