hello
we get the power from our shelly devices with mqtt and agent 2 but when i want to make a calculated field for the current (power/voltage), than I get an error on the key from mqtt field
name: current
key: "mqtt.get["192.168.0.10:1883","shellies/power/3402/emeter/1/power"]".
preprocessing: custom multiplier 0.1 (i know, just for this example)
error: Item with key "mqtt.get["192.168.0.10:1883","shellies/power/3402/emeter/1/power"]" already exists on "System-10.21-PreProd". ====> that is the power measurement
same concept with rest calls works
any ideas what i am doing wrong?
Mario
we get the power from our shelly devices with mqtt and agent 2 but when i want to make a calculated field for the current (power/voltage), than I get an error on the key from mqtt field
name: current
key: "mqtt.get["192.168.0.10:1883","shellies/power/3402/emeter/1/power"]".
preprocessing: custom multiplier 0.1 (i know, just for this example)
error: Item with key "mqtt.get["192.168.0.10:1883","shellies/power/3402/emeter/1/power"]" already exists on "System-10.21-PreProd". ====> that is the power measurement
same concept with rest calls works
any ideas what i am doing wrong?
Mario
Comment