Search found 127 matches
- Monday 14 May 2018 23:18
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 552304
Re: Dashticz - General Discussions
Hello all, Looks like the url HTTP://fontawesome.io/cheatsheet ( mentioned in the dashticz wiki) directs to the New version of fontawesome. Can Dashticz be used with this new symbols? Or maybe somebody knows where the old cheatsheet can be found? Thanks Rob, really enjoying my dasticz dashboard. Hi ...
- Monday 14 May 2018 18:21
- Forum: Dashticz
- Topic: Dashticz - Module - Garbage collector
- Replies: 959
- Views: 146639
Re: Dashticz - Module - Garbage collector
Does someone know why the garbage text is darker then the rest of the buttons ? It looks like the "button" is disabled https://i.imgur.com/Yjv6R3m.png The text for the bins is given in the color of the bins, so for the grey bin, it's grey. You can change this with the following part in config.js ...
- Thursday 12 April 2018 23:54
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 552304
Re: Dashticz - General Discussions
Hello again, I cannot find the syntax to use in Dashticz in order to get time and date. Basically I would like it to display a weather picture dynamicaly, so I would need to tune the img url to add date and time like this: http://www.jma.go.jp/en/gms/imgs_c/0/infrared/1/YYYYMMDDHHMM-00.png Any easy ...
- Saturday 31 March 2018 23:25
- Forum: Bugs
- Topic: Dashticz - Bug report
- Replies: 557
- Views: 126541
Re: Dashticz - Bug report
https should also work, it was just that the whole protocol was missing, causing your url to be like 'http://xxxxx.xxxx.com:8080/dashticz_v2/xxx:[email protected]:8090/json.htm...' The CORS issue is out of the hands of Dashticz. It seems this is caused by the domoticz server. I didn't see that ...
- Saturday 31 March 2018 15:04
- Forum: Bugs
- Topic: Dashticz - Bug report
- Replies: 557
- Views: 126541
Re: Dashticz - Bug report
Looks like your config['domoticz_ip'] is not right.
Try changing it to:
(from the error it looks http:// is missing)
Try changing it to:
Code: Select all
config['domoticz_ip'] = 'http://w.x.y.z:p';
- Friday 30 March 2018 11:49
- Forum: Bugs
- Topic: Dashticz - Bug report
- Replies: 557
- Views: 126541
Re: Dashticz - Bug report
Yeah, that one is not related.
Please try to disable blocks and see if the problem disappears, it could be caused be some external service that's not available
Please try to disable blocks and see if the problem disappears, it could be caused be some external service that's not available
- Friday 30 March 2018 11:18
- Forum: Bugs
- Topic: Dashticz - Bug report
- Replies: 557
- Views: 126541
Re: Dashticz - Bug report
What kind of time-outs? Any information in the browser dev-console?
- Friday 30 March 2018 10:15
- Forum: Feature requests
- Topic: Dashticz - Feature Requests
- Replies: 391
- Views: 108171
Re: Dashticz - Feature Requests
A change for the above has been merged in the latest beta yesterday. the defaults are now like this: settings['units'] = { names: { kwh: 'kWh', watt: 'W', gas: 'm3', water: 'l', time: '' }, decimals: { kwh: 2, watt: 2, gas: 1, water: 0, time: 0 } }; Please let me know if some sensor comes out weird ...
- Wednesday 28 March 2018 20:22
- Forum: Feature requests
- Topic: Dashticz - Feature Requests
- Replies: 391
- Views: 108171
Re: Dashticz - Feature Requests
Please add the option to the blocks to control the amount of digits. At the moment I calculate the outputs from several micro inverters together, to show the total power generation. It is displayed in Dashticz as 1250,00 W. I know this is how the info comes from Domoticz, but it would be nice to be ...
- Sunday 25 March 2018 20:14
- Forum: Feature requests
- Topic: Dashticz - Feature Requests
- Replies: 391
- Views: 108171
Re: Dashticz - Feature Requests
Please add the option to the blocks to control the amount of digits. At the moment I calculate the outputs from several micro inverters together, to show the total power generation. It is displayed in Dashticz as 1250,00 W. I know this is how the info comes from Domoticz, but it would be nice to be ...
- Sunday 25 March 2018 20:05
- Forum: Dashticz
- Topic: Dashticz-graphs
- Replies: 2
- Views: 1498
Re: Dashticz-graphs
Hi,
You can use the configuration option:
See also the wiki for more information: https://www.domoticz.com/wiki/Dashticz_ ... figuration
You can use the configuration option:
Code: Select all
config['standard_graph'] = 'day';
- Thursday 15 March 2018 18:35
- Forum: Dashticz
- Topic: Dashticz - Beginner question
- Replies: 3
- Views: 1518
Re: Dashticz - Beginner question
There was a time it did, maybe the update process has changed.
On the other hand it's good practice to keep things separated, so the symlink option can be worth it.
On the other hand it's good practice to keep things separated, so the symlink option can be worth it.
- Wednesday 14 March 2018 21:39
- Forum: Dashticz
- Topic: Dashticz - Beginner question
- Replies: 3
- Views: 1518
Re: Dashticz - Beginner question
You can also use the symlink option as described here: https://github.com/Dashticz/dashticz_v2/tree/beta#when-domoticz-is-updated-it-has-removed-this-dashboard After a Domoticz update, only the symlink needs to be created again then (but your whole config is still there) I don't expect you need ...
- Wednesday 14 March 2018 21:33
- Forum: Dashticz
- Topic: Different way of coding
- Replies: 4
- Views: 1340
Re: Different way of coding
You can define the config like this: blocks[43] = { width: 3, title: 'RPi CPU', image: 'pi3.png', switch: true }; More information about different types of notation can be found here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Working_with_Objects It's basically the different ways ...
- Wednesday 14 March 2018 21:19
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 552304
Re: Dashticz - General Discussions
Is this possible yet? +1 would really safe space This should be really nice. In Domoticz it is one block. In the latest beta it is possible to combine Temp/Humidity/Barometer in one block. There is a configuration option per block, for example: blocks[3441] = {single_block: true}; will combine the ...
- Tuesday 13 March 2018 21:33
- Forum: Dashticz
- Topic: domoticz_refresh + dashticz_refresh ?
- Replies: 1
- Views: 892
Re: domoticz_refresh + dashticz_refresh ?
Hi, domoticz_refresh is the period (in seconds) that dashticz gets the information from Domoticz. For example: in the interface of domoticz itself this refresh is 10 seconds. dashticz_refresh is the period that dashticz itselfs reloads (the full page). This is useful for the data of the blocks that ...
- Tuesday 13 March 2018 20:37
- Forum: Dashticz
- Topic: Double dashticz
- Replies: 2
- Views: 1075
Re: Double dashticz
The solution with custom_2 is a good option if you use the same dashticz version. If you want to use Stable and Beta, you can make a second checkout of the dashticz repository. If you now have http://domoticz:port/dashticz/ you could also make a new checkout with the name dashticz_beta that can be ...
- Thursday 22 February 2018 8:50
- Forum: Dashticz
- Topic: Dashticz - Module - Garbage collector
- Replies: 959
- Views: 146639
Re: Dashticz - Module - Garbage collector
Good to hear MijnAfvalwijzer is working again. However, this problem can come up again, sooner or later, and maybe forever. Since it is also running through the dashticz.nl domain, there is a chance this gets blocked. They cannot easily block it (Ithink) when dashticz does the request to ...
- Thursday 22 February 2018 8:42
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 552304
Re: Dashticz - General Discussions
Hi, Due to other obligations I've been a bit quiet on the Dashticz front the last couple of weeks. I'll try to pickup some of the issues coming weeks. I didn't read all posts on the forum, but will try to spot everything. (maybe we should move issues and feature requests more to Github when they ...
- Saturday 20 January 2018 20:28
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 552304
Re: Dashticz - General Discussions
Good work in updating the wiki! Thanks! (I might change a lot of functionality, but I'm not the best in updating documentation...)
Small remark: Not all configuration for the garbage is necessary. This is the case on more places, it might be worth to notice that somehow.
Small remark: Not all configuration for the garbage is necessary. This is the case on more places, it might be worth to notice that somehow.