-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fan Speed Control Mode for Evap A/C #8
Comments
Hi, I just ran into this issue myself when switching to cool mode, I've only had it on fan mode recently. The modes available are somewhat restricted by the HA types/widgets, but my intention with the settings is for a "fan speed" of "auto" to be when it's running to temerature, then switch to a fan number to switch from temp to speed. I think it used to work this way for me so it should be possible. I'll have to grab some more logs of the data coming and going to the unit to get this working again. |
I think I've got all the modes working now, and also have a new custom card to make it easier to use: https://github.com/andrewleech/lovelace-magiqtouch-thermostat |
I've added the custom card, but the problem still remains that I cant easily switch between 'fan speed' and 'temperature' mode. The system still seems to stay on 'temperature' mode regardless of what I do. Was there some updates to the integration that needed to be pushed to the repo? I cant see any changes there in the last few weeks. |
Ah yes sorry I just realised my recent updates are "hidden" in my develop branch, I'll have to check if it needs cleaning up at all and merge it to main! |
Should be better now that I've merged #10 |
Ah whoops, that was a late change / addition last night that I've broken |
Should be fixed now if you update again! |
The error has gone now and I can switch between modes without an issue. However, the fan speed does not seem to update when I adjust it on the slider. Any ideas? |
Oh, yeah mines doing that too. That was working.... That last change I made was to remove a dependency on an external module and use a built-in type instead, seems it introduced some sneaky bugs though. |
Ok I believe I've got that issue fixed now too! |
@AlexPotterOnGit that's a strange bug to be sure. If you switch to cooling mode, does it show the switch to select between temperature and fan speed? |
I am using the addon in HA to control my evaporative air conditioner.
When I set it to 'Cool' operation mode, the fan mode defaults to 'Auto' and I cant manually control the fan speed.
There are 2 operation modes on the wall console
'Temperature' = This results in automatic control of the fan speed (i.e. Fan Mode = Auto)
'Speed' = This is a cooling mode, but allows you to control the fan speed (i.e. Fan Mode = 1 to 10)
If I set the console to 'Speed' mode, the addon in HA shows no entry in the Operation mode, but I can control the fan speed.
Is it possible to add the additional operational mode 'Cool (Speed)' to allow cooling plus manual fan speed control?
The text was updated successfully, but these errors were encountered: