ReadingsVal("PowerFlow","power_grid",0.0)*1000,ReadingsVal("PowerFlow","power_PV2",0.0)*1000,ReadingsVal("PowerFlow","power_battery",0.0)*(-1000,));
ZitatUVI 15
327k Lux
int light_lux = ((b[16] << 8) | b[17]) - 257; // need to remove 0x0101.
int lux_multi = (light_lux & 0x8000) >> 15;
if (lux_multi == 1) {
light_lux = (light_lux & 0x7fff) * 10;
}http://192.168.178.xx:8083/fhem?cmd=set+TestShelly+out_on 2026-02-24 18:06:32 Shelly TestShelly uptime: 5856
2026-02-24 18:06:32 Shelly TestShelly relay: on
2026-02-24 18:06:32 Shelly TestShelly timer: 17.2
2026-02-24 18:06:42 Shelly TestShelly uptime: 5866
2026-02-24 18:06:42 Shelly TestShelly timer: 7.1
2026-02-24 18:06:49 Shelly TestShelly uptime: 5873
2026-02-24 18:06:49 Shelly TestShelly relay: off
2026-02-24 18:06:49 Shelly TestShelly timer: -
2026-02-24 18:06:59 Shelly TestShelly uptime: 5883ohne auto off wird kein (Rest-)timer ermittelt.2026-02-24 18:14:25 Shelly TestShelly uptime: 6329
2026-02-24 18:14:25 Shelly TestShelly relay: on
2026-02-24 18:14:35 Shelly TestShelly uptime: 6339
2026-02-24 18:14:45 Shelly TestShelly uptime: 6349
2026-02-24 18:14:45 Shelly TestShelly relay: off
2026-02-24 18:14:55 Shelly TestShelly uptime: 6359Ohne interval tut sich nichts. Vermutlich kommt im FHEM-Modul nichts an.