Neurio Home Electricity Monitor Integrations

Hi More Newbie questions. I'm wanting to configure what shows in the tile differently, or else edit the device driver code to change wording for text fields of the default attribute choices. The values are ok, but the names not clear enough for how I think about this when viewed in the Dashboard.

I also note that in the device screen, the display of data "Titles" is different after you do a refresh. Example:


In effect I thought I could edit text in the Groovy code to achieve the look I want, if I can't create a custom tile.

Id also like to be able to show the last update time on the Dashboard tile along with the data but don't see a way to do that short of yet another tile having just that information.

One of the reasons for all this is that I have in effect 4 different power meter devices on my electrical panel, 3 of which have Hubitat drivers available. What I like to be able to do is see essentially real time data on the tiles, and see that they are within reason of each other from the different power meters I have. My original is an AeotecHEM2; then I add a Neurio with 4 channels (now PWRview/Generac), when I installed solar panels, I added the Solaredge driver (which does not seem to allow be real time data, only very granular energy vs instant power. Finally the latest device is an Emporia Energy with 16 CT channels attached but there is no API offered (yet but I'm asking them) Not sure they will do it because they want to be a hub also I believe.

So I want to do custom tiles with available data in the API, or edit Groovy drivers working the API so I can change text in tile titles. Id also like automated refresh of the tile data faster than the 1 minute available in your code right now.

THoughts?