Mike, this helps a lot! After a Node-RED flow that takes emon/household/PT to send it through a change node I can now see the graph. Thanks!
André, because of the extra step (read MQTT, change value, publish to MQTT again), I probably have a little bit of lag. Would it be possible in a future version to have more flexibility in filling out the desired information? Eg.:
André, because of the extra step (read MQTT, change value, publish to MQTT again), I probably have a little bit of lag. Would it be possible in a future version to have more flexibility in filling out the desired information? Eg.:
Code :
MQTT Topic Puissance: emon/household/PT #The value is directly in the topic, eg. -115
MQTT Topic Puissance: emon/routeur_rms/PT.Pw #The value is in a JSON string, eg. {{"Pw": -115, "Pva": -110, "Pf": 0.5}}
MQTT Topic Puissance: emon/household.PT #The value is in a JSON string, eg. {{"PT": -115, "FR": 0.5}}
MQTT Topic facteur de puissance: emon/household/FR #The value is directly in the topic, eg. 0.5
MQTT Topic facteur de puissance: emon/routeur_rms/PT.Pf #The value is in a JSON string, eg. {{"Pw": -115, "Pva": -110, "Pf": 0.5}}
MQTT Topic Volt-Ampère: #empty, so the user has no interest in this value