Hello, the component works well for me. Unfortunately the codes for the CA Mitsubishi Electric have not worked for me, also, there is only the âcoolâ function. My device is quite old.
I have also seen that there are not those of the LG TVs.
If you like, Iâll go scanning them and putting them in a Google Sheets file. So you can add them if you wish.
I will not be quick, I do not have much time. But they will be tested for me. I also have a Grundig television and a Sony one. Little by little I can go scanning.
Thanks for the work. And apologies for the Google Translate
I was thinking if you would watch the ir switch custom component from syssi you could make the same for the xiaomi. What would u need to work that out? I have 5 IR extender here ⌠do u want me to send one?
Thank you, Vassilis for this great component!
I have started porting the Arduino hvac-ir library to Python to dynamically generate the AC control codes and created a HA climate component to send those codes via Broadlink. I have used some of your code to make the way shorter.
Now as I have it working with my Tadiran (Gree) and Electra (Midea) ACs, Iâm thinking about joining the efforts to make the component as versatile as we can get.
Here is my lib repo: https://github.com/shprota/hvac_ir
Currently it only includes two types of ACs but I am planning to port the rest of the protocols from the Arduino library.
And here is the climate component code: https://gist.github.com/shprota/a0ec34d4c1b243a49cf90b005c078e34
hi, whatâs the exact word to change fan speed/mode via alexa/google assistant? i can change operation mode, change temperature but not fan speed/mode via voice command
I have the config set to âoffâ (used to be idle). But whenever I say something like âHey google, turn off the Bedroom Airconâ it says âSorry that mode isnât available for the Bedroom Airconâ.
I tried âset to offâ, âturn the Bedroom Aircon offâ, and as many other ways of saying it as possible.
hi, dumb question probably but i am only two days into home assistant can someone tell me where i am going wrong?
in my config folder I create a folder called custom components, in there i have a folder called fan and in that is the broadlink.py script
then in the configuration.yaml i am calling it with?
broadlink:
is this correct?