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"
439
+
440
+
Return : a homeStatus object. This object contains most administration properties of Home+ Control devices such as Smarther thermostat, Socket, Cable Output, Centralized fan, Micromodules, ...
441
+
442
+
Methods :
443
+
444
+
***getRoomsId** : return all room ID
445
+
* Output : list of IDs of every single room (only the one with Smarther thermostat)
446
+
447
+
***getListRoomParam** : return every parameters of a room
448
+
* Input : room ID
449
+
* Output : list of parameters of a room
450
+
451
+
***getRoomParam** : return a specific parameter for a specific room
452
+
* Input : room ID and parameter
453
+
* Output : value
454
+
455
+
***getModulesId** : return all module IDs
456
+
* Output : list of IDs of every single module (socket, cable outlet, ...)
457
+
458
+
***getListModuleParam** : return every parameters of a module
459
+
* Input : module ID
460
+
* Output : list of parameters of a module
461
+
462
+
***getModuleParam** : return a specific parameter for a specific module
463
+
* Input : module ID and parameter
464
+
* Output : value
425
465
426
466
427
-
#### 4-5 Utilities functions ####
467
+
#### 4-7 Utilities functions ####
428
468
429
469
430
470
***toTimeString** (timestamp) : Convert a Netatmo time stamp to a readable date/time format.
431
471
***toEpoch**( dateString) : Convert a date string (form YYYY-MM-DD_HH:MM:SS) to timestamp
432
472
***todayStamps**() : Return a couple of epoch time (start, end) for the current day
433
473
434
474
435
-
#### 4-6 All-in-One function ####
475
+
#### 4-8 All-in-One function ####
436
476
437
477
438
478
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