I would like to request some support, hope is the correct place.
I was assuming that the smartir/climate component would automatically attempt to reach the target temperature based on the current temperature. So I mocked a temperature sensor to play around before getting a real one. Here is my configuration:
Manual setting works fine, but I am not seeing any automatic change of the aircon based on the current temperature. See here for example: (The cooling and auto change were manually set)
I think you misunderstand what this does. It is sending IR codes to change the temperature, mode and fan speed on the air-conditioner.
The smarts for adjusting the mode, when the unit is running, and it’s fan speed is entirely done by the a/c.
The input temperature is just there to provide feedback within the climate component for visual display. It does not drive any behavior changes to the a/c.
Got it. I understand that this would work in theory, but in practice, the built in temperature sensor of this machines do not perform as expected. Nevertheless, looking at the code of the generic thermostat under the climate components, I see it tracks and reacts based on the current temperature vs target temperature. I will implement a similar behaviour on a fork. After some tests I will create a PR and the author may accept it or not.
Dear, in old version,
A guy named thubderbird2086 provided customised component for climate, in which I was controlling swing also with his component. @Vassilis can u please add that customisation to your component.
Mine has the same issue, they put the temperature sensor in the vent instead of the house. On a really hot day with heavy radiant heat, the unit will run too much and cool way too much. 26C set temp will result in 21C room temp. I have created an automation to dynamically adjust the temperature to account for this.
This basically checks every 15 minutes, where the temperature is >1C above an input_number or 0.5C below it. It wont run unless the aircon has been on for 1/2 hour first to give it time to get the temperature down.
I just migrated mine to this SmartIR and im using the fan device only. I created my own device_code json file and added the IR codes into it. At first the file named without .json as stated in documentation but however its failed as it could found my device_code in Github. After rename the file with .json, then everythings works.
Can you tell me where I can get the full code of the devices please? I follow to install your smartir and it’s works fine but with fan. I only have 2 option fancode : 1000 and 1020 but 2 of this code it not suitable with my fan.
I already intergrated the smartir to my HA but I didn’t find a best option to my fan in smartir’s fan code. (already tried 1000 and 1020).
my remote only have 5 button and I already make a json file for 5 buttons here
I’m not sure how you can set the timer, swing and rhythm. You may need to add these as a switch component. Also, if you push the speed button, does that switch the fan on?
Hi, I hope you can help me … I installed smartir without problems, and I use it to control a TV … through google home I can easily turn it on and off with the voice … if instead I also wanted to change channels always with google home, how should I do since google only sees it as a switch? Thanks in advance