Page 1 of 1

AC1 (ACFreedom)

Posted: Monday 18 September 2023 22:09
by PeJeWe
Hello everyone,
i am searching for a solution to connect my AC1 airco system to domoticz.
It is based on AUX air condition system.
I do not use MQTT ore red-node because i am not a good programmer.
would some one of you programmers help me to create a plugin or something ?

I had found something, only that is used for HomeAssistent.

Code: Select all

https://github.com/GrKoR/esphome_aux_ac_component

Re: AC1 (ACFreedom)

Posted: Wednesday 20 September 2023 23:45
by waltervl
As the developer already mentioned in this issue https://github.com/GrKoR/esphome_aux_ac ... /issues/78

if you switch on MQTT with Homeassistant auto discover in the ESPHome configuration then Domoticz probably can connect to it with the MQTT Auto discovery gateway. https://www.domoticz.com/wiki/MQTT#Add_ ... Gateway.22

Edit. It seems that you only have to add the mqtt broker section in file https://github.com/GrKoR/esphome_aux_ac ... imple.yaml and build that yaml file in ESPHome to get it working. It will by default make an homeassistant discovery message that Domoticz can understand.

Code: Select all

# Example configuration entry
mqtt:
  broker: 192.169.1.10