So, I'm gonna make a setting for that

Moderators: leecollings, htilburgs, robgeerts
you are the boss..., the good bossrobgeerts wrote:Ok, but for example, I dont want it to go automatically back to a certain slide.
So, I'm gonna make a setting for that
Should be fixed in latest version!l00pz wrote:I'm unable to get the latests versions working. I configured the CONFIG_DEFAULT.js File and copied / renamed it to CONFIG.js, but when I open the Dashboard it only seems to show the Weather and Language / Clock Settings I configured. I'm 100% sure that the Domoticz URL is correct, because the old version of the Dashboard is working fine.
I attached some Screenshots from my Config, and the Developer Output from Chrome. Someone else with this problem?
Will add this to my todo-list at https://trello.com/b/qsNqHtie/dashboardBlueone wrote:Is it possible to have a selector switch without the dropdown but with buttons within a block?
Something like this in the same style as the other blocks, it makes it more touch friendly. (without the notification blocks etc.)
selector.png
Also an other suggestion for the future, a setpoint block adjust the setpoint with an + and -, and when it's possible with the burning states, if you use the OTGW the burner states are switches in Domoticz so maybe that's even possible.
setpoint.png
I don't know really where to start but maybe there is something were I can help with this
I (really) do not want to rush you.. But is it possible that you didn't save your Trello board?Just added this to the Trello board so I wont forget..axelbaas wrote:Unfortunately i miss the option to changes colors at my Philips Hue an Milight lights. Can i address this as a feature request?
https://trello.com/b/qsNqHtie/dashboard
This kind of things are less easy so could take while (some days or so)
Did you fill in your ip adres of domoticz 'var _HOST_DOMOTICZ" ?Nautilus wrote:This looks very nice! I cloned the repo to ../domoticz/www/dashboard/ and configured the variables sections. The rest is still commented out (_use_auto_positioning and _use_favorites = true). I get just the wu weather and buttons / widgets on the right-hand column. I tried commenting out the custom postitioning section and added some of my device / sensor idx but after that the whole dashboard is blank. Must be something really simple, but any idea what I'm missing?
- Spoiler: show
Of courseSwordFish wrote:
Did you fill in your ip adres of domoticz 'var _HOST_DOMOTICZ" ?
Code: Select all
{
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 255,
"CustomImage" : 13,
"Data" : "Off",
"Description" : "",
"Favorite" : 1,
"HardwareID" : 5,
"HardwareName" : "Mokkislave",
"HardwareType" : "Domoticz - Remote Server",
"HardwareTypeVal" : 3,
"HaveDimmer" : true,
"HaveGroupCmd" : true,
"HaveTimeout" : false,
"ID" : "00000C00",
"Image" : "Alarm",
"IsSubDevice" : false,
"LastUpdate" : "2017-04-08 14:25:38",
"Level" : 0,
"LevelInt" : 0,
"MaxDimLevel" : 100,
"Name" : "Workroom PIR sensor",
"Notifications" : "false",
"PlanID" : "0",
"PlanIDs" : [ 0 ],
"Protected" : false,
"ShowNotifications" : true,
"SignalLevel" : "-",
"Status" : "Off",
"StrParam1" : "",
"StrParam2" : "",
"SubType" : "Switch",
"SwitchType" : "On/Off",
"SwitchTypeVal" : 0,
"Timers" : "false",
"Type" : "Light/Switch",
"TypeImg" : "lightbulb",
"Unit" : 1,
"Used" : 1,
"UsedByCamera" : false,
"XOffset" : "0",
"YOffset" : "0",
"idx" : "131"
},
Code: Select all
{
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 255,
"CustomImage" : 13,
"Data" : "Off",
"Description" : "",
"Favorite" : 1,
"HardwareID" : 5,
"HardwareName" : "Mokkislave",
"HardwareType" : "Domoticz - Remote Server",
"HardwareTypeVal" : 3,
"HaveDimmer" : true,
"HaveGroupCmd" : true,
"HaveTimeout" : false,
"ID" : "00000E34",
"Image" : "Alarm",
"IsSubDevice" : false,
"LastUpdate" : "2017-04-02 13:58:41",
"Level" : 0,
"LevelInt" : 0,
"MaxDimLevel" : 100,
"Name" : "Workroom door",
"Notifications" : "false",
"PlanID" : "0",
"PlanIDs" : [ 0 ],
"Protected" : false,
"ShowNotifications" : true,
"SignalLevel" : "-",
"Status" : "Off",
"StrParam1" : "",
"StrParam2" : "",
"SubType" : "Switch",
"SwitchType" : "On/Off",
"SwitchTypeVal" : 0,
"Timers" : "false",
"Type" : "Light/Switch",
"TypeImg" : "lightbulb",
"Unit" : 1,
"Used" : 1,
"UsedByCamera" : false,
"XOffset" : "0",
"YOffset" : "0",
"idx" : "142"
},
Code: Select all
{
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 91,
"CustomImage" : 13,
"Data" : "Off",
"Description" : "",
"Favorite" : 1,
"HardwareID" : 4,
"HardwareName" : "Razberry",
"HardwareType" : "OpenZWave USB",
"HardwareTypeVal" : 21,
"HaveDimmer" : true,
"HaveGroupCmd" : true,
"HaveTimeout" : false,
"ID" : "00000700",
"Image" : "Alarm",
"IsSubDevice" : false,
"LastUpdate" : "2017-04-02 14:01:52",
"Level" : 0,
"LevelInt" : 0,
"MaxDimLevel" : 100,
"Name" : "Summerhouse PIR",
"Notifications" : "false",
"PlanID" : "0",
"PlanIDs" : [ 0 ],
"Protected" : false,
"ShowNotifications" : true,
"SignalLevel" : "-",
"Status" : "Off",
"StrParam1" : "",
"StrParam2" : "",
"SubType" : "Switch",
"SwitchType" : "On/Off",
"SwitchTypeVal" : 0,
"Timers" : "false",
"Type" : "Light/Switch",
"TypeImg" : "lightbulb",
"Unit" : 1,
"Used" : 1,
"UsedByCamera" : false,
"XOffset" : "0",
"YOffset" : "0",
"idx" : "171"
},
Code: Select all
{
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 68,
"CustomImage" : 13,
"Data" : "Off",
"Description" : "",
"Favorite" : 1,
"HardwareID" : 4,
"HardwareName" : "Razberry",
"HardwareType" : "OpenZWave USB",
"HardwareTypeVal" : 21,
"HaveDimmer" : true,
"HaveGroupCmd" : true,
"HaveTimeout" : false,
"ID" : "00000E34",
"Image" : "Alarm",
"IsSubDevice" : false,
"LastUpdate" : "2017-04-02 14:01:30",
"Level" : 0,
"LevelInt" : 0,
"MaxDimLevel" : 100,
"Name" : "Summerhouse door sensor",
"Notifications" : "false",
"PlanID" : "0",
"PlanIDs" : [ 0 ],
"Protected" : false,
"ShowNotifications" : true,
"SignalLevel" : "-",
"Status" : "Off",
"StrParam1" : "",
"StrParam2" : "",
"SubType" : "Switch",
"SwitchType" : "On/Off",
"SwitchTypeVal" : 0,
"Timers" : "false",
"Type" : "Light/Switch",
"TypeImg" : "lightbulb",
"Unit" : 1,
"Used" : 1,
"UsedByCamera" : false,
"XOffset" : "0",
"YOffset" : "0",
"idx" : "251"
},
Code: Select all
json.htm?type=graph&sensor=counter&idx=237&range=day
{
"ValueQuantity" : "",
"ValueUnits" : "",
"result" : [
{
"d" : "2017-04-11 17:00",
"v" : "4.000"
},
{
"d" : "2017-04-11 18:00",
"v" : "628.000"
},...
Code: Select all
json.htm?type=graph&sensor=counter&idx=198&range=day
{
"ValueQuantity" : "",
"ValueUnits" : "",
"status" : "OK",
"title" : "Graph counter day"
}
When did you download it?Nautilus wrote:This looks very nice! I cloned the repo to ../domoticz/www/dashboard/ and configured the variables sections. The rest is still commented out (_use_auto_positioning and _use_favorites = true). I get just the wu weather and buttons / widgets on the right-hand column. I tried commenting out the custom postitioning section and added some of my device / sensor idx but after that the whole dashboard is blank. Must be something really simple, but any idea what I'm missing?
- Spoiler: show
koowee wrote:I have again a few wishSome new type of devices.. no hurry
PIR sensor via domoticz slaveDoor sensor via domoticz slaveCode: Select all
{ "AddjMulti" : 1.0, "AddjMulti2" : 1.0, "AddjValue" : 0.0, "AddjValue2" : 0.0, "BatteryLevel" : 255, "CustomImage" : 13, "Data" : "Off", "Description" : "", "Favorite" : 1, "HardwareID" : 5, "HardwareName" : "Mokkislave", "HardwareType" : "Domoticz - Remote Server", "HardwareTypeVal" : 3, "HaveDimmer" : true, "HaveGroupCmd" : true, "HaveTimeout" : false, "ID" : "00000C00", "Image" : "Alarm", "IsSubDevice" : false, "LastUpdate" : "2017-04-08 14:25:38", "Level" : 0, "LevelInt" : 0, "MaxDimLevel" : 100, "Name" : "Workroom PIR sensor", "Notifications" : "false", "PlanID" : "0", "PlanIDs" : [ 0 ], "Protected" : false, "ShowNotifications" : true, "SignalLevel" : "-", "Status" : "Off", "StrParam1" : "", "StrParam2" : "", "SubType" : "Switch", "SwitchType" : "On/Off", "SwitchTypeVal" : 0, "Timers" : "false", "Type" : "Light/Switch", "TypeImg" : "lightbulb", "Unit" : 1, "Used" : 1, "UsedByCamera" : false, "XOffset" : "0", "YOffset" : "0", "idx" : "131" },
PIR sensorCode: Select all
{ "AddjMulti" : 1.0, "AddjMulti2" : 1.0, "AddjValue" : 0.0, "AddjValue2" : 0.0, "BatteryLevel" : 255, "CustomImage" : 13, "Data" : "Off", "Description" : "", "Favorite" : 1, "HardwareID" : 5, "HardwareName" : "Mokkislave", "HardwareType" : "Domoticz - Remote Server", "HardwareTypeVal" : 3, "HaveDimmer" : true, "HaveGroupCmd" : true, "HaveTimeout" : false, "ID" : "00000E34", "Image" : "Alarm", "IsSubDevice" : false, "LastUpdate" : "2017-04-02 13:58:41", "Level" : 0, "LevelInt" : 0, "MaxDimLevel" : 100, "Name" : "Workroom door", "Notifications" : "false", "PlanID" : "0", "PlanIDs" : [ 0 ], "Protected" : false, "ShowNotifications" : true, "SignalLevel" : "-", "Status" : "Off", "StrParam1" : "", "StrParam2" : "", "SubType" : "Switch", "SwitchType" : "On/Off", "SwitchTypeVal" : 0, "Timers" : "false", "Type" : "Light/Switch", "TypeImg" : "lightbulb", "Unit" : 1, "Used" : 1, "UsedByCamera" : false, "XOffset" : "0", "YOffset" : "0", "idx" : "142" },
Door sensorCode: Select all
{ "AddjMulti" : 1.0, "AddjMulti2" : 1.0, "AddjValue" : 0.0, "AddjValue2" : 0.0, "BatteryLevel" : 91, "CustomImage" : 13, "Data" : "Off", "Description" : "", "Favorite" : 1, "HardwareID" : 4, "HardwareName" : "Razberry", "HardwareType" : "OpenZWave USB", "HardwareTypeVal" : 21, "HaveDimmer" : true, "HaveGroupCmd" : true, "HaveTimeout" : false, "ID" : "00000700", "Image" : "Alarm", "IsSubDevice" : false, "LastUpdate" : "2017-04-02 14:01:52", "Level" : 0, "LevelInt" : 0, "MaxDimLevel" : 100, "Name" : "Summerhouse PIR", "Notifications" : "false", "PlanID" : "0", "PlanIDs" : [ 0 ], "Protected" : false, "ShowNotifications" : true, "SignalLevel" : "-", "Status" : "Off", "StrParam1" : "", "StrParam2" : "", "SubType" : "Switch", "SwitchType" : "On/Off", "SwitchTypeVal" : 0, "Timers" : "false", "Type" : "Light/Switch", "TypeImg" : "lightbulb", "Unit" : 1, "Used" : 1, "UsedByCamera" : false, "XOffset" : "0", "YOffset" : "0", "idx" : "171" },
Do you have any plan to add feature to that user can define what image is displayed for every per block (lamp, water drop...)? And do you have any idea why some of the devices gives graph that makes sense and some notCode: Select all
{ "AddjMulti" : 1.0, "AddjMulti2" : 1.0, "AddjValue" : 0.0, "AddjValue2" : 0.0, "BatteryLevel" : 68, "CustomImage" : 13, "Data" : "Off", "Description" : "", "Favorite" : 1, "HardwareID" : 4, "HardwareName" : "Razberry", "HardwareType" : "OpenZWave USB", "HardwareTypeVal" : 21, "HaveDimmer" : true, "HaveGroupCmd" : true, "HaveTimeout" : false, "ID" : "00000E34", "Image" : "Alarm", "IsSubDevice" : false, "LastUpdate" : "2017-04-02 14:01:30", "Level" : 0, "LevelInt" : 0, "MaxDimLevel" : 100, "Name" : "Summerhouse door sensor", "Notifications" : "false", "PlanID" : "0", "PlanIDs" : [ 0 ], "Protected" : false, "ShowNotifications" : true, "SignalLevel" : "-", "Status" : "Off", "StrParam1" : "", "StrParam2" : "", "SubType" : "Switch", "SwitchType" : "On/Off", "SwitchTypeVal" : 0, "Timers" : "false", "Type" : "Light/Switch", "TypeImg" : "lightbulb", "Unit" : 1, "Used" : 1, "UsedByCamera" : false, "XOffset" : "0", "YOffset" : "0", "idx" : "251" },
examplesCode: Select all
json.htm?type=graph&sensor=counter&idx=237&range=day { "ValueQuantity" : "", "ValueUnits" : "", "result" : [ { "d" : "2017-04-11 17:00", "v" : "4.000" }, { "d" : "2017-04-11 18:00", "v" : "628.000" },...
Code: Select all
json.htm?type=graph&sensor=counter&idx=198&range=day { "ValueQuantity" : "", "ValueUnits" : "", "status" : "OK", "title" : "Graph counter day" }
Fast action again!robgeerts wrote:Basically, the type and suptype are the same.koowee wrote:I have again a few wishSome new type of devices.. no hurry
...
download the latest version, I check if image is alarm, if yes,the icon is not a bulb but a warning sign (red when ON).
do you have a screenshot of the graph in domoticz and the same graph in this dashboard?
Users browsing this forum: No registered users and 1 guest