No problem at all! The module became a bit complex during the build :-)
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Domoticz-ext: interact with Domoticz
-
RE: MMM-Domoticz-ext: interact with Domoticz
Please see the GitHub-page for some examples: MMM-Domoticz-ext
-
RE: MMM-Domoticz-ext: interact with Domoticz
I made some changes in the code. Can you download the latest version from GitHub and add the option enableReturn to the utility device? When set to false the return values are ignored and the correct value should be displayed. I’m unable to test properly since my device doesn’t generate this strange value.
enableReturn: false,
My config example looks like this:
devices: [ { idx: "304", deviceHeader: "Elektriciteit", useHeaderSymbol: true, headerSymbol: "plug", enableReturn: false, counterTodayLabel: "Vandaag", counterTodayAppendText: "kWh", gaugeMinValue: -3000, gaugeMaxValue: 3000, gaugeAppendText: "watt", gaugeWidth: 200, lineWidth: 16, markerWidth: 16, markerColor: "#F4D03F" },
-
RE: MMM-Domoticz-ext: interact with Domoticz
@maxs I’ll see what I can do and let you know when you can download the new code from GitHub.
-
RE: MMM-Domoticz-ext: interact with Domoticz
I see what’s the problem. For the usage per day the CounterToday and CounterDelivToday are substracted. The value for your CounterDelivToday has a very strange value. Only option would be that such values are set to 0 in the code.
-
RE: MMM-Domoticz-ext: interact with Domoticz
I think this is also not possible, but I’m not an css expert. Maybe others have soms ideas.
You could create your own module based on the code and modify that css.
-
RE: MMM-Domoticz-ext: interact with Domoticz
I don’t think it is possible to just change the font for the first lines. All are in the same class.
-
RE: MMM-Domoticz-ext: interact with Domoticz
Alle data is retrieved from the JSON response. Could you post it for the electricity counter?
-
RE: MMM-Domoticz-ext: interact with Domoticz
I tried, but am unable to reproduce your problem. If you would like me to have a look, please post the JSON result for the device “mote”.
-
RE: MMM-Domoticz-ext: interact with Domoticz
I can have a look at the temp/hum issue. I have several of these sensors myself and they do work in this layout. I would need the JSON-output of the specified device to figure out the problem.