Netatmo plugin discussion

Posted on
Mon May 05, 2014 11:43 pm
gbiski offline
Posts: 93
Joined: Dec 19, 2012

Re: Netatmo plugin discussion

Hello,

I am receiving the same error:

Netatmo plugin Debug Error Problem opening Netatmo web site. Reason = HTTP Error 403: Forbidden
Netatmo Plugin Error Netatmo server error encountered in DeviceList init
Netatmo Plugin Error Plugin stopping. Reason = __init__() should return None
Netatmo Plugin Stopping Netatmo device read loop
Netatmo Plugin Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)


Any ideas ?

Posted on
Tue May 06, 2014 1:21 am
nicb offline
User avatar
Posts: 70
Joined: Feb 17, 2008

Re: Netatmo plugin discussion

Likewise these 403 errors seem to have started on Sunday. I'm guessing its changes to the Netatmo site and I'm hoping they can be worked around...

Posted on
Tue May 06, 2014 1:29 am
berkinet offline
User avatar
Posts: 3290
Joined: Nov 18, 2008
Location: Berkeley, CA, USA & Mougins, France

Re: Netatmo plugin discussion

There was a change in the Netatmo API on May 5. I am looking into the problem and hope to have a fix today or tomorrow.

Posted on
Tue May 06, 2014 11:20 am
sandconformgorgecloud offline
Posts: 85
Joined: Jun 22, 2007

Re: Netatmo plugin

Hey,
With this change it worked fine but since yesterday no more :(

Netatmo Plugin Debug Entered: Funct runConcurrantThread
Netatmo Plugin Debug Entered: Funct readNetatmo
Netatmo Plugin Debug Entered: ClientAuth init
Netatmo Plugin Debug Entered: Funct postRequest
Netatmo Plugin Debug Got 'Netatmo Chambre'
Netatmo Plugin Debug Found Netatmo device 'Netatmo Chambre' (Chambre)
Netatmo Plugin Debug Got 'Netatmo Extérieur'
Netatmo Plugin Debug Found Netatmo device 'Netatmo Extérieur' (Extérieur)
Netatmo Plugin Debug Reading Netatmo Station iNetatmo
Netatmo Plugin Debug Entered: DeviceList init
Netatmo Plugin Debug Entered: ClientAuth accessToken
Netatmo Plugin Debug Entered: Funct postRequest
Netatmo plugin Debug Error Problem opening Netatmo web site. Reason = HTTP Error 403: Forbidden
Netatmo Plugin Error Netatmo server error encountered in DeviceList init
Netatmo Plugin Error Plugin stopping. Reason = __init__() should return None
Netatmo Plugin Stopping Netatmo device read loop
Netatmo Plugin Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)

Thanks :)

Posted on
Tue May 06, 2014 1:45 pm
berkinet offline
User avatar
Posts: 3290
Joined: Nov 18, 2008
Location: Berkeley, CA, USA & Mougins, France

Re: Netatmo plugin

Netatmo plugin users. PLEASE make sure your Netatmo plugin is disabled. The constant retries are making it impossible to do any testing - they overload Netatmo's system causing the plugin's ID to be locked out. I am trying to find a fix, but I can't do that if I can't get authenticated.

Just FYI. The plugin is based on a Python library created by a Netatmo user. It appears that library does not follow the Netatmo API and is causing the trouble. Unfortunately, the library code is not Python 2.5 compatible, so even if the author releases a fix on his own, I still have to rewrite parts if it to run in Python 2.5.

Posted on
Thu May 08, 2014 5:00 am
berkinet offline
User avatar
Posts: 3290
Joined: Nov 18, 2008
Location: Berkeley, CA, USA & Mougins, France

Re: Netatmo plugin

Unfortunately, some of you Netatmo plugin users have ignored my request to Disable your plugin. That is causing the Netatmo server to disallow any access for users of the Indigo plugin. That includes me. So, as long as you persist in keeping your plugin running, generating errors in your log, I will not be able to get this fixed.

Posted on
Thu May 08, 2014 5:19 am
autolog offline
Posts: 3988
Joined: Sep 10, 2013
Location: West Sussex, UK [GMT aka UTC]

Re: Netatmo plugin

I disabled mine shortly after I spotted the errors. :)

It is possible/likely that some Netatmo Plugin users may be away (on holiday etc) and/or not aware of the errors.

Posted on
Thu May 08, 2014 9:14 am
berkinet offline
User avatar
Posts: 3290
Joined: Nov 18, 2008
Location: Berkeley, CA, USA & Mougins, France

Re: Netatmo plugin

auto log wrote:
...It is possible/likely that some Netatmo Plugin users may be away (on holiday etc) and/or not aware of the errors.


That is likely what happened. I am just going to create a new app at Netatmo and use that for testing.

Posted on
Thu May 08, 2014 7:49 pm
Seeker offline
Posts: 440
Joined: Aug 05, 2013

Re: Netatmo plugin

mine's been off too.

so you have an ID with netatmo for the plugin? And when it fails/keeps trying to connect it identifies as your plugin?

I understand them not liking that, but it seems like they would handle changes with more developer planning in mind?

Posted on
Wed May 14, 2014 4:56 pm
Seeker offline
Posts: 440
Joined: Aug 05, 2013

Re: Netatmo plugin

Any progress? looking forward to getting the rain sensor data. the sensor works well and seems to be in line with NWS rainfall amounts.

Posted on
Wed May 14, 2014 5:35 pm
Seeker offline
Posts: 440
Joined: Aug 05, 2013

Re: Netatmo plugin

Here's a screenshot of the rain gauge from today.
Attachments
Screen Shot 2014-05-14 at 6.33.32 PM.png
Screen Shot 2014-05-14 at 6.33.32 PM.png (46.86 KiB) Viewed 4934 times

Posted on
Fri May 16, 2014 1:35 am
berkinet offline
User avatar
Posts: 3290
Joined: Nov 18, 2008
Location: Berkeley, CA, USA & Mougins, France

Re: Netatmo plugin

This problem is more complex than it first appeared. The Python libs I have been using need to be updated because of some policy changes in the API. Also, I have been very busy the past two weeks and not had much time to go further in my On my way! Either.

Posted on
Fri May 30, 2014 3:15 am
gbiski offline
Posts: 93
Joined: Dec 19, 2012

Re: Netatmo plugin discussion

Hello Berkinet,

Do you have any update for your plugin ?

thanks
George

Posted on
Sat May 31, 2014 2:34 am
berkinet offline
User avatar
Posts: 3290
Joined: Nov 18, 2008
Location: Berkeley, CA, USA & Mougins, France

Re: Netatmo plugin discussion

At this point I have no update on the status. As noted earlier, there are multiple issues: Primarily, the basic Python libs from philippelt are not really Python 2.5 compatible, though they claim to be. Getting the newest version up on 2.5 will take some work, more than I have at the moment. Then, once that is solved, NETATMO has removed the API call that philippelt was using. This means the way the plugin interacts (authentication and data retrieval) with NETATMO must be redesigned. Again, no time at the moment. I have been sort of hoping philippelt would work out this issue, but so far he has not updated the libs for this particular aspect.

I have been in contact with another Indigo user (@orangy) who might be able to help out here. But, he has been inactive for almost 3 months.

So, sorry for the poor prognosis. But, that's what it is.

Posted on
Sat May 31, 2014 3:18 am
nicb offline
User avatar
Posts: 70
Joined: Feb 17, 2008

Re: Netatmo plugin discussion

Thanks for your candor. Whilst its not what we wanted to hear it helps to know. Thanks.

Page 4 of 26 1, 2, 3, 4, 5, 6, 7 ... 26

Who is online

Users browsing this forum: No registered users and 10 guests