Problem with selector with buttons
Moderators: leecollings, htilburgs, robgeerts
Problem with selector with buttons
Hi everybody,
i have a problem when trying to add a switch which has a button set or a selection menu with buttons. When i place a dimmer there is no problem, but if i change the switch to a "selector" i obtain at dashticz a text string instead of the buttons. For example, in the attached image , that switch is a selector with buttons (OFF, Low, Medium, High) and what i`m obtaining at dashticz is a text string, only one... I have been searching a lot in the forum, but i didn`t find a similar problem. Can anybody can help me? I have attached two pictures (one with dashticz's problem and one with original switch as shown and fully working with domoticz)
Thnx in advance
i have a problem when trying to add a switch which has a button set or a selection menu with buttons. When i place a dimmer there is no problem, but if i change the switch to a "selector" i obtain at dashticz a text string instead of the buttons. For example, in the attached image , that switch is a selector with buttons (OFF, Low, Medium, High) and what i`m obtaining at dashticz is a text string, only one... I have been searching a lot in the forum, but i didn`t find a similar problem. Can anybody can help me? I have attached two pictures (one with dashticz's problem and one with original switch as shown and fully working with domoticz)
Thnx in advance
- Attachments
-
- Switch as shown at domoticz
- Domoticz.JPG (19.64 KiB) Viewed 2804 times
-
- Switch as shown at dashticz
- Dashticz.JPG (18.15 KiB) Viewed 2808 times
- HansieNL
- Posts: 957
- Joined: Monday 28 September 2015 15:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Problem with selector with buttons
Can you clean your browser cache and try latest Dashticz beta?
Problem should then be solved.
Problem should then be solved.
Blah blah blah
Re: Problem with selector with buttons
Thank you for your answer... i have tried that solution, with different browsers even a different computer (i’m using domoticz for windows) and still no solution.....
- felix63
- Posts: 244
- Joined: Monday 07 December 2015 9:30
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2020.1
- Location: Gouda
- Contact:
Re: Problem with selector with buttons
I have the same problem occurring. But I don't think the problem is specific to Dashticz. The same thing happens when looking at the switches in Domotix or Pilot on my iPhone . Only the Domoticz app shows the selector switches correct. Also see viewtopic.php?f=6&t=24181
So probably something is changed in how the values are passed on and the Dashticz/Domotix/Pilot need to be updated.
So probably something is changed in how the values are passed on and the Dashticz/Domotix/Pilot need to be updated.
Re: Problem with selector with buttons
I think you are right.... after reading your comment, i downgraded to a previous version of domoticz (in other computer which is not running the domo server) and BINGO, buttons appeared in Dashticz where before i had a text string.... so it seems to be a "problem" of Domoticz as you said.felix63 wrote: ↑Monday 16 July 2018 21:35 I have the same problem occurring. But I don't think the problem is specific to Dashticz. The same thing happens when looking at the switches in Domotix or Pilot on my iPhone . Only the Domoticz app shows the selector switches correct. Also see viewtopic.php?f=6&t=24181
So probably something is changed in how the values are passed on and the Dashticz/Domotix/Pilot need to be updated.
-
- Posts: 1
- Joined: Saturday 21 July 2018 11:47
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Problem with selector with buttons
I have the exact same problem. Been searching for hours on the forum! Will try to change to an other version of Domoticz...
-
- Posts: 16
- Joined: Thursday 26 April 2018 15:27
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Problem with selector with buttons
This is due to a change in the domoticz api. See my previous post about it:
http://www.domoticz.com/forum/viewtopic ... 04#p187204
http://www.domoticz.com/forum/viewtopic ... 04#p187204
-
- Posts: 89
- Joined: Friday 09 October 2015 17:40
- Target OS: Linux
- Domoticz version:
- Contact:
Re: Problem with selector with buttons
I just changed js/version.js
from
To:
and it worked. 3.7.476 is arbitrary. It only has to be lower as your current version of Domoticz.
I was running Domoticz version 3.9464 so it seems that the versioning was a little off.
from
Code: Select all
var levelNamesEncodeVersion = '3.9476'; /* Domoticz version above this, level names are encoded *
Code: Select all
var levelNamesEncodeVersion = '3.7476'; /* Domoticz version above this, level names are encoded *
and it worked. 3.7.476 is arbitrary. It only has to be lower as your current version of Domoticz.
I was running Domoticz version 3.9464 so it seems that the versioning was a little off.
-
- Posts: 18
- Joined: Thursday 17 August 2017 20:25
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Problem with selector with buttons
Hi Ierlandfan,
i was searching for the named fiel in the dashticz folder and couldn´t find the line to change.
Were is the file located? and where should be normally the line be?
thank You
br
jens
i was searching for the named fiel in the dashticz folder and couldn´t find the line to change.
Were is the file located? and where should be normally the line be?
thank You
br
jens
-
- Posts: 18
- Joined: Thursday 17 August 2017 20:25
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Problem with selector with buttons
ok,
i´ve found the Solution.
As the api sends base64 encoded string this must be decoded in dashticz.
viewtopic.php?f=67&t=17427&start=380
i´ve found the Solution.
As the api sends base64 encoded string this must be decoded in dashticz.
viewtopic.php?f=67&t=17427&start=380
-
- Posts: 2261
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Problem with selector with buttons
Which Domoticz version do you use?honselbonsel wrote: ↑Tuesday 30 October 2018 13:18 ok,
i´ve found the Solution.
As the api sends base64 encoded string this must be decoded in dashticz.
viewtopic.php?f=67&t=17427&start=380
-
- Posts: 18
- Joined: Thursday 17 August 2017 20:25
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Problem with selector with buttons
Hi,
i use:
Version: 4.9700
Build Hash: a3a45906
Compile Date: 2018-06-23 16:24:51
dzVents Version: 2.4.6
Python Version: 3.5.3 (default, Sep 27 2018, 17:25:39) [GCC 6.3.0 20170516]
i use:
Version: 4.9700
Build Hash: a3a45906
Compile Date: 2018-06-23 16:24:51
dzVents Version: 2.4.6
Python Version: 3.5.3 (default, Sep 27 2018, 17:25:39) [GCC 6.3.0 20170516]
-
- Posts: 2261
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Problem with selector with buttons
Are you using the beta version of Dashticz? It should be solved from beta 2.3.11 onwards.honselbonsel wrote: ↑Friday 23 November 2018 9:18 Hi,
i use:
Version: 4.9700
Build Hash: a3a45906
Compile Date: 2018-06-23 16:24:51
dzVents Version: 2.4.6
Python Version: 3.5.3 (default, Sep 27 2018, 17:25:39) [GCC 6.3.0 20170516]
The master version doesn't contain the fix yet.
-
- Posts: 84
- Joined: Sunday 14 August 2016 13:45
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2020.1
- Location: Netherlands
- Contact:
Re: Problem with selector with buttons
I am using Domoticz Version: 4.10362
and I think the latest Dashticz (on load I see v2 and i did a git pull in my dashticz directory which updated 3 files)
I still have this problem with a selector that I see and base64 hash instead of the selectors. Is there any fix?
and I think the latest Dashticz (on load I see v2 and i did a git pull in my dashticz directory which updated 3 files)
I still have this problem with a selector that I see and base64 hash instead of the selectors. Is there any fix?
-
- Posts: 2261
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Problem with selector with buttons
You can check whether you are indeed using the beta branch of Dashticz, and not the master branch, in two ways:desertdog wrote: ↑Saturday 16 March 2019 17:09 I am using Domoticz Version: 4.10362
and I think the latest Dashticz (on load I see v2 and i did a git pull in my dashticz directory which updated 3 files)
I still have this problem with a selector that I see and base64 hash instead of the selectors. Is there any fix?
* look in [dashticz folder]/version.txt
* Click on the settings icon in the Dashticz top bar, then on the info tab. It shows the Dashticz version.
-
- Posts: 84
- Joined: Sunday 14 August 2016 13:45
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2020.1
- Location: Netherlands
- Contact:
Re: Problem with selector with buttons
I am using version V2.3.3
Should things work with this version or do I need the beta? And if so, how do I upgrade to the beta
Should things work with this version or do I need the beta? And if so, how do I upgrade to the beta
-
- Posts: 2261
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Problem with selector with buttons
You need the beta.
For upgrading it's best to install the beta version in a new folder and then copy your custom/CONFIG.js from your current Dashticz to the new one.
Most things are explained in the wiki:
https://www.domoticz.com/wiki/Dashticz_ ... stallation
Probably you have to make some additional changes to your CONFIG.js. For instance the fontawesome icon names have changed: you have to put far or fas in front of the icon names.
Who is online
Users browsing this forum: No registered users and 0 guests