Urban Weather Station Netatmo LUA Script for Vera

I got one of these yesterday and it has already set the gold standard for ease of installation and operation (using its own website and iOS app).

However, taking a look at the excellent documentation (in french) for the Vera script, there seems to be a little room for improvement - in particular, I don’t think it’s using HTTPS (although the URL says that) because it calls http.request and not https.request? It also violates the suggestion that the user credentials are not stored in the app and doesn’t therefore use the access token / refresh token authentication in quite the intended way.

I see the requests below for a proper plugin not using a VContainer… whilst some have asked for separate child devices for the different measurements, there’s no reason not to hang all of the different sensor services/measurements from one device. Does anyone know if there is a proper UPNP category for CO2 and Noise level sensors?