Bonjour à toutes et tous,
Nous sommes plusieurs à avoir reçu une notification de Netatmo qui va changer son nom de domaine au mois de septembre:
Netatmo API - API Domain Name Change
Dear Netatmo developer,
We hope this message finds you well.
We are writing to inform you of an upcoming change to our API domain configuration. As part of our ongoing efforts to streamline and improve our services, we will be retiring the domain api.netatmo.net and consolidating all API traffic under the existing domain api.netatmo.com.
Effective Date:September 8, 2025
To ensure uninterrupted service, we kindly ask you to update your applications to use api.netatmo.com exclusively before the above date. The structure and functionality of the API remain unchanged — only the domain name is affected.
Sincerely,
Legrand - Netatmo - Bticino
Les scripts netatmo_oauth.php et legrand_netatmo.php doivent être mis à jour.
La mise à jour est très simple car il suffit de changer:
Pour le script legrand_netatmo.php:
$api_url = 'https://api.developer.legrand.com/hc/api/v1.0';
par
$api_url = 'https://api.developer.legrand.net/hc/api/v1.0';
Pour le script netatmo_oauth.php:
$api_url = 'https://api.netatmo.com';
en
$api_url = 'https://api.netatmo.net';
Normalement c'est la Team eedomus qui réalise cela, si la team tarde trop, je ferais la modification dans le store.
Bel été à toutes et tous
dommarion