I am unsure on the older Actron units but I am currently getting a new unit and I am getting a modbus card installed. Once you have a modbus card then integrate locally.
Can you get the model number for the Actron unit? This should be on the name plate on the outdoor unit.
Without this it is hard to provide any specific device.
Hi @tinglis1 - did you get this installed? How do you connect the modbus to your HA?
I’m looking at getting this installed and trying to work out what the process is.
Firstly, check the model of your A/C. Actron has 2 types of modbus. ICAMIB-MOD and ICUNO-MOD. Make sure you buy the correct type that is compatible with your A/C model. Mine is ICAMIB-MOD which is installed in the indoor unit. I believe the other type is installed in the outdoor unit.
These are RS485 interfaces, so you need a converter to Ethernet. I used NB114
Install the MODBUS card (again depends on the model, read the manual for that model)
Connect the MODBUS interface to the converter using twisted pair wire ( I simply used a pair out of CAT-6 cable) - I am surprised they don’t have a proper twisted pair cable at Jaycar!!
Connect the converter to your router’s port. If you cannot run an ethernet cable from the converter to your router then you may need to find a converter that has wireless capability. I don’t know if there is one.
Configure the converter (ie: Network Settings) and depending on the device, you need to set up the correct protocol in the converter
Configure modbus integration in the configuration.yaml file
FYI. You cannot buy from Actron directly, unless you have an account with them. Fortunately, I know an A/C tech in my area (who serviced my aircon) and asked him to buy it for me. I paid him $400 for the modbus, I did all the installation.
So far I’ve got a basic YAML file that allows me to virtually press wall controller buttons from within HA, as well as use the IR component to capture the bit stream for LED / 7 segment displays. To this level, things are working well.
The next step is to make a custom platform for the climate component to provide a proper integration to HA. Getting my head around the ESP Home build system is taking me longer than I’d like to admit, but I’ll get there eventually…
Great to see someone has already worked out which of the LED bits map to what. That’ll save some mucking around.
I was considering throwing my schematics / PCB / code up on GitHub once complete and offering assembled boards for those that find it to be too much effort / are otherwise unable to assemble their own.