deiger/AirCon

Increase/decrease step of 0.5

Opened this issue · 2 comments

I'm using FGLAIR with Fujitsu and from the app and remote I'm able to increase/decrease the temperature by 0.5 each step.
With AirCon I noticed that I'm able to change the temperature +/-1 celsius. Looking at the configuration I see t_temp is an integer.

Do you have any suggestion to fix it?

Hi Giorgio,
I'm using FGLAir too but I'm encoutering some issues? Are you using HA with the Add-on? Using the App it works properly but I don't know why the Add-on cannot find it? Could you explain me how to configure it or show me your configuration properties?
Thanks
Marco

Ciao Marco,
I'm not using using the HA Add-on. I've the Aircon instance running on a container and it has connected through MQTT to HA. I would suggest to be check that the IP and port of your instance.

My configuration

{
  "app": [
    {
      "username": "XXXXXXX",
      "password": "XXXXXXX",
      "code": "fglair-eu"
    }
  ],
  "log_level": "INFO",
  "mqtt_host": "192.168.2.206",
  "port": 8888,
  "local_ip": "192.168.3.10" <--- this is the IP communicated by Aircon and should match your host
}