sampsyo / hass-smartthinq

Home Assistant component for LG SmartThinQ HVAC devices
MIT License
282 stars 98 forks source link

HA 0.95.4 #18

Closed jakethekiwi closed 5 years ago

jakethekiwi commented 5 years ago

Hey guys Just having issues after updating HA to 0.95.4 HA seems to be having a cry about country being in the climate configuration climate:

sampsyo commented 5 years ago

What is the error, exactly?

jakethekiwi commented 5 years ago

Hey mate thanks for all your hard work this component is better than the app. So i downgraded back to 0.94.4 because smarthinq stoped working The error Im getting before the update on 0.94.4 is 2019-06-30 10:37:22 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for smartthinq which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant. 2019-06-30 10:37:22 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support. Please remove [country], [language]. (See /config/configuration.yaml, line 312). Offending data: {"platform": "smartthinq", "refresh_token": "", "country": "AU", "language": "en-AU"} Your configuration contains extra keys that the platform does not support (but were silently accepted before 0.88). Please find and remove the following.This will become a breaking change.

[country], [language]. (See /config/configuration.yaml, line 312). Offending data: {"platform": "smartthinq", "refresh_token": "", "country": "AU", "language": "en-AU"}

Then when i Upgrade to 0.95.4 the Component stops working. I will upgrade again then post log. Im on hassio. Thankyou

jakethekiwi commented 5 years ago

I get this error on 0.95.4 and entity not available 2019-07-01 08:45:31 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for smartthinq which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant. 2019-07-01 08:45:31 ERROR (MainThread) [homeassistant.config] Invalid config for [climate.smartthinq]: [country] is an invalid option for [climate.smartthinq]. Check: climate.smartthinq->country. (See /config/configuration.yaml, line 312). Please check the docs at https://home-assistant.io/components/climate.smartthinq/

sampsyo commented 5 years ago

Thanks! That's just a warning, so you can safely ignore it. But I've just pushed a fix that should silence the warning even so.

But that doesn't solve your problem, sorry! Maybe there is some other problem going on too.

jakethekiwi commented 5 years ago

Thanks mate That fixed the warning ended up deleting the python cache and now its working again.

Sent from my iPhone

On 1 Jul 2019, at 12:41 pm, Adrian Sampson notifications@github.com wrote:

Thanks! That's just a warning, so you can safely ignore it. But I've just pushed a fix that should silence the warning even so.

But that doesn't solve your problem, sorry! Maybe there is some other problem going on too.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.