Search found 13 matches
- Wednesday 16 February 2022 15:27
- Forum: Dashticz
- Topic: Dashticz 3.9 - master
- Replies: 33
- Views: 4425
Re: Dashticz 3.9 - master
Same applicable error message is shown in that case: XML Parsing Error: not well-formed Location: http://user:[email protected]:84/tpl/dial.tpl?22 Line Number 1, Column 1: When opening that URL directly in Firefox I get: {{#*inline "dialitems"}} <div class="extra {{animation}} {{#unless showvalue ...
- Tuesday 15 February 2022 8:13
- Forum: Dashticz
- Topic: Dashticz 3.9 - master
- Replies: 33
- Views: 4425
Re: Dashticz 3.9 - master
I have in my configuration: config['room_plan'] = '0'; I tried without it (no change and Nefit still showing wrong) and with value 2 (lot of missing devices, but Nefit still showing wrong). The temperature (8) and P1 Smartmeter Dial is shown on the same first page of my Dashticz configuration (thus ...
- Sunday 13 February 2022 8:39
- Forum: Dashticz
- Topic: Dashticz 3.9 - master
- Replies: 33
- Views: 4425
Re: Dashticz 3.9 - master
Later this day is very soon :D My Temperature sensors (using Xiaomi) are showing correctly as Dial: https://eye-vision.homeip.net/wp-content/uploads/2022/02/Temperatuur.jpg I have then created dummy Thermostat/Setpoint device in Domoticz: https://eye-vision.homeip.net/wp-content/uploads/2022/02 ...
- Sunday 13 February 2022 8:23
- Forum: Dashticz
- Topic: Dashticz 3.9 - master
- Replies: 33
- Views: 4425
Re: Dashticz 3.9 - master
I use Firefox on Windows 11, but the same happens on MacBook Air with Monterey 12.1. This is the output of http://user:[email protected]:84/tpl/dial.tpl?22 {{#*inline "dialitems"}} <div class="extra {{animation}} {{#unless showvalue}}novalue{{/unless}}"> {{#each info}} <div class="item {{this ...
- Saturday 12 February 2022 10:35
- Forum: Dashticz
- Topic: Dashticz 3.9 - master
- Replies: 33
- Views: 4425
Re: Dashticz 3.9 - master
var nefit_easy = 77; // Nefit Setpoint blocks[nefit_easy] = {} blocks[nefit_easy]['width'] = 3; blocks[nefit_easy]['show_lastupdate'] = false; blocks[nefit_easy]['type'] = 'dial'; blocks[nefit_easy]['showunit'] = true; blocks[nefit_easy]['lastupdate'] = true; blocks[nefit_easy]['flash'] = true ...
- Friday 11 February 2022 23:47
- Forum: Dashticz
- Topic: Dashticz 3.9 - master
- Replies: 33
- Views: 4425
Re: Dashticz 3.9 - master
The JSON output of my Nefit device is: ActTime 1644619552 AstrTwilightEnd "19:41" AstrTwilightStart "06:09" CivTwilightEnd "18:23" CivTwilightStart "07:27" DayLength "09:46" NautTwilightEnd "19:03" NautTwilightStart "06:48" ServerTime "2022-02-11 23:45:52" SunAtSouth "12:55" Sunrise "08:02" Sunset ...
- Friday 11 February 2022 18:47
- Forum: Dashticz
- Topic: Dashticz 3.9 - master
- Replies: 33
- Views: 4425
Re: Dashticz 3.9 - master
I always had next settings for Nefit Easy and this shows nice 'dial' with correct value for my Nefit Easy (theromostat) device: // Nefit Setpoint blocks[nefit_easy] = {} blocks[nefit_easy]['width'] = 3; blocks[nefit_easy]['show_lastupdate'] = false; blocks[nefit_easy]['type'] = 'dial'; blocks[nefit ...
- Wednesday 08 December 2021 17:20
- Forum: Dashticz
- Topic: Dashticz - What's next (round1)?
- Replies: 14
- Views: 1801
- Sunday 12 January 2020 9:52
- Forum: Python
- Topic: Python plugin: Presence detection from wireless router
- Replies: 1109
- Views: 211940
Re: Python plugin: Presence detection from wireless router
@vstras
You are a hero. With this change iDetect finally does not give any error/warnings anymore with my USG (4 port model). I propose that your change will be merged into the repository.
You are a hero. With this change iDetect finally does not give any error/warnings anymore with my USG (4 port model). I propose that your change will be merged into the repository.
- Saturday 18 May 2019 9:48
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 570952
Re: Dashticz - General Discussions
Search for file 'js/graphs.js' in your installation of Dashticz. Now search in this file for the function 'makeMorrisGraph'. Change the 2d line from 'Morris.Line' into 'Morris.Bar'.
- Saturday 26 January 2019 9:07
- Forum: Python
- Topic: Python plugin: Sonoff-Tasmota + Other devices supporting MQTT Discovery
- Replies: 57
- Views: 20089
Re: Python plugin: Sonoff-Tasmota + Other devices supporting MQTT Discovery
It will be fixed with next update of the MQTT Disovery plugin. See also https://github.com/emontnemery/domoticz ... /issues/12
- Monday 14 January 2019 22:25
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 570952
Re: Multiple Screens - button to navigate between screens
And secondly, after an X amount of time, the setup is always moving back to the main screen. How can I make this longer or even completely stop this. In other words that I stay on the second screen until I move it myself back to the main screen? See next settings in your CONFIG.js config['auto ...
- Tuesday 08 January 2019 20:39
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 570952
Re: Dashticz - General Discussions
A couple of questions to the experts. I tried to search and try out myself but did not find all answers. 1. Change colors of block graphs. I found that I can configure the graph output of graph block with (hidden) configuration setting (e.g. config['lineColors'] = ['#e00', 'rgba(0,15,0, 0.4 ...