Skip to content

Adding support for Konyks eCosy #4434

Open
NarfX4 wants to merge 2 commits intomake-all:mainfrom
NarfX4:main
Open

Adding support for Konyks eCosy #4434
NarfX4 wants to merge 2 commits intomake-all:mainfrom
NarfX4:main

Conversation

@NarfX4
Copy link
Copy Markdown

@NarfX4 NarfX4 commented Feb 2, 2026

Devices are wire pilot control for heaters, quite French specific.
The DP mapping is quite strange and I spent some time debugging it. It's been tested live at home with 5 eCosy running.

@github-project-automation github-project-automation bot moved this to 👀 In review in Tuya Local Feb 2, 2026
@make-all make-all moved this from 👀 In review to 🏗 Stalled in Tuya Local Feb 16, 2026
@NarfX4
Copy link
Copy Markdown
Author

NarfX4 commented Feb 20, 2026

What needs to be done to progress on that request?

@make-all make-all moved this from 🏗 Stalled to 🔖 Ready in Tuya Local Feb 20, 2026
@make-all
Copy link
Copy Markdown
Owner

Sorry, I didn't notice the test failures were timeouts due to GitHub infrastructure issues, not actual errors in the submission.
Due to high volume of requests lately I have been only able to focus on PRs that are ready and skipped over the ones with errors indicated.

- id: evyy1wbhi4t7uftn
model: "eCosy 2024"
entities:
- entity: climate
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no point to use a climate entity here, as there is no temperature and current_temperature nor hvac_mode (though the below switch should probably be hvac_mode).

Is there really only 2 dps for this device?

@@ -0,0 +1,28 @@
name: eCosy
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Top level name should be generic, not a specific model name, as other devices may also match this config.
The device type should also be at the end of the filename to assist users to understand what they are selecting.

(konyks_ecosy2024_heater.yaml for example)

name: eCosy
products:
- id: evyy1wbhi4t7uftn
model: "eCosy 2024"
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

manufacturer: Konyks seems to be missing here.

- dps_val: eco
value: "Eco"
- dps_val: cold
value: "Hors gel"
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@make-all make-all moved this from 🔖 Ready to 🏗 Stalled in Tuya Local Feb 20, 2026
@make-all make-all added the awaiting feedback Needs more information label Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting feedback Needs more information

Projects

Status: 🏗 Stalled

Development

Successfully merging this pull request may close these issues.

2 participants