Closed dan-s-github closed 1 year ago
fixed warning by adding else case
} else if (id(comfoair_fan).speed == 3) {
return "High";
} else {
return "Unknown";
}
using the tile card instead of the fan card fixed the issue with controls
Thank you for making this available to the community.
I use this with an ATOM CANBus Kit and it works perfect, only required change is can bus pin assignments.
There is one warning when compiling in ESPHome, related to the lambda in the fan component.
I also don't get the 4 fan speed options like on your dashboard but only a slider in the HA Fan card.
Any clue?