Driver is updated:
-
Changed component enumeration logic from total count to ID lists. Different addon modules now expected to be properly visible to the driver.
-
Changed internal naming for temperature sensors that are related to switches and/or dimmers. Those will be recreated after 'Configure' operation. This is needed to avoid id conflict between Shelly Plus 1/2 build-in sensors and add-on sensors.
-
For add-on module 'temperature' and 'input' components are expected to be supported.
| peripheral type | component type | support |
|---|---|---|
| ds18b20 | temperature | yes |
| dht22 | temperature, humidity | yes |
| digital_in | input | yes |
| analog_in | input | yes |
| voltmeter | voltmeter | needs new child device |
Needs testing.