Michael Nosthoff
bd09e96681
Reintroduce unique_id for Netatmo sensor ( #18774 )
...
* netatmo: make module type identification more consistent
For the interpretation of voltage values the different types of netatmo
modules need to be distinguished. This is currently done by selecting
the second character of the modules '_id'. The _id-field actually
contains a mac address. This is an undocumented way of identifying the
module_type.
The netatmo API also delivers a field called 'type' which provides a
more consistent way to differentiate the fields. This commit introduces
a differentiation which uses this provided type. This should improve
readability.
Also the field module_id is renamed to module_type which should better
resemble what it actually represents.
* netatmo: reintroduce unique_id using actual module mac address
Each netatmo module features a unique MAC-Address. The base station uses
an actual assigned MAC Address it also uses on the Wifi it connects to.
All other modules have unique MAC Addresses which are only assigned and
used by Netatmo on the internal Wireless-Network. All theses Addresses
are exposed via the API. So we could use the combination
MAC-Address-Sensor_type as unique_id.
In a previous commit this had already been tried but there was a
misunderstanding in what the 'module_id' represented. It was actually
only a module_type representation so it clashed when two modules of the
same type where used.
* Netatmo: fixed line length
2018-12-01 18:00:49 +01:00
..
2018-11-15 14:30:37 +01:00
2018-11-23 14:51:26 +01:00
2018-08-24 16:37:30 +02:00
2018-10-01 08:55:43 +02:00
2018-11-15 10:23:46 -07:00
2018-10-01 08:55:43 +02:00
2018-08-27 22:00:20 +02:00
2018-10-01 08:55:43 +02:00
2018-10-01 08:55:43 +02:00
2018-09-02 15:51:15 +02:00
2018-10-14 17:12:34 +02:00
2018-10-02 07:32:03 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-10-01 08:55:43 +02:00
2018-11-27 08:20:25 -05:00
2018-11-30 08:47:05 +01:00
2018-08-24 16:37:30 +02:00
2018-10-10 12:17:11 +02:00
2018-08-24 16:37:30 +02:00
2018-10-17 08:38:03 +02:00
2018-08-24 16:37:30 +02:00
2018-10-13 10:23:00 +02:00
2018-10-10 12:17:11 +02:00
2018-10-10 12:17:11 +02:00
2018-10-11 10:55:22 +02:00
2018-11-21 20:41:53 -05:00
2018-08-24 16:37:30 +02:00
2018-10-01 08:55:43 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-10-01 08:55:43 +02:00
2018-11-04 09:50:00 +01:00
2018-08-24 16:37:30 +02:00
2018-10-01 08:55:43 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-11-27 15:36:55 +01:00
2018-11-19 14:48:52 +01:00
2018-11-05 16:21:44 +01:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-11-28 13:38:26 +01:00
2018-10-01 08:55:43 +02:00
2018-10-12 09:30:35 +02:00
2018-08-24 16:37:30 +02:00
2018-10-20 22:07:47 +02:00
2018-11-02 22:48:17 +01:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-10-01 08:55:43 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-10-10 23:52:45 +02:00
2018-09-16 01:17:47 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-11-12 16:10:28 +01:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-10-01 14:10:32 +02:00
2018-11-30 09:06:59 +01:00
2018-08-24 16:37:30 +02:00
2018-10-01 08:55:43 +02:00
2018-08-24 16:37:30 +02:00
2018-10-01 08:55:43 +02:00
2018-11-28 13:16:43 +01:00
2018-08-24 16:37:30 +02:00
2018-11-21 06:15:54 +01:00
2018-10-01 08:55:43 +02:00
2018-10-01 08:55:43 +02:00
2018-08-24 16:37:30 +02:00
2018-10-15 12:24:21 +02:00
2018-10-09 11:18:46 -06:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-11-09 08:23:07 -07:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-11-06 12:43:16 +01:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-27 09:39:11 +02:00
2018-11-01 16:32:21 +01:00
2018-10-11 07:43:15 +02:00
2018-08-24 16:37:30 +02:00
2018-11-21 12:38:42 +01:00
2018-10-04 14:02:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-11-01 10:46:11 +01:00
2018-08-24 16:37:30 +02:00
2018-08-29 21:13:01 +02:00
2018-10-10 13:46:03 +02:00
2018-08-24 16:37:30 +02:00
2018-09-29 21:22:24 +02:00
2018-08-24 16:37:30 +02:00
2018-10-13 22:58:41 +02:00
2018-09-15 21:28:49 +02:00
2018-08-24 16:37:30 +02:00
2018-10-10 12:17:11 +02:00
2018-10-17 09:00:15 +02:00
2018-08-24 16:37:30 +02:00
2018-10-01 08:55:43 +02:00
2018-11-22 09:45:40 +01:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-11-25 20:52:09 +01:00
2018-10-01 08:55:43 +02:00
2018-09-26 08:56:23 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-11-07 13:30:41 +01:00
2018-08-26 21:25:39 +02:00
2018-08-24 16:37:30 +02:00
2018-10-15 03:29:36 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-09-08 18:33:41 +02:00
2018-11-09 22:24:26 +01:00
2018-10-20 15:30:10 +02:00
2018-08-24 16:37:30 +02:00
2018-10-28 13:46:28 +01:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-11-06 14:27:52 +01:00
2018-08-24 16:37:30 +02:00
2018-11-13 23:41:58 +01:00
2018-10-29 23:22:47 +01:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-10-10 14:24:30 +02:00
2018-10-01 08:55:43 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-10-17 18:42:39 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-10-01 14:44:11 +02:00
2018-11-28 13:16:43 +01:00
2018-09-04 08:48:03 +02:00
2018-10-01 08:55:43 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-26 21:25:39 +02:00
2018-09-25 13:41:29 +02:00
2018-12-01 18:00:49 +01:00
2018-09-19 00:42:09 +02:00
2018-09-23 18:58:09 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-19 22:29:08 +02:00
2018-08-24 16:37:30 +02:00
2018-10-11 09:52:13 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-10-19 07:31:19 +02:00
2018-10-15 13:21:21 -06:00
2018-11-01 16:32:36 +01:00
2018-10-01 08:55:43 +02:00
2018-10-29 11:27:37 +01:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-11-19 12:52:21 +01:00
2018-11-18 18:35:36 -07:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-11-29 20:40:26 +01:00
2018-09-10 16:19:17 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-11-29 14:47:41 -07:00
2018-08-24 16:37:30 +02:00
2018-09-21 15:54:50 +02:00
2018-10-21 13:05:02 +02:00
2018-08-24 16:37:30 +02:00
2018-10-16 10:06:00 +02:00
2018-08-24 16:37:30 +02:00
2018-10-26 20:18:14 +02:00
2018-12-01 12:00:35 +01:00
2018-11-25 12:30:38 +01:00
2018-08-24 16:37:30 +02:00
2018-10-03 12:47:38 +02:00
2018-11-06 12:34:11 +01:00
2018-11-02 10:13:14 +01:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-10-01 08:55:43 +02:00
2018-11-30 21:54:40 -07:00
2018-10-09 22:37:50 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-11-07 08:52:51 +02:00
2018-08-24 16:37:30 +02:00
2018-11-25 17:59:14 +01:00
2018-10-01 08:55:43 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-11-28 13:16:43 +01:00
2018-08-24 16:37:30 +02:00
2018-11-16 14:15:53 +01:00
2018-11-08 19:19:30 +01:00
2018-09-18 15:55:10 +02:00
2018-10-01 08:55:43 +02:00
2018-11-29 09:01:56 +01:00
2018-08-24 16:37:30 +02:00
2018-07-18 10:54:54 +02:00
2018-02-28 19:31:38 -08:00
2018-08-24 16:37:30 +02:00
2018-11-11 17:48:44 +01:00
2018-09-20 08:45:16 +02:00
2018-10-13 14:31:53 +02:00
2018-08-24 16:37:30 +02:00
2018-11-23 11:55:45 +01:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-09-14 13:31:08 -06:00
2018-08-26 21:25:39 +02:00
2018-11-03 23:47:31 +01:00
2018-10-25 23:15:20 +03:00
2018-08-24 16:37:30 +02:00
2018-10-01 08:55:43 +02:00
2018-11-27 15:35:51 +01:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-10-11 11:38:35 +02:00
2018-08-24 16:37:30 +02:00
2018-10-19 17:48:46 +02:00
2018-10-01 08:55:43 +02:00
2018-08-24 16:37:30 +02:00
2018-11-29 16:39:39 +01:00
2018-10-01 08:55:43 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-10-02 11:03:09 +02:00
2018-08-27 06:19:51 +02:00
2018-08-24 16:37:30 +02:00
2018-11-05 08:27:20 +01:00
2018-08-24 16:37:30 +02:00
2018-09-14 12:08:33 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-10-03 11:08:32 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-09-18 15:51:22 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-11-13 21:00:21 +01:00
2018-10-01 08:55:43 +02:00
2018-08-27 15:05:36 +02:00
2018-11-30 19:07:42 +01:00
2018-08-24 16:37:30 +02:00
2018-10-01 08:55:43 +02:00
2018-11-29 06:04:12 -05:00
2018-11-12 11:09:39 +01:00
2018-08-24 16:37:30 +02:00
2018-10-01 08:55:43 +02:00
2018-09-13 09:48:17 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-10-01 08:55:43 +02:00
2018-08-24 16:37:30 +02:00
2018-11-01 14:10:43 +01:00
2018-08-24 16:37:30 +02:00
2018-10-08 12:08:46 +02:00
2018-11-07 09:03:35 +01:00
2018-09-20 11:31:05 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-08-24 16:37:30 +02:00
2018-11-27 21:21:25 +01:00
2018-08-24 16:37:30 +02:00
2018-10-11 09:38:31 +02:00
2018-10-16 14:58:25 +02:00