Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with Avidsen Home Flow Thermostat #51

Open
raziel83257 opened this issue Nov 6, 2023 · 0 comments
Open

Problem with Avidsen Home Flow Thermostat #51

raziel83257 opened this issue Nov 6, 2023 · 0 comments

Comments

@raziel83257
Copy link

Hi,
I have a Avidsen Home Flow Thermostat, I've been able to connect to my tuya account and use localtuya to have it in home assistant.

But make the HVAC_MODE switch between manual and program i had to add these lines in /config/custom_components/localtuya/climate.py:
HVAC_MODE_SETS= {
"manual/program": {
HVAC_MODE_HEAT: "manual",
HVAC_MODE_AUTO: "program",
},

Because
"Manual/Program": {
HVAC_MODE_HEAT: "Manual",
HVAC_MODE_AUTO: "Program",
},
is not working, seems that this settings are case sensitive...

Could you add it to master branch? in this way I don't have to worry for future updates.

Thank you
Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant