plmilord / Hass.io-custom-component-spaclient

Home Assistant integration - Spa Client
48 stars 16 forks source link

Seeing these errors in my logs - anything to worry about? #17

Closed enkrypt3d closed 2 years ago

enkrypt3d commented 2 years ago

2022-02-19 21:04:11 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.spaclient 2022-02-19 21:04:11 INFO (MainThread) [homeassistant.components.climate] Setting up climate.spaclient 2022-02-19 21:04:11 INFO (MainThread) [homeassistant.components.light] Setting up light.spaclient 2022-02-19 21:04:11 INFO (MainThread) [homeassistant.components.switch] Setting up switch.spaclient 2022-02-19 21:04:11 WARNING (MainThread) [homeassistant.helpers.entity] Entity binary_sensor.filter_cycle_1_status (<class 'custom_components.spaclient.binary_sensor.FilterCycle'>) implements device_state_attributes. Please report it to the custom component author. 2022-02-19 21:04:11 WARNING (MainThread) [homeassistant.helpers.entity] Entity binary_sensor.filter_cycle_2_status (<class 'custom_components.spaclient.binary_sensor.FilterCycle'>) implements device_state_attributes. Please report it to the custom component author. 2022-02-19 21:04:11 WARNING (MainThread) [homeassistant.helpers.entity] Entity switch.pump_1 (<class 'custom_components.spaclient.switch.SpaPump'>) implements device_state_attributes. Please report it to the custom component author. 2022-02-19 21:04:11 WARNING (MainThread) [homeassistant.helpers.entity] Entity switch.heat_mode (<class 'custom_components.spaclient.switch.HeatMode'>) implements device_state_attributes. Please report it to the custom component author. 2022-02-19 21:04:11 WARNING (MainThread) [homeassistant.helpers.entity] Entity switch.temperature_range (<class 'custom_components.spaclient.switch.TempRange'>) implements device_state_attributes. Please report it to the custom component author.

plmilord commented 2 years ago

Use the latest version of Spa Client (v2.4)... which was released a month ago to resolve this Home Assistant tweak.

enkrypt3d commented 2 years ago

Ok updated! I'll let you know how it goes, thanks!

On Sun, Feb 20, 2022 at 7:51 PM Pierre-Luc Milord @.***> wrote:

Use the latest version of Spa Client (v2.4)... which was released a month ago to resolve this Home Assistant tweak.

— Reply to this email directly, view it on GitHub https://github.com/plmilord/Hass.io-custom-component-spaclient/issues/17#issuecomment-1046367838, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWHLHRXVQGPCQ44XCG4FECTU4GEBDANCNFSM5O34V7UA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.*** com>

plmilord commented 2 years ago

If everything's fine on your side, do not hesitate to close this issue! Thank-you!

enkrypt3d commented 2 years ago

I had to revert to the old version. Maybe I didn't update the right files. I only grabbed anything that's been changed recently. Do I need to download the whole thing again?

On Mon, Feb 21, 2022, 4:12 PM Pierre-Luc Milord @.***> wrote:

If everything's fine on your side, do not hesitate to close this issue! Thank-you!

— Reply to this email directly, view it on GitHub https://github.com/plmilord/Hass.io-custom-component-spaclient/issues/17#issuecomment-1047231834, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWHLHRVSWES2HFSHYOP72W3U4KTCNANCNFSM5O34V7UA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.*** com>

plmilord commented 2 years ago

It's better to Uninstall the old version (through the HA web interface), remove what's in /custom_components/spaclient and recreate the /spaclient with the new files... then reconfigure your spa (through the HA web interface)! Piece of mind after that!

enkrypt3d commented 2 years ago

Reloading the integration with the new code seemed to work! Thanks!