Hubigraphs 4.8 (The Final Chapter)

I'm running the most recent version and seeing unusual behavior for the legend with my Time Graph - Line graph. I mostly picked the defaults for a graph of 2 temperature sensors and am seeing two issues:

  1. Colors on the legend don't match the plot (plot is blue and green, legend is blue and red) In my configuration page it shows blue for Sauna and green for Sauna Entry.
  2. The sensor names are reversed in the legend. I checked on a dashboard with the sensors and names are correct there. [Edit: I guess I don't really know what is going on here since the colors in legend don't match the plot]

See screen shot:
image

Please see here. I think this is the same issue. Please let me know as others might be affected

That is indeed it, I have two versions of Time Graph installed:

The older one says 2.0 the newer 2.1

I'm using Package Manager to do the installs/upgrades. For what it is worth I also have two other active graphs using the Line Graph module that I haven't moved over to Time Graph (legend is correct on those).

I left both Time Graphs installed in case you want me to try something for you to fix.

Thanks for looking; no, I would delete the old one. Something has happened in package manager... I need to figure it out. As far as Line Graphs goes, I would move over to Time Graphs. It supports more options and has a few memory leaks fixed if you are using them on a dashboard (like I am)

My graph was definitely using the older version, had to delete the graph child before it would let me delete the old app code. Also noticed that newer features were not showing up like the long term storage and longer than a week of data until I deleted the older app. Everything is good with the legend now (and I updated my Line Graph to Time Graph).

Thanks!

New update which allows overlaying the current value on the graph (also updates realtime in browser/tile/dashboard)

6 Likes

Oh wow! That is a really, really good idea!!!

And your graph looks awesome BTW!

Gets better after each release!!

Just thought I would point out the graphs don't work if you are using the local https url instead. I am assuming you are using hardcoded url's instead of relative ?

@thomas.c.howard I'm hoping that is outdoor temperatures and not indoor :stuck_out_tongue:

@thomas.c.howard - I found today while adding some devices to my heat map that the order got scrambled...

Is there a way to have the app "Remember" the order of devices when new ones are added?

As you know, it can take quite some time to odder devices on a large heat map...

Also, is there any way to make the Graph Order device boxes less tall so that more of them can be seen at once? This would help when ordering them, because otherwise, it is difficult to move them from the top to the bottom or vice-versa...

Thanks!!!

Been working on a new HubiGraph Tile. I’ll take a look after I release this:

13 Likes

@thomas.c.howard Looks great!

1 Like

Weather Tile is released

4 Likes

Really nice, I like it a lot!

I saw you put the dewpoint feeling up by the weather icon. Nicer this way. Small bugs: "OPPERESSIVE" is misspelled (OPPRESSIVE; line 1668), and "PLEASENT" is misspelled (PLEASANT; line 1664).

Again, I have problems with the size increasing. It maxes at 150px high, no matter what size the tile is. If I add the following custom CSS that fixes it:

.attribute .tile-primary {
  height: 100%;
  flex-grow:1;
}

.attribute .tile-contents {
  display: flex;
}

I had similar problems with the other graph tiles. Don't know why my browsers have this problem; at least I can fix it.

I’ll get the fix in soon. Thanks for the spell-check!

Great job on the tile, I just installed it and it looks great. A couple of requests if I may...

Can you report pressure in hPa and wind speed in km/h?

Also, I would like to get this working with my EcoWitt PWS, are able to provide details of what you are expecting in terms of attributes or whatever the method is you have used so I can pass it over to the developer?

Thanks again for your efforts in setting this up,
Simon

1 Like

I don't know if it was mentioned before, but I'd love it if your color selection could use alpha values. I don't know if that was discussed and not easy to implement. Would be nice if I could set the background to partially transparent, which my other tiles are.

That said, these are really great looking tiles. You've made some useful and beautiful graphs and tiles!

@sburke781 Added to version 3.02 and uploaded. Please let me know if it works.

1 Like

Is that in the js or the app?