Open Habbie opened 6 months ago
I do not think we want to add handling of multiple HAEntities to this PR, but need to mention that.
I don't think we need it, but better handling of decimals might be useful at some stage (a temperature chart...)
Oh we absolutely need that. #68 currently just multiplies everything by 1000 to make the graph work at all. The solution appears to be to divide again and (s)printf a bit in a callback.
I do not think we want to add handling of multiple HAEntities to this PR, but need to mention that.
I did leave a FIXME in there, but it's worth a separate issue.
See #68 for some of the original notes.