1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-10 23:32:23 +01:00
Commit Graph

5559 Commits

Author SHA1 Message Date
Oliver Kleinecke
8b579d77ef fix: correct end date calculation in add_timer for accurate timer functionality 2025-02-18 11:15:44 +01:00
Oliver Kleinecke
7ab5443622 fix: update timer date handling in DynamicLampComponent to use timestamp for accuracy 2025-02-18 11:13:45 +01:00
Oliver Kleinecke
ff198145da fix: correct lamp name handling in DynamicLampComponent and update struct definition 2025-02-18 11:08:47 +01:00
Oliver Kleinecke
2147e9c7aa fix: update timer date handling in DynamicLampComponent for improved accuracy 2025-02-18 11:04:43 +01:00
Oliver Kleinecke
b996293ccf feat: include RealTimeClock header in dynamic_lamp.h for time management 2025-02-18 10:58:06 +01:00
Oliver Kleinecke
762d40c570 feat: integrate RealTimeClock into DynamicLampComponent for enhanced time management 2025-02-18 10:53:13 +01:00
Oliver Kleinecke
2d5cdf2c26 fix: remove unnecessary esphal header inclusion in dynamic_lamp.h 2025-02-18 10:40:43 +01:00
Oliver Kleinecke
2c090678c8 feat: move DynamicLampTimer struct definition to header file for better accessibility 2025-02-18 10:39:02 +01:00
Oliver Kleinecke
cb92ed2449 feat: include additional headers for enhanced functionality in DynamicLampComponent 2025-02-18 10:36:27 +01:00
Oliver Kleinecke
940ef6c50c feat: add timer functionality to DynamicLampComponent with logging 2025-02-18 10:27:23 +01:00
Oliver Kleinecke
745393401c fix: increment index in remove_lamp method to prevent infinite loop 2025-02-17 16:10:33 +01:00
Oliver Kleinecke
685597c2f2 fix: correct logging message in remove_lamp method to use the correct lamp name 2025-02-17 15:39:34 +01:00
Oliver Kleinecke
22a52314c9 feat: add logging for lamp addition and removal in DynamicLampComponent 2025-02-17 15:36:50 +01:00
Oliver Kleinecke
e5159321e9 feat: add get_lamp_name method to retrieve the name of a specified lamp 2025-02-17 14:37:10 +01:00
Oliver Kleinecke
b1b524e51c Merge branches 'dev' and 'dev' of https://github.com/p1ngb4ck/esphome into dev 2025-02-17 13:46:06 +01:00
Oliver Kleinecke
dc15aec7f2 Add files via upload 2025-02-17 13:24:20 +01:00
Oliver Kleinecke
e18db01b69 fix: restore turn_on, turn_off, and set_state methods in Mcp4461Wiper class 2025-02-16 17:37:00 +01:00
Oliver Kleinecke
81d463c909 fix: simplify read_state method and enhance logging for wiper adjustments 2025-02-16 17:32:28 +01:00
Oliver Kleinecke
8e431d3d5e fix: update wiper state management to use update_state method for accuracy 2025-02-16 14:52:41 +01:00
Oliver Kleinecke
e74c31e471 fix: round state conversion for MCP4461 wiper level to ensure accurate integer values 2025-02-16 14:42:34 +01:00
Oliver Kleinecke
3beefc1e4b fix: update state conversion range in MCP4461 wiper to 0 - 256 2025-02-16 13:42:46 +01:00
Oliver Kleinecke
5e5e7c1714 fix: adjust state conversion for MCP4461 wiper to use 0.0 - 0.256 range 2025-02-16 13:41:56 +01:00
Oliver Kleinecke
392263c0e2 fix: restore output lamp additions in dump_config method 2025-02-16 13:29:09 +01:00
Oliver Kleinecke
1f0b4d4c51 fix: use explicit boolean comparisons for active and update flags in dynamic_lamp loop 2025-02-16 13:20:58 +01:00
Oliver Kleinecke
5e8242c045 fix: comment out unnecessary output lamp additions in dump_config method 2025-02-16 12:41:58 +01:00
Oliver Kleinecke
5e46a2a311 fix: correct lamp count increment logic in add_lamp method 2025-02-16 12:36:43 +01:00
Oliver Kleinecke
a6cea002bc fix: update logging message to use new_state variable in dynamic_lamp loop 2025-02-15 22:19:05 +01:00
Oliver Kleinecke
c34f1e5559 feat: add debug logging for output level setting in dynamic_lamp loop 2025-02-15 22:15:46 +01:00
Oliver Kleinecke
661ca4944e fix: correct namespace closure in dynamic_lamp.cpp 2025-02-15 22:03:50 +01:00
Oliver Kleinecke
b5862befbb refactor: rename methods for consistency in lamp configuration 2025-02-15 22:02:23 +01:00
Oliver Kleinecke
fad4f4ad2e feat: add initial lamp configuration in dump_config method 2025-02-15 22:00:20 +01:00
Oliver Kleinecke
38298e423d refactor: update write_state method to call parent write_state_ for improved functionality 2025-02-15 21:54:43 +01:00
Oliver Kleinecke
227cf817ae refactor: update write_state method to use parent active_lamps for improved clarity 2025-02-15 21:51:05 +01:00
Oliver Kleinecke
99af2c8ddb refactor: update write_state method to use active_lamps for improved clarity 2025-02-15 21:49:13 +01:00
Oliver Kleinecke
22d0deb61f refactor: update DynamicLamp constructor to use DynamicLampIdx for improved clarity 2025-02-15 21:45:51 +01:00
Oliver Kleinecke
eb7e4eb44b refactor: rename CONF_OUTPUT_ID to CONF_ID for consistency in dynamic_lamp component 2025-02-15 21:36:27 +01:00
Oliver Kleinecke
8c28ff3af4 refactor: update DynamicLamp to use FloatOutput and adjust related methods for improved functionality 2025-02-15 21:17:08 +01:00
Oliver Kleinecke
c37ffe3f58 refactor: rename CONF_ID to CONF_OUTPUT_ID for clarity in dynamic_lamp component 2025-02-15 21:08:07 +01:00
Oliver Kleinecke
27ebdc6e7a refactor: rename dynamic_lamp_component namespace to dynamic_lamp for consistency 2025-02-15 21:03:47 +01:00
Oliver Kleinecke
192ef3d084 refactor: rename dynamic_lamp namespace to dynamic_monochromatic_light for clarity 2025-02-15 20:56:55 +01:00
Oliver Kleinecke
e232dc17cc refactor: rename dynamic_monochromatic namespace to dynamic_monochromatic_light for clarity 2025-02-15 20:18:31 +01:00
Oliver Kleinecke
6a3672ba79 refactor: rename dynamic_lamp namespace to dynamic_lamp_component for consistency 2025-02-15 20:16:38 +01:00
Oliver Kleinecke
41a0749060 fix: include light_output header in dynamic_lamp.h and clean up unused includes 2025-02-15 20:11:54 +01:00
Oliver Kleinecke
acfafff162 fix: update output ID reference in DynamicLamp configuration and include light_output header 2025-02-15 20:01:57 +01:00
Oliver Kleinecke
6a958ae1e7 fix: include light_output header in dynamic_lamp.h for light integration 2025-02-15 19:54:18 +01:00
Oliver Kleinecke
ee8aff38b2 refactor: update DynamicLampComponent to support new save modes and integrate with light output 2025-02-15 19:45:49 +01:00
Oliver Kleinecke
85fdb67f6b fix: ensure state is updated in write_state method of DynamicLamp 2025-02-15 16:43:46 +01:00
Oliver Kleinecke
a58cea58b2 fix: update output state method in DynamicLampComponent loop for improved clarity 2025-02-15 16:37:59 +01:00
Oliver Kleinecke
62a0c5775f fix: correct state variable references and update write_state method in DynamicLampComponent 2025-02-15 16:35:08 +01:00
Oliver Kleinecke
7d306cb5c3 fix: improve state handling in DynamicLampComponent loop for output value constraints 2025-02-15 16:31:56 +01:00