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
Copy file name to clipboardExpand all lines: components/sml.rst
+57Lines changed: 57 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,6 +224,63 @@ These meters can also measure the instantaneous power usage.
224
224
device_class: power
225
225
state_class: measurement
226
226
227
+
Reading multiple meters
228
+
---------------------------------
229
+
If you are reading data from more meters than your controller has UARTs available (e.g. more than 2 for an ESP32), you can use multiplexing to switch between reading data from different meters.
230
+
231
+
In order to do this, after each SML update, the used UART can be set to listen to a different pin.
0 commit comments