Page 1 of 1

Error after updating to plugin 2022.4.1

PostPosted: Thu Jan 19, 2023 7:18 am
by durosity
Howdy!

I'm getting an error in my log after updating to the latest plugin:

Code: Select all
   NetatmoWelcome                  ********************************************************************
   NetatmoWelcome                  Starting Netatmo Multi monitoring thread
   NetatmoWelcome                  Access and Refresh Tokens will be saved on shutdown
   NetatmoWelcome                  Weather station(s) will be polled
   NetatmoWelcome                  Thermostat(s) will be polled
   NetatmoWelcome                   - Limescale protection scheduling enabled
   NetatmoWelcome                     - TRV cycle time is 10 minutes
   NetatmoWelcome                  ********************************************************************
   NetatmoWelcome Error            Error in plugin execution runConcurrentThread:

  File "plugin.py", line 281, in runConcurrentThread
  File "plugin.py", line 1000, in getUpdate
type: 'Plugin' object has no attribute 'netatmoFolderId'

   NetatmoWelcome Error            plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)

Then it just runs around in a loop. Can't see any settings or devices that would specifically cause this issue and was working fine with the previous version I had which I think was 2022.3.3

Re: Error after updating to plugin 2022.4.1

PostPosted: Thu Jan 19, 2023 7:45 am
by racarter
Oops! I'm guessing you have no cameras, since the necessary code to create the folder was in the cam section but not in the energy section.

Sorted in new release. :)

Re: Error after updating to plugin 2022.4.1

PostPosted: Thu Jan 19, 2023 11:17 am
by durosity
Good guess, all my cameras are Unifi ones :D

Updated to the latest plugin, now working OK!

Re: Error after updating to plugin 2022.4.1

PostPosted: Mon Jan 23, 2023 3:38 pm
by jaknudsen
Hello, I am getting this error in v2022.4.3

Code: Select all
 NetatmoWelcome                  ********************************************************************
   NetatmoWelcome                  Starting Netatmo Multi monitoring thread
   NetatmoWelcome                  Access and Refresh Tokens will be saved on shutdown
   NetatmoWelcome                  Weather station(s) will be polled
   NetatmoWelcome                   - Weather station message logging is on
   NetatmoWelcome                  ********************************************************************
   NetatmoWelcome Error            Error in plugin execution runConcurrentThread:

  File "plugin.py", line 279, in runConcurrentThread
  File "plugin.py", line 998, in getUpdate
type: 'Plugin' object has no attribute 'netatmoFolderId'

   NetatmoWelcome Error            plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)

Re: Error after updating to plugin 2022.4.1

PostPosted: Mon Jan 23, 2023 3:47 pm
by racarter
Similar issue to @durosity's. New version now in plugin store.

Re: Error after updating to plugin 2022.4.1

PostPosted: Tue Jan 24, 2023 3:44 am
by jaknudsen
2022.4.4 solved it, thanks!