-
Notifications
You must be signed in to change notification settings - Fork 25
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
[Bug] climate using tasmota irhvac, fan speed,not working #40
Comments
Have the same issue, tried to add as domain and label, both with no luck, dosen´t even count as a entity on the hub. Maybe because is a custom component, but SmartIR, also a custom component works almost fine (no temperature control). I think the problem is that tasmota irhvac doesn´t have a unique ID. Hope this helps |
Custom components are not a problem. do you get any error logs? |
No erros. Logs below: This is the climate component I use https://github.com/hristo-atanasov/Tasmota-IRHVAC
|
Deleted my previous comment because i mixed it up a bit 😀 Can you please provide all the related information together?
|
Log:
Json: {
"name": "test",
"port": 5541,
"filter": {
"include": [
{
"type": "domain",
"value": "climate"
}
],
"exclude": []
}
} Screen: Expected to have 4 climate itens, but none of the tasmota-irhvac are there Thanks |
That is very strange. Can you please share the attributes from at least one of the missing climates and from the one which is working? |
I recently fixed one thing regarding home assistant state synchronization (alpha.16), but to be honest: i don't think it will fix your issue. How many devices are included in your first bridge? The log says "observing 26 entities", so i would expect your first bridge to include 25 or 26 (if it includes the working fan). is that right? |
after the latest update matterhub crashes with the following message for me 🙂
|
The latest version currently does not fix this bug, the tasmota irhvac thermostat still does not work |
Maybe you were right before with the unique_id. |
I tried your first bridge before, but I thought it was from somebody else, on it, those tasmota irhvac did show up as entities, so installed it again just with climate and here is the log: Hope it helps, and once again, thanks
|
It's hard for me to debug, because i don't have that problem. I am only filtering for |
Well, if you have MQTT working you don´t need to have the hardware to simulate the problem. Just copy this https://github.com/hristo-atanasov/Tasmota-IRHVAC to custom component folder and add this to configuration just change MQTT. As soon as alpha.19 is available I will send the bebug
|
Update my configuration.yaml, because of a Onkyo receiver update and got this erros from climate: Maybe it helps Platform error 'climate' from integration 'tasmota_irhvac' - No module named 'homeassistant.components.mqtt.mixins' 3 erros from 3 ACs units Edit: This is after todays update on home assistant core, so the component is not working and we cannot text it. Maybe close the issue and wait for the component to get fixed. Thanks |
OK, they fixed the custom component but I could not get the silly log to work, fatal erro: I have nothing being excluded on my config.
|
tbh i have some trouble getting the silly log working 😀 Anyway climates aren't running stable at the moment (#73). I'll take care of this one as soon as this other issue is solved. |
I can confirme that the problem for the itens to not be available, was the unique.id. Just added it to configuration.yaml, after generating here: https://www.uuidgenerator.net/version4 and it was recognized by the bridge. Hope this helps, thanks for your work. |
I have some tasmota irvac thermostat working with the addon, but since i added them now it repeats the command 3 times and sometimes the AC become crazy when when using the remote in a change temp loop |
I see this happening in my home, but only when I control it via Google home. Direct or with Alexa I have no issue. |
Please upgrade to the latest version. I refactored a lot regarding to state management and lifecycles. If that issue still persists, please provide a detailed debug log and write down the start and end time of your test, so that i dont have to search hundreds of thousands of lines. The unique_id topic should be solved, can someone confirm? |
climate using tasmota irhvac not working, when added to configuration but it doesn't show up
The fan only has on/off, no fan speed adjustment, wind reversal and direction change
The text was updated successfully, but these errors were encountered: