All the important stuff is at this link - GitHub - B-Mqn/FluksoToPvoutput: Send Flukso data to Pvoutout
Hey guys took me ages to get this going. I added alot of extra features from what I was going to do but I think they were needed as I found out when applying this to my parents system.
follow the link, follow the readme and see how you go.
I created the readme, and then followed it to apply the script to my parents PI and everything worked as should so I feel like it wont be too hard to implement.
This is still very untested and I don’t actually know a bar of python code but its there and its working.
if you have any issues, post them here and we can try and work through them.
Let me know how you go! I’m very interested to see how many people are using it and if it all goes well.
I thought i was ready to release over 12 hours ago but after testing on my parents system I noticed an issue handling multiple sensors
EDIT: This now allows for gauge and counter sensor types
bare in mind this is only setup to use the /gauge/ side of the sensors so probably wont work for water/gas etc as i think they use the /counter/ side (yes I have water meters that run through this flukso too but wasn’t a priority)
Edit: New Script Uploaded!
I also have a new script on the way… I ended up creating one for the counter part of the sensor
to do my water usage.
and that seemed to work ok so then combined them together… testing stage atm. I do have an issue trying to use counter for power sensors (wh). but the gauge side works and does what’s required anyway so not too stressed.
rules seems to work as expected. I think I had a few little issues with the rules in the current script.
also some more features like aligning it to the 5 minute hourly so you can see the updates soon after the time changes xx:00, xx:05, xx:10,xx:15, etc rather than 5 minute interval that could be at xx:07 or xx:08 etc.
Edit:
V3.1 and v3.2 are up.
3.1 located in the patch-1 branch
has rules working properly and fixed backlog data
3.2 located in the patch-2 branch
has added net metering. Currently untested