danielkaldheim / ha_airstage

Connects your Fujitsu Airstage air conditioner to Home Assistant.
MIT License
49 stars 9 forks source link

Flood log messages : is not a valid ACParameter #28

Closed ouafnico closed 6 months ago

ouafnico commented 7 months ago

Hello

The integration is working very well with homeassitant, but the logs are flooded by these lines :

Error processing parameter: 'iu_af_dir_hrz' is not a valid ACParameter
Error processing parameter: 'iu_af_swg_hrz' is not a valid ACParameter
Error processing parameter: 'iu_hmn_det_auto_save' is not a valid ACParameter
Error processing parameter: 'iu_min_heat' is not a valid ACParameter
Error processing parameter: 'iu_err_code' is not a valid ACParameter
Error processing parameter: 'iu_demand' is not a valid ACParameter
Error processing parameter: 'iu_fltr_sign_reset' is not a valid ACParameter
Error processing parameter: 'iu_model' is not a valid ACParameter

It's never ending, it's resulting in overload log file.

I got these too :

2024-02-08 10:00:16.745 WARNING (MainThread) [homeassistant.components.climate] Entity None (<class 'custom_components.fujitsu_airstage.climate.AirstageAC'>) does not set ClimateEntityFeature.TURN_OFF but implements the turn_off method. Please create a bug report at https://github.com/danielkaldheim/ha_airstage/issues
2024-02-08 10:00:16.745 WARNING (MainThread) [homeassistant.components.climate] Entity None (<class 'custom_components.fujitsu_airstage.climate.AirstageAC'>) does not set ClimateEntityFeature.TURN_ON but implements the turn_on method. Please create a bug report at https://github.com/danielkaldheim/ha_airstage/issues
2024-02-08 10:00:16.745 WARNING (MainThread) [homeassistant.components.climate] Entity None (<class 'custom_components.fujitsu_airstage.climate.AirstageAC'>) implements HVACMode(s): off, cool, heat, fan_only, dry, auto and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/danielkaldheim/ha_airstage/issues
ohshazbot commented 7 months ago

Dupe of #24 ?

danielkaldheim commented 6 months ago

Duplicate of https://github.com/danielkaldheim/ha_airstage/issues/24