Daikin Binding not working on raspberry

Hi you all, I finally get my openhab server working on my new arrived raspberry pi3. 2 of the bindings i’m using are working fine, but the daikin binding is not working like it does when the server is running under windows 10. Any helps?

Could you provide a detailed explanation of what you observe as you try to configure the binding to work? Are you using the KKRP01A or the BRP072A42? What does your openhab.cfg look like? What appears in openhab.log?

I am using BRP069A41. This is how my openhab.fg looks like

############################### Daikin Binding ########################################
#
# Require a KKRP01A Online Controller and a Daikin heat pump.

# Refresh interval in milliseconds (optional, defaults to 60000)
daikin:refresh=60000

# Daikin Online Controller - host address and optional username/password
# NOTE: currently the username/password are ignored - you must configure
#       the KKRP01A with no security - i.e. empty password for all logins
daikin:salotto.host=WIRELESS@http://192.168.1.190
daikin:cucina.host=WIRELESS@http://192.168.1.191
daikin:camera.host=WIRELESS@http://192.168.1.192
#daikin:<id>.username=
#daikin:<id>.password=

In the log openhab.log i got nothing about Daikin. The strange thing is that i migrated everything from a working openhab configuration under windows.

Just to be sure you have the binding .jar file in your addons folder?

yes, i have the 1.8.2 daikin binding. Somewhere i found the 1.9.0 daikin
binding snapshot but it’s not working either

What happens when you try to use your browser to retrieve

http://192.168.1.190/aircon/get_control_info

?

I got this

With the openhab.cfg you provided earlier, this item:

Switch DaikinPower "Power [%s]" { daikin="salotto:power" }

ought to be set to OFF every minute (if I’m reading the binding source code correctly). If not, turn on DEBUG logging to see if anything shows up for the Daikin binding.