Netatmo for UK users (Temp workaround)

did you give it OAuth permissions?

I got it to work now :slight_smile: I was not sure where to put that US URL, but I finally notice that it should not be replaced in the Code, but in the device “option” in IDE.

Thanx for all help here.

1 Like

It works of me, my setting:
server url: https://graph-eu01-euwest1.api.smartthings.com.
For having client secret and client id, I went to the netatmo developers dashboard (https://dev.netatmo.com) and I’ve create a new application.

I am having absolutely no luck with this. When I enter my credentials to connect to Netatmo is says “a connection could not be established”. I am in the US, any thoughts?

I have added windmodule and several other updates

1 Like

I get an error when I click “tap to enter credentials” that say “WebView missing on device”. What to do?

Android device? Try to install this https://play.google.com/store/apps/details?id=com.google.android.webview

I tried, but I can’t enable it. Sounds like there has been a change to Android that’s making trouble:

I’m using a Samsung S8.

im getting no data on the device tile ans this

58391b23-5d51-4ac7-aded-2b3b62bf6e59 19:26:30: debug Update: Outside
58391b23-5d51-4ac7-aded-2b3b62bf6e59 19:26:30: debug Update: Bedroom
58391b23-5d51-4ac7-aded-2b3b62bf6e59 19:26:30: debug Update: Living Room
58391b23-5d51-4ac7-aded-2b3b62bf6e59 19:26:30: debug getChildDevices(false), children=3
58391b23-5d51-4ac7-aded-2b3b62bf6e59 19:26:30: debug apiGet() failed: groovyx.net.http.HttpResponseException: Not Acceptable

any ideas?

3014a86e-5330-41e3-8e45-369e87b8203d 20:00:34: debug Update: Living Room
3014a86e-5330-41e3-8e45-369e87b8203d 20:00:34: debug Updating NAModule4 [time_utc:1499453500, temp_trend:down, Temperature:25.5, min_temp:9.9, CO2:307, Humidity:52, date_min_temp:1499437279, max_temp:28.7, date_max_temp:1499436407]
3014a86e-5330-41e3-8e45-369e87b8203d 20:00:34: debug Update: Bedroom
3014a86e-5330-41e3-8e45-369e87b8203d 20:00:34: debug getChildDevices(false), children=3
3014a86e-5330-41e3-8e45-369e87b8203d 20:00:34: debug running apiGet()
3014a86e-5330-41e3-8e45-369e87b8203d 20:00:34: debug Getting stations data
3014a86e-5330-41e3-8e45-369e87b8203d 20:00:34: debug Polling…

getting data now but nothing in the devices i manually created by making a new device handler, how does it link the device to the smart app ?

The smartapp will create the devices for you, you should not add them manually.

Make sure that you have saved and published all the devicehandlers and run through the smartapp again. There you will get a list of all your devices, select all devices you want to add to smartthings and click done.

Looking at these logs, you should have a device called “Living Room” and “Bedroom” in your list of things in the app. Do you see these devices?

Ever get it to work? I disabled chrome and updated webview and I still get the webview error

I’ve modified the smartapp, created a Netatmo app on the developers dashboard, copied the client id and the client secret on the smartapp configuration and it works properly.

My code is here:

1 Like

Just added the smartapp. Waiting for the something went wrong screen to go away to test it

EDIT: Done

I’m still struggling to get home coach working. After installing the smart app and DH, it’s not finding any devices. I’m UK based and tried to follow the above, but of course it’s changed and the base station no longer shows in the templates. I only have the home coach so don’t know if that makes a difference? Although I have also tried to install Netatmo (connect) and the weather station DH to see if that kicks it into life!

Has anyone got just the home coach working in the UK and if so what are your settings?

Thanks in advance.

Health coach app and dth at the bottom of the first post.

Yup, those are the ones that aren’t working for me. Not finding any devices sadly.

Tried to update the Smart App, and added all Device handlers, when using App, I get an error after giving credentials to netatmo {“error”:true;“type”:“java.lang.reflect.UndeclaredThrowableExeption”,“message”:“An unexpected error occured”}.
I have created a netatmo app, and added clientid, Secret and url (tested several), and when I start the smartapp, I am able to login and Select “Yes I Accept”, after that error and only option is Done
Any ideas?