karmacop81
karmacop81
About
- Username
- karmacop81
- Joined
- Visits
- 7
- Last Active
- Roles
- Member
Comments
-
Hi Paul I have set mine up similarly, but I've not used the integration sensor. I've seen some other examples that use it, but I dont really understand what its for... Is it required? Mine looks like this: utility_meter: daily_electric_usage: s…
-
Hi arundalep I was working on the same thing but using MQTT to get the data into HA. However yours blows mine out of the water so I'm shamelessly stealing it. :) Are you doing anything particular with the Utility Meter integrations? Josh
-
Hi Sidepipe In the Update Electricity function you have: "svalue": inData["idemand"] + ";" + inData["current"] idemand shows the correct value for what im using now, but current doesnt seem to match what I s…
-
Hi Sidepipe Im trying to adapt your Node-Red flow for import into Home Assistant however I'm a little confused with the current energy readings (that feed into the counter IDX in Domoticz. I am assuming this should be the value in kWh, but the value…
-
Can confirm this works fine on Linux (Mint 19.3), great work. :)
-
Holy hell, i didnt realise we could get direct MQTT, is this from the CAD directly? If so, how to I got about requesting this? Im currently part way though writing some Node-Red flows to pull this from the API, but MQTT would be much better!