Dashticz - Bug report
Moderator: leecollings
- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: Dashticz - Bug report
Thanks. This fixed it.
Btw. I don't have js/main.custom so I guess it isn't needed to change there.
Btw. I don't have js/main.custom so I guess it isn't needed to change there.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
Re: Dashticz - Bug report
Now that I think about it I think those are my backup files when I made some changes to a couple of switches and removed the .0 from my thermostat what about the vendor folder, any idea on what that's for?EdwinK wrote:Thanks. This fixed it.
Btw. I don't have js/main.custom so I guess it isn't needed to change there.
Sent from my SM-G935F using Tapatalk
- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: Dashticz - Bug report
No clue.
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
- gielie
- Posts: 290
- Joined: Tuesday 12 January 2016 11:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest β
- Location: The Netherlands (Alkmaar)
- Contact:
Re: Dashticz - Bug report
This doesn't work for me, none of my selector switches are showing correctly, they are just empty block with just a title. Someone has a clue how to solve this?Wob76 wrote: ↑Friday 25 May 2018 1:15 A fix for the above, The Levelnames are now being base64 encoded.
I modified js/main.js and js/main.custom (I'm not sure if both are needed), I also noticed the same files under vendor/js/ can anyone comment on if these are used or not?
Change
var names = device['LevelNames'].split('|');
To
var names = atob(device['LevelNames']).split('|');
Wob
- Aeon Labs USB Stick met Z-wave plus
- Aeotec MultiSensor 6
- FIBARO FGS223
- FIBARO FGWPE Wall Plug
- Neo CoolCam Power plug
- Popp Smoke Detector
- Toon
- Kodi Media Server
- Aeotec MultiSensor 6
- FIBARO FGS223
- FIBARO FGWPE Wall Plug
- Neo CoolCam Power plug
- Popp Smoke Detector
- Toon
- Kodi Media Server
-
- Posts: 67
- Joined: Monday 04 July 2016 10:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest B
- Location: Netherlands
- Contact:
Re: Dashticz - Bug report
Hello,
The 'build in' config editor errors at least two accounts after saving..
first:
It defaults to config['edit_mode'] = '0' wich wont work, the pages would not be refreshed anymore, changing it manualy into config['edit_mode'] = 0 works.
second:
Also any streetname (config['garbage_street'] = 1blablabla;) starting with a 1 like mine is treated as a number and the loading of the config will fail.
Maybe a general solution, treat numbers as numbers without the ' ' and strings as strings with the ' '
I downloaded beta version 2.3.5 comming from version 2 november 2017, Took me 3 days to look for a solution why the pages would not refresh
eventualy user Lokonli pointed me in the right direction of the edit_mode being wrong.
The 'build in' config editor errors at least two accounts after saving..
first:
It defaults to config['edit_mode'] = '0' wich wont work, the pages would not be refreshed anymore, changing it manualy into config['edit_mode'] = 0 works.
second:
Also any streetname (config['garbage_street'] = 1blablabla;) starting with a 1 like mine is treated as a number and the loading of the config will fail.
Maybe a general solution, treat numbers as numbers without the ' ' and strings as strings with the ' '
I downloaded beta version 2.3.5 comming from version 2 november 2017, Took me 3 days to look for a solution why the pages would not refresh
eventualy user Lokonli pointed me in the right direction of the edit_mode being wrong.
Last edited by yfands on Thursday 07 June 2018 11:51, edited 1 time in total.
-
- Posts: 67
- Joined: Monday 04 July 2016 10:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest B
- Location: Netherlands
- Contact:
Re: Dashticz - Bug report
dashticz beta 2.3.5
Starting for the first time sliders at 100% will display 65535% after moving the slider it will display the rigth value.
regards
Frank
Starting for the first time sliders at 100% will display 65535% after moving the slider it will display the rigth value.
regards
Frank
-
- Posts: 67
- Joined: Monday 04 July 2016 10:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest B
- Location: Netherlands
- Contact:
Re: Dashticz - Bug report
Dashtitcz beta 2.3.5
Selection switch display fault.
should be..
regards
Frank
Selection switch display fault.
should be..
regards
Frank
- Attachments
-
- domoticz_Keuzeschakelaar.jpg (29.92 KiB) Viewed 4381 times
-
- Posts: 2262
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Dashticz - Bug report
A PR for the first issue has been created already. Probably will be merged with the new beta soon. I'll try to find a clean solution for the second issue as well. (without you having to relocate )yfands wrote: ↑Thursday 07 June 2018 11:27 Hello,
The 'build in' config editor errors at least two accounts after saving..
first:
It defaults to config['edit_mode'] = '0' wich wont work, the pages would not be refreshed anymore, changing it manualy into config['edit_mode'] = 0 works.
second:
Also any streetname (config['garbage_street'] = 1blablabla;) starting with a 1 like mine is treated as a number and the loading of the config will fail.
Maybe a general solution, treat numbers as numbers without the ' ' and strings as strings with the ' '
I downloaded beta version 2.3.5 comming from version 2 november 2017, Took me 3 days to look for a solution why the pages would not refresh
eventualy user Lokonli pointed me in the right direction of the edit_mode being wrong.
- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: Dashticz - Bug report
To fix this (until a new release) is to edit main.js
I modified js/main.js and js/main.custom (I'm not sure if both are needed), I also noticed the same files under vendor/js/ can anyone comment on if these are used or not?
Change
var names = device['LevelNames'].split('|');
To
var names = atob(device['LevelNames']).split('|');
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
- DewGew
- Posts: 579
- Joined: Thursday 21 April 2016 12:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V4.10618
- Location: Sweden
- Contact:
Re: Dashticz - Bug report
In main.js I changed
tovar names = device['LevelNames'].split('|');
then it worked. I have latest beta of domoticz I dont know if it work with erlier verisons of domoticz.var names = atob(device['LevelNames']).split('|');
Raspberry Pi 3 | domoticz | Aeon Labs Z-Stick GEN5 | RFlink gateway
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
-
- Posts: 67
- Joined: Monday 04 July 2016 10:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest B
- Location: Netherlands
- Contact:
Re: Dashticz - Bug report
Thanks guys, fully up to date with the new (beta) versions now...
Regards
Frank
Regards
Frank
- DewGew
- Posts: 579
- Joined: Thursday 21 April 2016 12:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V4.10618
- Location: Sweden
- Contact:
Re: Dashticz - Bug report
This is fixed in the latest beta.EdwinK wrote: ↑Thursday 07 June 2018 13:19To fix this (until a new release) is to edit main.js
I modified js/main.js and js/main.custom (I'm not sure if both are needed), I also noticed the same files under vendor/js/ can anyone comment on if these are used or not?
Change
var names = device['LevelNames'].split('|');
To
var names = atob(device['LevelNames']).split('|');
Raspberry Pi 3 | domoticz | Aeon Labs Z-Stick GEN5 | RFlink gateway
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
-
- Posts: 67
- Joined: Monday 04 July 2016 10:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest B
- Location: Netherlands
- Contact:
Re: Dashticz - Bug report
Hai
Dashticz version Beta 2.3.5
raspberry pi 3
Playing with the speak option
In the config.js
config['speak_lang'] = 'nl-NL';
and in a block definition the following dutch sentence (translated: The temperature has changed)
blocks['636_1']['speak'] = 'Temperatuur is gewijzigd';
The lady tries her best but can't pronounce the dutch sentence it is still english based.
So, what must I do for her to understand the sentence is dutch?
Isn't config['speak_lang'] = 'nl-NL'; in the config file enough ?
regards
Frank
Dashticz version Beta 2.3.5
raspberry pi 3
Playing with the speak option
In the config.js
config['speak_lang'] = 'nl-NL';
and in a block definition the following dutch sentence (translated: The temperature has changed)
blocks['636_1']['speak'] = 'Temperatuur is gewijzigd';
The lady tries her best but can't pronounce the dutch sentence it is still english based.
So, what must I do for her to understand the sentence is dutch?
Isn't config['speak_lang'] = 'nl-NL'; in the config file enough ?
regards
Frank
- DewGew
- Posts: 579
- Joined: Thursday 21 April 2016 12:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V4.10618
- Location: Sweden
- Contact:
Re: Dashticz - Bug report
What browser are you using? In edge speaks use windows standard. I suggest you try to setyfands wrote: ↑Wednesday 13 June 2018 11:52 Hai
Dashticz version Beta 2.3.5
raspberry pi 3
Playing with the speak option
In the config.js
config['speak_lang'] = 'nl-NL';
and in a block definition the following dutch sentence (translated: The temperature has changed)
blocks['636_1']['speak'] = 'Temperatuur is gewijzigd';
The lady tries her best but can't pronounce the dutch sentence it is still english based.
So, what must I do for her to understand the sentence is dutch?
Isn't config['speak_lang'] = 'nl-NL'; in the config file enough ?
regards
Frank
In chrome sometimes first speak after refresh browser it speaks english but after that it works. at least on my setup. The language is still little buggy.config['speak_lang'] = '';
Raspberry Pi 3 | domoticz | Aeon Labs Z-Stick GEN5 | RFlink gateway
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
-
- Posts: 667
- Joined: Wednesday 08 March 2017 9:42
- Target OS: Linux
- Domoticz version: 3.8993
- Location: Amsterdam
- Contact:
Re: Dashticz - Bug report
Hi All,
i have a problem with a switch selector and Dasthicz.
have those lines in my switch selector:
In Dashticz i see this:
and not the list in first image.
Does someone know what this can be?
i have a problem with a switch selector and Dasthicz.
have those lines in my switch selector:
In Dashticz i see this:
and not the list in first image.
Does someone know what this can be?
RPi3 B+, Debain Stretch, Domoticz, Homebridge, Dashticz, RFLink, Milight, Z-Wave, Fibaro, Nanoleaf, Nest, Harmony Hub, Now try to understand pass2php
-
- Posts: 67
- Joined: Monday 04 July 2016 10:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest B
- Location: Netherlands
- Contact:
Re: Dashticz - Bug report
Hai Poudenes
I think we are missing an image..
but regarding the switch selector there is a fix, I modified js/main.js and js/main.custom (I'm not sure if both are needed)?
Change
var names = device['LevelNames'].split('|');
To
var names = atob(device['LevelNames']).split('|');
regards
Frank
I think we are missing an image..
but regarding the switch selector there is a fix, I modified js/main.js and js/main.custom (I'm not sure if both are needed)?
Change
var names = device['LevelNames'].split('|');
To
var names = atob(device['LevelNames']).split('|');
regards
Frank
-
- Posts: 67
- Joined: Monday 04 July 2016 10:16
- Target OS: Raspberry Pi / ODroid
- Domoticz version: latest B
- Location: Netherlands
- Contact:
Re: Dashticz - Bug report
I use firefox, but refuses to talk dutch, on the other hand Chrome speaks dutch out of the box, on windows at least 7 and on android.DewGew wrote: ↑Wednesday 13 June 2018 13:32What browser are you using? In edge speaks use windows standard. I suggest you try to setyfands wrote: ↑Wednesday 13 June 2018 11:52 Hai
Dashticz version Beta 2.3.5
raspberry pi 3
Playing with the speak option
In the config.js
config['speak_lang'] = 'nl-NL';
and in a block definition the following dutch sentence (translated: The temperature has changed)
blocks['636_1']['speak'] = 'Temperatuur is gewijzigd';
The lady tries her best but can't pronounce the dutch sentence it is still english based.
So, what must I do for her to understand the sentence is dutch?
Isn't config['speak_lang'] = 'nl-NL'; in the config file enough ?
regards
FrankIn chrome sometimes first speak after refresh browser it speaks english but after that it works. at least on my setup. The language is still little buggy.config['speak_lang'] = '';
- DewGew
- Posts: 579
- Joined: Thursday 21 April 2016 12:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V4.10618
- Location: Sweden
- Contact:
Re: Dashticz - Bug report
This is fixed in the latest betayfands wrote: ↑Thursday 14 June 2018 8:56 Hai Poudenes
I think we are missing an image..
but regarding the switch selector there is a fix, I modified js/main.js and js/main.custom (I'm not sure if both are needed)?
Change
var names = device['LevelNames'].split('|');
To
var names = atob(device['LevelNames']).split('|');
regards
Frank
Raspberry Pi 3 | domoticz | Aeon Labs Z-Stick GEN5 | RFlink gateway
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
-
- Posts: 667
- Joined: Wednesday 08 March 2017 9:42
- Target OS: Linux
- Domoticz version: 3.8993
- Location: Amsterdam
- Contact:
Re: Dashticz - Bug report
Thanks. I will test this or update to latest with git pullDewGew wrote:This is fixed in the latest betayfands wrote: ↑Thursday 14 June 2018 8:56 Hai Poudenes
I think we are missing an image..
but regarding the switch selector there is a fix, I modified js/main.js and js/main.custom (I'm not sure if both are needed)?
Change
var names = device['LevelNames'].split('|');
To
var names = atob(device['LevelNames']).split('|');
regards
Frank
Verzonden vanaf mijn iPhone met Tapatalk Pro
RPi3 B+, Debain Stretch, Domoticz, Homebridge, Dashticz, RFLink, Milight, Z-Wave, Fibaro, Nanoleaf, Nest, Harmony Hub, Now try to understand pass2php
-
- Posts: 110
- Joined: Monday 22 June 2015 20:18
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.10982
- Location: Veghel, The Netherlands
- Contact:
Re: Dashticz - Bug report
Hi Guys, I am new to dashticz and my dashboard is growing well. However I have a small issue with the forecast.io pane. The font is white, but when there is a refresh of the frame the font goes dark grey. Is this normal? What can I do to remediate this?
Who is online
Users browsing this forum: No registered users and 1 guest