You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- home_id which can be found in https://dev.netatmo.com/apidocumentation/control by using "GET homesdata"
441
+
442
+
Return : a homeStatus object. This object contains most administration properties of Home+ Control devices such as Smarther thermostat, Socket, Cable Output, Centralized fan, Micromodules, ...
443
+
444
+
Methods :
445
+
446
+
***getRoomsId** : return all room ID
447
+
* Output : list of IDs of every single room (only the one with Smarther thermostat)
448
+
449
+
***getListRoomParam** : return every parameters of a room
450
+
* Input : room ID
451
+
* Output : list of parameters of a room
452
+
453
+
***getRoomParam** : return a specific parameter for a specific room
454
+
* Input : room ID and parameter
455
+
* Output : value
456
+
457
+
***getModulesId** : return all module IDs
458
+
* Output : list of IDs of every single module (socket, cable outlet, ...)
459
+
460
+
***getListModuleParam** : return every parameters of a module
461
+
* Input : module ID
462
+
* Output : list of parameters of a module
463
+
464
+
***getModuleParam** : return a specific parameter for a specific module
465
+
* Input : module ID and parameter
466
+
* Output : value
427
467
428
468
429
-
#### 4-5 Utilities functions ####
469
+
#### 4-7 Utilities functions ####
430
470
431
471
432
472
***rawAPI** (authentication, APIkeyword, parameters) : Direct call an APIkeyword from Netatmo and return a dictionary with the raw response the APIkeywork is the path without the / before as specified in the documentation (eg. "gethomesdata" or "homestatus")
@@ -435,7 +475,7 @@ Methods :
435
475
***todayStamps**() : Return a couple of epoch time (start, end) for the current day
436
476
437
477
438
-
#### 4-6 All-in-One function ####
478
+
#### 4-8 All-in-One function ####
439
479
440
480
441
481
If you just need the current temperature and humidity reported by a sensor with associated min and max values on the last 24 hours, you can get it all with only one call that handle all required steps including authentication :
0 commit comments