I create codes for Daikin ARC433a87 with broadlink?
How can i send it to add to smartir component?
You need to put the codes into a json file and then reference that file in SmartIR.
I created the code in json file. It work fine in my smartIr with Daikin conditioner. How can i add it to component for othe people?
This code for Daikin conditioners with remote controller ARC433a87 and same
Submit it to the GitHub repo
Since the fan.speed is set to be deprecated, has anyone here migrated to fan.percentage? Looking at the fan.py within smartIR, seems like we are not ready for that yet.
Hi, I have a Kyla IR Smart Cube, wondering if this a component that would be worth integrating?
Hi,
I installed smartIr and added proper lines in configuration.yaml, but I do not see anything in entities or anywhere else. What am I doing wrong?
smartir:
climate:
- platform: smartir
name: Cucina AC
unique_id: cucina_ac
device_code: 1001
controller_data: remote.broadlink_cucina_remote
temperature_sensor: sensor.temperature_cucina_ac
humidity_sensor: sensor.humidity_cucina_ac
power_sensor: binary_sensor.ac_power_cucina_ac
Edit: just used the wrong device_code, it is 1101 (1001 does not exist I think), and the termostat is enabled as a card.
Hi,
I have an old Dainkin FTXS35G2V1B.
I tried climate codes 1101, but the off command sets it to scheduled somehow.
Trying to learn the codes and create my own ini file, I for example set the AC to
- heat_cool (auto mode)
- auto (fan)
Then hit the up and down buttons for the temp.
Now, if I go to 19 from 18 up or from 20 down, it registers a different code.
So, which one should I write for the
- heat_cool, auto, 19 command?
Thank you very much.
Hi everyone.
I am a new in home assistant.
I configured without any issues the smartir / climate with a RM mini 3 with the Broadlink integration.
I created a new json codes files to configure my AC.
Now I have bought 2 more RM mini 3 to configure 2 AC more in different bedrooms.
I added to configuration.yml with the new remotes detected by broadlink integration.
I can learn IR commands, I can send remote IR Commands, but the climate does not work.
But they does not work. I see this error
Logger: custom_components.smartir.climate
Source: custom_components/smartir/climate.py:378
Integration: SmartIR (documentation)
First occurred: 13:10:02 (3 occurrences)
Last logged: 13:10:08
'a'
Traceback (most recent call last):
File "/config/custom_components/smartir/climate.py", line 378, in send_command
self._commands[operation_mode][fan_mode][target_temperature])
KeyError: 'a'
Could you help me?.
Thanks.
How do you control de aircon when outside home? I imagine you can use broadlink to control de settings… but how are you sure if u are not at home that the aircon is on or off?
When you have 6 o 7 rooms with a aircon machine in each of them , installing also one broadlink in each of them could be a bit costly… is there a more efficient way?
Thanks
I had some Wemos D1 Mini boards with an IR transmitter, but I like they appearance of the Broadlink better.
Some people have used door/window sensors on the louvers to sense if it is open or closed (on or off). There is a photo somewhere above in this thread.
Broadlink RM3 mini’s can be bought fairly cheap if you find them on sale.
Hi,
I have the same issue. Could you solve the problem to work on the second AC?
Thanks
Hi there,
I wonder if any of you guys can help me.
I’m trying to use a device that are not on the supported devices.
I learned the codes and added to a json file on the correct directory under
‘custom_components/smartir/codes/media_player’.
I gave it a code 9900, no existent.
This device is not available anymore (it was when i used a supported device, but without any code working).
What do i have to do to add a custom device?
Thanks!
Pedro.
I am also interested in this subject.
I wanted to replace my template fans by SmartIR but would prefer having the percentage speeds as named speeds are deprecated.
Hi,
Can you please tell me if it will work with models of the series: Electrolux EACS-07HAT / N3, EACS-07HAT / N3_20Y, EACS-09HAT / N3_19Y, EACS-09HAT / N3_20Y?
Thanks
Another option is to use a smart socket to know if the AC is really on or not.
Hi guys,
I have the following climate integration :
smartir:
climate:
- platform: smartir
name: Living room AC
unique_id: living_room_ac
device_code: 1385
controller_data: remote.rm_mini_remote
temperature_sensor: sensor.temperature_lumi_xxxx
humidity_sensor: sensor.humidity_lumi_xxxx
and the only issue with it - somehow it keeps turn on at 25 C degrees preset every two hours.
Any suggestions?
Hi,
Anyone can share the way to properly learn the codes for an AC?
I see in the files there are codes for multi-settings (fan+mode+temp), and if I keep two of the variables (fan and mode) static, just modifying the temp, it gives me different codes for going from 18° to 19° or from 20° to 19°. So which one should I use for "fan 1 + mode 1 + 19°)?
Thank you,
Most aircon remotes send ALL the parameters for each button press. thus if you change the fan speed, it send a code which includes all the parameters for temp, swing, mode etc.
That is why the AC code files contain all those combinations…