Clemen wrote:
So for my watt graph it says undefined
Fixed
pvm wrote:Thanks for fixing the clock not being centered, Goodnight!
I've tested the graph for PI temperature and CPU usage, it reports "PITemperature: undefined" and does not show a graph
?
Could you send me the output, when entering:
http://DOMOTICZ_URL/json.htm?type=graph&sensor=counter&idx=YOUR_IDX&range=day
(replace 'YOUR_IDX' with the idx of the device
Bob123bob wrote:Is there a way to add Alert device type ?
Fixed
Bob123bob wrote:
But as you can see 167_1 (now) is not working
Fixed
SuperMouse wrote:Hi all,
I just can not get the 'weather' and 'currentweather' working, and this was really the part I wanted to have

?
'Maassluis' is working here, are you sure your key is right?
Maybe you can PM your key so I can test this once.. (wont abuse this of course), or do you get any error in console (f12) ?
maluko wrote:
and the select botton dont work ether, can select the order but cant reach to domoticz.
Code: Select all
{
AddjMulti: 1,
AddjMulti2: 1,
....
Level: 0,
LevelActions: "||||||",
LevelInt: 0,
LevelNames: "Off|OFF|5 Min|10 Min|15 Min|20 Min|Limpeza",
LevelOffHidden: true,
.....
idx: "xx"
},
Shouldn't 'LevelActions' be filled?
SuperMouse wrote:
Is there a way to change the height of the graph itself?
In custom.css, add something like:
Change '150' to the idx of your device
rbisschops wrote:
I noticed a minor bug is the css.
At line 110: border-color: #FFFF; should be #FFF.
Fixed
SuperMouse wrote:
And I change line 495 from white into black in the CSS:
Better to overwrite in custom.css, otherwise your change will be gone in a next update!
rbisschops wrote:
Tested with P1 meterdata. When a data point is hovered it shows the time. Shouldn't this be the usage during that hour?
Could you send me the output, when entering:
http://DOMOTICZ_URL/json.htm?type=graph&sensor=counter&idx=YOUR_IDX&range=day
(replace 'YOUR_IDX' with the idx of the device
rbisschops wrote:Hi Rob,
I have a (puls) water meter in Domoticz. When I add the water meter it shows two fields when I add this:
Code: Select all
columns[3]['blocks'] = ['clock','sunrise',buttons.buienradar,'blocktitle_3','8','9','122']
When I add:
Code: Select all
columns[3]['blocks'] = ['clock','sunrise',buttons.buienradar,'blocktitle_3','8','9','122_1']
It shows an emtpy box
When I add:
Code: Select all
columns[3]['blocks'] = ['clock','sunrise',buttons.buienradar,'blocktitle_3','8','9','122_2']
It shows the total meter value
Could you send me your output so I can test with it?
Visit: DOMOTICZ_URL/json.htm?type=devices&filter=all&used=true&order=Name
(Only the output for the device we're talking about..)