Dashticz - General Discussions

Dashticz, alternative dashboard based on HTML, CSS, jQuery

Moderators: leecollings, htilburgs, robgeerts

Locked
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: New Dashboard Design

Post by robgeerts »

Ok, maybe you also have to download index.html again because I did some changes to this file too this afternoon.
l00pz
Posts: 42
Joined: Wednesday 01 April 2015 11:52
Target OS: Linux
Domoticz version: Beta
Contact:

Re: New Dashboard Design

Post by l00pz »

l00pz wrote:
robgeerts wrote:Change

Code: Select all

if(data.result[r]['HardwareType']=='Sonos Players'){
TO:

Code: Select all

if(data.result[r]['HardwareType']=='Sonos Players' && data.result[r]['SwitchType'] == 'Media Player'){
Could you send me a photo of your tablet so I can see the problem of the buttons?
Thanks! I changed the main.js File and this is working now. Regarding the buttons, this is my Tablet. As browser I use FullScreenBrowser, but other Browsers like Firefox and Chrome do the same. If I use an old version, the buttons work.

Image
Found out that it had to do with the DPI Settings from my Tablet. With ADB I changed the DPI Settings, and now the Icons are visible but very small. I am curious on what Devices other people us this nice Dashboard?
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: New Dashboard Design

Post by robgeerts »

l00pz wrote:Regarding the buttons, this is my Tablet. As browser I use FullScreenBrowser, but other Browsers like Firefox and Chrome do the same. If I use an old version, the buttons work.

Image
I can see this too when a resize my browser, let me fix this tonight!
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: New Dashboard Design

Post by EdwinK »

robgeerts wrote:Ok, maybe you also have to download index.html again because I did some changes to this file too this afternoon.
Going to do that too
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: New Dashboard Design

Post by EdwinK »

l00pz wrote: I am curious on what Devices other people us this nice Dashboard?
For now just on my laptop. But I want it to go to my tablet. Problem is that that one is just a 7" Tab3
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: New Dashboard Design

Post by robgeerts »

Well, I thought, lets fix it immediately, so, you can download the latest version!
Please try this version.
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: New Dashboard Design

Post by robgeerts »

EdKo66 wrote:
l00pz wrote: I am curious on what Devices other people us this nice Dashboard?
For now just on my laptop. But I want it to go to my tablet. Problem is that that one is just a 7" Tab3
2 words: ali express
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: New Dashboard Design

Post by EdwinK »

Working great, of course ;)

Just found that the Buienrader (wind) isn't working as it was. Don't know if it did this earlier.

Image

Code: Select all

{
         "AddjMulti" : 1.0,
         "AddjMulti2" : 1.0,
         "AddjValue" : 0.0,
         "AddjValue2" : 0.0,
         "BatteryLevel" : 255,
         "Chill" : 20.399999999999999,
         "CustomImage" : 0,
         "Data" : "190.0;S;55;84;20.4;20.4",
         "Description" : "",
         "Direction" : 190.0,
         "DirectionStr" : "S",
         "Favorite" : 1,
         "Gust" : "5",
         "HardwareID" : 21,
         "HardwareName" : "Buienradar",
         "HardwareType" : "Buienradar.nl (Weather lookup)",
         "HardwareTypeVal" : 94,
         "HaveTimeout" : false,
         "ID" : "00150006",
         "LastUpdate" : "2017-03-30 18:41:44",
         "Name" : "Wind - BR",
         "Notifications" : "false",
         "PlanID" : "0",
         "PlanIDs" : [ 0 ],
         "Protected" : false,
         "ShowNotifications" : true,
         "SignalLevel" : "-",
         "Speed" : "4",
         "SubType" : "TFA",
         "Temp" : 20.399999999999999,
         "Timers" : "false",
         "Type" : "Wind",
         "TypeImg" : "wind",
         "Unit" : 6,
         "Used" : 1,
         "XOffset" : "0",
         "YOffset" : "0",
         "idx" : "98"
      },
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: New Dashboard Design

Post by robgeerts »

Try the latest main.js.
Could you tell me wich notation you want in that block?
maluko
Posts: 105
Joined: Sunday 02 February 2014 23:57
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Portugal
Contact:

Re: New Dashboard Design

Post by maluko »

hi

sorry by this, but how can i put this template working?

i have put all files on dashboard-master folder at /home/pi/domoticz path, now what i have to do?

thanks
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: New Dashboard Design

Post by robgeerts »

It's not a template for Domoticz itself.
This dashboard is a standalone-webpage wich interacts with domoticz.

Place all downloaded files in a separate folder and edit CONFIG.js
When done, open index.html in a webbrowser.
pvm
Posts: 550
Joined: Tuesday 17 June 2014 22:14
Target OS: NAS (Synology & others)
Domoticz version: 4.10538
Location: NL
Contact:

Re: New Dashboard Design

Post by pvm »

Gitlab misses /js/json_vb.js (my browser complains : 404 (Not Found))
Synology NAS, slave PI3, ZWave (Fibaro), Xiaomi zigbee devices, BTLE plant sensor, DzVents, Dashticz on tablet, Logitech Media Server
l00pz
Posts: 42
Joined: Wednesday 01 April 2015 11:52
Target OS: Linux
Domoticz version: Beta
Contact:

Re: New Dashboard Design

Post by l00pz »

robgeerts wrote:Well, I thought, lets fix it immediately, so, you can download the latest version!
Please try this version.
Thanks! Its now working again :)
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: New Dashboard Design

Post by robgeerts »

pvm wrote:Gitlab misses /js/json_vb.js (my browser complains : 404 (Not Found))
It's not a big deal but you can remove this line from index.html:

Code: Select all

<script src="js/json_vb.js"></script>
pvm
Posts: 550
Joined: Tuesday 17 June 2014 22:14
Target OS: NAS (Synology & others)
Domoticz version: 4.10538
Location: NL
Contact:

Re: New Dashboard Design

Post by pvm »

robgeerts wrote:
pvm wrote:The slider does not work for my fibaro dimmer as its expecting a 0-100% value
Just fixed this in the latest release.
Backup your old version of the dashboard because I changed more stuff.
Thnx! fixed
Synology NAS, slave PI3, ZWave (Fibaro), Xiaomi zigbee devices, BTLE plant sensor, DzVents, Dashticz on tablet, Logitech Media Server
Ierlandfan
Posts: 89
Joined: Friday 09 October 2015 17:40
Target OS: Linux
Domoticz version:
Contact:

Re: New Dashboard Design

Post by Ierlandfan »

Can we make an interactive (Google Maps) representation of trafficjams in some block? There's room under the middle part for that for example
User avatar
EdwinK
Posts: 1820
Joined: Sunday 22 January 2017 21:46
Target OS: Raspberry Pi / ODroid
Domoticz version: BETA
Location: Rhoon
Contact:

Re: New Dashboard Design

Post by EdwinK »

robgeerts wrote:Try the latest main.js.
Could you tell me wich notation you want in that block?
If possible wind-direction and force. And if possible gust
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: New Dashboard Design

Post by robgeerts »

Something like: 190km/u (5), S
I'm thinking it would be cool to have an arrow pointing to the right wind direction..

Verstuurd vanaf mijn SM-G930F met Tapatalk
robgeerts
Posts: 1273
Joined: Saturday 24 January 2015 22:12
Target OS: NAS (Synology & others)
Domoticz version: 3.7067
Location: NL
Contact:

Re: RE: Re: New Dashboard Design

Post by robgeerts »

Ierlandfan wrote:Can we make an interactive (Google Maps) representation of trafficjams in some block? There's room under the middle part for that for example
I'll test with this asap

Verstuurd vanaf mijn SM-G930F met Tapatalk
Maartenkr
Posts: 15
Joined: Sunday 18 September 2016 23:56
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.7196
Location: Hellevoetsluis
Contact:

Re: New Dashboard Design

Post by Maartenkr »

it is possible to create one file that you can change every time? Now for an update I must always change the config and the main.
Locked

Who is online

Users browsing this forum: No registered users and 1 guest