Noob here in need of some help with energy dashboard.
I have been playing about a bit with homey self hosted, am still in the 30 day trial but its looking promising!
I have Tesla powerwall3, I have a python script running on a RPI that gets all energy metrics from the powerwall API. The RPI is connected to its WiFi directly, and also to my LAN on two separate networks.
Metrics then get pushed out into influxdb. I also have a grafana energy dashboard
My energy provider is Octopus, and I have the octopus mini that gives me real time metrics on energy import/export/prices etc. Again, all this stuff goes into influxdb
Question:
Can I somehow read the last value of all above metrics from the influxDB bucket, into a homey device/sensor somehow?
Can I then get it onto the native energy dashboard in Homey?
Thanks for any pointers you can give me!