Dashticz - General Discussions

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Locked
Nautilus
Posts: 722
Joined: Friday 02 October 2015 12:12
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Finland
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by Nautilus »

irishv wrote: Were you able to resolve this? I'm running into the same issue. I'm running Domoticz on a Synology NAS and it has been stable for a few months. Since I started playing with the dashboard Domoticz seems to crash every couple days. The dashboard loads without showing any sensors/switches and the main Domoticz page says it's offline. If I stop the Domoticz service in the Synology Diskstation and restart it, everything comes up fine. Anyone else seeing anything like this?
Well, I didn't do anything except pulled a new version of the dashboard. Now Domoticz has been running for 3 days already. Probably it was just a coincidence that the issues with Domoticz started around the same time I started playing with the Dashboard.
EdKo66 wrote:I doubt that that is a problem with Dashticz, after all this is just website connecting to Domoticz, it doesn't change things in Domoticz. You said you didn't update this for several weeks. Maybe that is the problem. Isn't there anything in the logs?

Have a nice easter
Agreed, I was mainly thinking that it could perhaps put too much strain on the back end if it e.g. would query the device states too often, but in reality this of course would be an issue with Domoticz / backend and not the Dashboard :) I have the "normal" frontend (web UI) up on a tablet constantly and I think that is refreshing every 10 seconds. Don't know for sure if it is because of the backend or the frontend, but it seems to hang sometimes for some reason, just for few seconds.

I don't keep logs in the file system normally, I enable it mainly if there is something causing severe issues and in this case it seems the issues are gone before needing to do that :)

And I've updated a few weeks ago (Version: 3.7243 / Compile Date: 2017-04-02 10:15:26), but there were no issues for the first two weeks after the last update (nor before that for that matter). Usually, unless something changes in the hardware side, not updating is more likely to keep things running smoothly than just updating for the fun of it :D (although the latter is what I usually do ;))
whiteduck
Posts: 44
Joined: Tuesday 25 March 2014 23:20
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Berkshire, UK
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by whiteduck »

Hi Rob

Couple of minor observations when using auto layout.

1. Safari and Chrome on my 2011 MacBook air 11" behave differently when window is not maximised but is using full height of screen above the dock - in Safari you lose the bottom of the dashboard like this:
safari.jpg
safari.jpg (184.36 KiB) Viewed 2093 times
Where as in Chrome it works well:
chrome.jpg
chrome.jpg (191.75 KiB) Viewed 2093 times
2. The Pumps icon (fan) appears greyed and crossed out even though it is ON
pumps.png
pumps.png (16.12 KiB) Viewed 2093 times
Thanks a lot
Ian
Domoticz on Ubuntu 16.04 LTS VM
RFXCom USB transceiver
Aeon Labs V2 USB (Zwave)
Various HomeEasy, Oregon devices and sensors. Now using Z-Wave Fibaro FGMS-001, TKB TZ88Es
TP-Link IP310 Cameras
maluko
Posts: 105
Joined: Sunday 02 February 2014 23:57
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Portugal
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by maluko »

who want change the side of screen slide can add this to custom.css

Code: Select all

.slider-pagination:before {
      text-align: center;  // change to left or right instead center
}
Last edited by maluko on Monday 17 April 2017 10:24, edited 1 time in total.
westd001
Posts: 22
Joined: Friday 28 August 2015 21:41
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by westd001 »

Hi Rob,

I downloaded your latest version but the text of my smoke detectors is still wrong. It says: "ROOK GEDETECTEERD!" when the status is Normal. Could you change that in a new release ?

This is the output for a smoke detector:

Code: Select all

         "AddjMulti" : 1.0,
         "AddjMulti2" : 1.0,
         "AddjValue" : 0.0,
         "AddjValue2" : 0.0,
         "BatteryLevel" : 255,
         "CustomImage" : 0,
         "Data" : "Normal",
         "Description" : "",
         "Favorite" : 0,
         "HardwareID" : 3,
         "HardwareName" : "RFXCOM",
         "HardwareType" : "RFXCOM - RFXtrx433 USB 433.92MHz Transceiver",
         "HardwareTypeVal" : 1,
         "HaveDimmer" : false,
         "HaveGroupCmd" : false,
         "HaveTimeout" : false,
         "ID" : "6B9D00",
         "LastUpdate" : "2017-04-16 16:43:39",
         "MaxDimLevel" : 0,
         "Name" : "Rookmelder Overloop (M)",
         "Notifications" : "true",
         "PlanID" : "5",
         "PlanIDs" : [ 5, 6 ],
         "Protected" : false,
         "ShowNotifications" : true,
         "SignalLevel" : 4,
         "Status" : "Normal",
         "StrParam1" : "",
         "StrParam2" : "",
         "SubType" : "KD101 smoke detector",
         "SwitchType" : "Smoke Detector",
         "SwitchTypeVal" : 5,
         "Timers" : "false",
         "Type" : "Security",
         "TypeImg" : "smoke",
         "Unit" : 0,
         "Used" : 1,
         "XOffset" : "0",
         "YOffset" : "0",
         "idx" : "576"
      },
Regards
John
marcotrumpet
Posts: 102
Joined: Saturday 18 February 2017 8:21
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by marcotrumpet »

Does the dashboard autofit different screen? I need it on tablet and on smartphone


Inviato dal mio iPhone utilizzando Tapatalk
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by robgeerts »

wizjos wrote:
robgeerts wrote:Thats right, only at click because mousemove gave some problems. And since it is designed for tablet, where you dony have mousemove it will not be missed... Or are you mainly using it on a desktop??
I do use it on a desktop... Any chance in 'restoring it' for desktop (or what was the code? can alter it here as well to suit my own needs)
Try latest version :)

whiteduck wrote:Hi Rob

Couple of minor observations when using auto layout.

1. Safari and Chrome on my 2011 MacBook air 11" behave differently when window is not maximised but is using full height of screen above the dock - in Safari you lose the bottom of the dashboard like this:

safari.jpg

Where as in Chrome it works well:
chrome.jpg
Well, this is normal behaviour, you see a bit of the 5th slider in safar because the bar on top of the browser is less heigh dan Chrome's bar...
whiteduck wrote: 2. The Pumps icon (fan) appears greyed and crossed out even though it is ON

pumps.png
Whats the output from Domoticz of Pumps?
Could you send me this?
Do you overwrite the icon/image in config.js?

westd001 wrote: I downloaded your latest version but the text of my smoke detectors is still wrong. It says: "ROOK GEDETECTEERD!" when the status is Normal. Could you change that in a new release ?
Try latest version!



Oh, and in latest version its possible to click a news item to read the full item.
Thanks to @madrian!
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by robgeerts »

marcotrumpet wrote:Does the dashboard autofit different screen? I need it on tablet and on smartphone
Yes its responsive...
But maybe I have to adjust some things, try it out!
marcotrumpet
Posts: 102
Joined: Saturday 18 February 2017 8:21
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by marcotrumpet »

robgeerts wrote:
marcotrumpet wrote:Does the dashboard autofit different screen? I need it on tablet and on smartphone
Yes its responsive...
But maybe I have to adjust some things, try it out!
Thank you man for your work! I've an old release. I'll try it out asap! Thank you again


Inviato dal mio iPhone utilizzando Tapatalk
User avatar
gjaa
Posts: 38
Joined: Thursday 12 February 2015 6:59
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: The Netherlands
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by gjaa »

Is there a way to get a list of all the used idx numbers in Domoticz (export to excel).
That's a lot easier than clicking around in the Devices list and write the numbers on a piece of paper
Last edited by gjaa on Monday 17 April 2017 11:18, edited 1 time in total.
westd001
Posts: 22
Joined: Friday 28 August 2015 21:41
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by westd001 »

Thanks +1
User avatar
htilburgs
Posts: 464
Joined: Tuesday 03 November 2015 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: Netherlands
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by htilburgs »

gjaa wrote:Is there a way to get a list of all the used idx numbers in Domoticz (export to excel).
That's a lot easier than clicking around in the Devices list and write the numbers on a piece of paper
If you use the following URL, you get all the USED devices and can save this to a text file for later use.
[url]http://ipadress:port/json.htm?type=devices&displayhidden=1&displaydisabled=1&filter=all&used=true[/url]
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
madrian
Posts: 231
Joined: Saturday 27 August 2016 1:18
Target OS: -
Domoticz version:
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by madrian »

I think the next "big" feature should be to swipe between screens. Clicking on the small icons is not very comfortable.
madrian
Posts: 231
Joined: Saturday 27 August 2016 1:18
Target OS: -
Domoticz version:
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by madrian »

htilburgs wrote:
gjaa wrote:Is there a way to get a list of all the used idx numbers in Domoticz (export to excel).
That's a lot easier than clicking around in the Devices list and write the numbers on a piece of paper
If you use the following URL, you get all the USED devices and can save this to a text file for later use.
[url]http://ipadress:port/json.htm?type=devices&displayhidden=1&displaydisabled=1&filter=all&used=true[/url]
+use this and you are good to go:

https://konklone.io/json/
pvm
Posts: 550
Joined: Tuesday 17 June 2014 22:14
Target OS: NAS (Synology & others)
Domoticz version: 4.10538
Location: NL
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by pvm »

robgeerts wrote:

pvm wrote: My phone started complaining 'Domoticz error! Please, double check the path in _HOST_DOMOTICZ-variable!'. I upgraded today to the latest version (was running a couple of days behind). I tried the URL with and without username/password showing the same result. On my laptop however, I do not experience these issues. Strange.. any other people having a similar setup (PI Domoticz and dashboard running on NAS) ?
Are you using a local-ip address for domoticz and is your phone on cellalur network by accident? ;)
No I do not. I'm using a single wi-fi network. All devices in the same subnet.
Synology NAS, slave PI3, ZWave (Fibaro), Xiaomi zigbee devices, BTLE plant sensor, DzVents, Dashticz on tablet, Logitech Media Server
User avatar
gjaa
Posts: 38
Joined: Thursday 12 February 2015 6:59
Target OS: Raspberry Pi / ODroid
Domoticz version: Beta
Location: The Netherlands
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by gjaa »

madrian wrote:
htilburgs wrote:
gjaa wrote:Is there a way to get a list of all the used idx numbers in Domoticz (export to excel).
That's a lot easier than clicking around in the Devices list and write the numbers on a piece of paper
If you use the following URL, you get all the USED devices and can save this to a text file for later use.
[url]http://ipadress:port/json.htm?type=devices&displayhidden=1&displaydisabled=1&filter=all&used=true[/url]
+use this and you are good to go:

https://konklone.io/json/
Yeah this is amazing
Schermafbeelding 2017-04-17 om 11.28.27.png
Schermafbeelding 2017-04-17 om 11.28.27.png (84.68 KiB) Viewed 2030 times
Thanks, this was what I'm looking for
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by robgeerts »

madrian wrote:I think the next "big" feature should be to swipe between screens. Clicking on the small icons is not very comfortable.
I know:
marcotrumpet wrote:Hi guys! I love this dashboard! My brother made me two excellent mod to this. My screens are now scrollable and now they adjust themselves to different device's screen. He also put swipe to change screen. Now, the problem is that I don't know absolutly nothing of this stuff and I don' know were changes are. If you are intrested to implement this feature in the official project I can sand you the files he modified. Let me know
Could you send me the modifications?
marcotrumpet
Posts: 102
Joined: Saturday 18 February 2017 8:21
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by marcotrumpet »

robgeerts wrote:
madrian wrote:I think the next "big" feature should be to swipe between screens. Clicking on the small icons is not very comfortable.
I know:
marcotrumpet wrote:Hi guys! I love this dashboard! My brother made me two excellent mod to this. My screens are now scrollable and now they adjust themselves to different device's screen. He also put swipe to change screen. Now, the problem is that I don't know absolutly nothing of this stuff and I don' know were changes are. If you are intrested to implement this feature in the official project I can sand you the files he modified. Let me know
Could you send me the modifications?
I'm not at home. If this can help you, you can use slick carousel as jquery plugin


Inviato dal mio iPhone utilizzando Tapatalk
User avatar
heggink
Posts: 972
Joined: Tuesday 08 September 2015 21:44
Target OS: Raspberry Pi / ODroid
Domoticz version: 12451
Location: NL
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by heggink »

Hey Rob,

Quick question: when generating, rather than consuming, enery, my energy usage says 0 (which, technically, is correct). Any chance that can be a negative value (ie the power being returned)?

Thx! happy easter!

H
Docker in Truenas scale, close to latest beta
DASHTICZ 🙃
RFXCOM, zwavejs2mqtt, zigbee2mqtt,
P1 meter & solar panel
Google home, Wifi Cams motion detection
Geofence iCloud, Bluetooth & Wifi ping
Harmony hub, Nest, lots more :-)
User avatar
wizjos
Posts: 78
Joined: Monday 07 March 2016 19:35
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by wizjos »

robgeerts wrote:
wizjos wrote:
robgeerts wrote:Thats right, only at click because mousemove gave some problems. And since it is designed for tablet, where you dony have mousemove it will not be missed... Or are you mainly using it on a desktop??
I do use it on a desktop... Any chance in 'restoring it' for desktop (or what was the code? can alter it here as well to suit my own needs)
Try latest version :)
Works! Thanks again!
atmfrenki
Posts: 25
Joined: Monday 17 April 2017 13:57
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Dashticz v2.0, custom positioning and multiple screens

Post by atmfrenki »

Hi Rob, Thanks for developing this great way of using Domoticz, makes life even more easy ;-)
I'm new on this, and was wondering if it would be possible to not only have a button with a link to a http://ip-camera, but to see the realtime image/video stream in the main screen? and perhaps click on it to enlarge the view?

Thanks for the hard work on this project!!!
Locked

Who is online

Users browsing this forum: No registered users and 1 guest