coopernicholas

Results 5 comments of coopernicholas

Looking forward to this! Any update on it?!

@ready2play32 how did you install his version and how does it work? I already have this plugin and all my data fields mapped.

I was able to get it to work by changing the following: ``` const filteredData = sensorData.filter((item) => { const itemDate = DateTime.fromISO(item.dateTime, { zone: "utc" }); const start =...