Read the statement by Michael Teeuw here.
MMM-Domoticz-ext: interact with Domoticz
-
@goedh452 brilliant works perfectly now and with the custom.css I can remove the extra title.
So I now have my Household and Heat Pump usages plus Solar generation all displayed, thanks.
-
@steps39 That’s great!
-
Tweaking ;-)
Mind the m³ instead of the m3.
And the sum symbol for today: ∑
And the poweroutlet symbol in domoticz name: ⚇
And the ↯ for electicity.
And the ☀ for the sun.Kind of bug? → Edited the Zero state for electricity. The Gauge minimum value didn’t work when set to 0.
Enjoy if this fits your taste…
-
@najtram Looks nice!
I’ll look into the zero-bug.
-
Do you have an idea for a flame symbol instead of the text Gas. Maybe with Fontawesome?
-
The name of the device in Domoticz is used. Would you like me to built an option to use a custom header with FontAwesome?
-
@najtram great fix, how did you fix the Zero state and change the symbols, could you upload as an issue on github?
-
@najtram I hacked it by changing line 933 of MMM-Domoticz-ext centreZero from true to false, so I guess more of a fork or feature request to have the option to change the gauge style rather than a bug.
-
I’ll have a look at the requests and zero state bug later this week or this weekend. Can you describe them zero state bug in more detail? Is it that when the value is zero the gauge is not displayed (correctly)?
-
@goedh452 I think that for both me and possibly @najtram we really want to have options which you haven’t built into your code.
So, just speaking for me, the zero bug isn’t really a bug, but I want the gauge to start with zero as the bottom anti-clockwise, as I don’t want to display negative values only positive values, as @najtram shows in his figure
I have got the same display of the gauge by change line 933:MMM-Domoticz-ext.js:933: centerZero: true,
to:
MMM-Domoticz-ext.js:933: centerZero: false,
It would nice to have an option to choose where zero would be, and possibly a number of other options around size. But would this just make it too complex and should I be using a different tool rather than MagicMirror?
So having discovered Dashticz I am wondering whether I wouldn’t be better off using Dashticz as a lot of the information I want to display comes directly from Domoticz.