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
emeter_output.json sysinfo_output.json
If I enable JSON files (attached), I can see the state of each plug is logged in the sysinfo JSON, however the child devices don't get imported into InfluxDB. I'm assuming this is because the emeter JSON uses plug_alias for the description and sysinfo uses alias under children. My goal is to know when a device has failed and see the state is on while not using any energy, but I'm not sure how to work the data into influx.
The text was updated successfully, but these errors were encountered:
Ohhh, sorry for missing this, @pixscooby. I just did a quick update for a few other issues tonight. I'll take a quick look at these and see how I can help.
I think I can do something here: enrich data from the sysinfo, add it to the emeter data, and connect those tags. I do track the state of plugs if you look at the Device Details dashboard:
But they are not connected to the emeter data - since that JSON doesn't contain direct relationship data - only alias information.
Now - I do add all of the JSON details available from Sysinfo into InfluxDB - but again - not tightly coupled to emeter - I only did enough to create an overview visualization.
I'll keep noodling on this and see if I can't get something added! Feel free to comment or add more details as well! I'll see what I can do!
emeter_output.json
![influx](https://private-user-images.githubusercontent.com/117197679/348447900-a5f1ad04-775d-4d75-8794-0dcd172c4a0a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NzIwMTMsIm5iZiI6MTczODg3MTcxMywicGF0aCI6Ii8xMTcxOTc2NzkvMzQ4NDQ3OTAwLWE1ZjFhZDA0LTc3NWQtNGQ3NS04Nzk0LTBkY2QxNzJjNGEwYS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwNlQxOTU1MTNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mMTUwYTVkOTY3YTc4MGZlYzc3NDY5ODgxODg3MzdlZGQ4NjZjYTkwM2NiODk5ODUwZmZhMGQwMTI3MTU4NzFhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.4yQqRJGSy9M_pEhojT57T6avKT0x7SenumKG7IOndpE)
sysinfo_output.json
If I enable JSON files (attached), I can see the state of each plug is logged in the sysinfo JSON, however the child devices don't get imported into InfluxDB. I'm assuming this is because the emeter JSON uses plug_alias for the description and sysinfo uses alias under children. My goal is to know when a device has failed and see the state is on while not using any energy, but I'm not sure how to work the data into influx.
The text was updated successfully, but these errors were encountered: