Daikin One integration

Thanks for the suggestion. I am running v2.4.1.177

I still got the same error

errorgroovy.lang.MissingMethodException: No signature of method: user_driver_SeriesOfUnlikelyExplanations_Daikin_OnePlus_Single_Thermostat_1567.setSupportedThermostatFanModes() is applicable for argument types: (java.lang.String) values: [["auto","on"]] on line 83 (method installed)

Just to confirm I interpreted your requested edits to line 83 & 84 as follows:

def initialize(){
    setSupportedThermostatFanModes(JsonOutput.toJson(["auto","on"]))
    setSupportedThermostatModes(JsonOutput.toJson(["heat","cool","auto","off"]))
}

Sorry, not sure. You might try reaching out to @bravenel

I am wondering if the problem is that my Daikin One Home account has two thermostats (each minisplit shows up as a Thermostat in the Daikin One Home app. Does this driver handle multiple thermostats or was it only intended for s single thermostat in the account?

I can see in the API documentation there is a call to request the list of thermostats, but I am a bit over my head looking at the groovey and understanding it all, but I am thinking maybe that could be my problem?