Closed crazyfx1 closed 3 years ago
I wonder if we should not just get rid of current_action if we don't have a better way to implement it. What do you think?
The new implementation is fine for most users, but wrong for people with multiple compressors / burners. I don't think we can get rid of it, otherwise we don't have the current heating state anymore in HA.
Maybe for hybrid devices we will need to combine both compressor active and burner active with an OR.
I have improved the implementation now and it should work for all users. I think it's safe to assume that the heater is heating as soon as a single compressor / burner is active.
The heating type is not used anymore. Also the implementation for heatpump and burners were wrong.