Search found 214 matches
- Sunday 05 April 2020 17:38
- Forum: LUA
- Topic: Compare 2 values and update sensor (lua parser)
- Replies: 3
- Views: 630
Compare 2 values and update sensor (lua parser)
Hi folks.. I must say that I really hate LUA .. I'm more familiar with PHP and other stuff than this s**tty LUA ... :D I've done a API for my 3D printer and it's returning JSON. If the JSON value is not equal to Domoticz then update Domoticz I'm trying to get my LUA script to compare 2 values. Using ...
- Sunday 05 April 2020 12:48
- Forum: Bugs
- Topic: Units not visible for some blocks (BETA 3.4.2)
- Replies: 2
- Views: 5305
Re: Units not visible for some blocks (BETA 3.4.2)
Hard to do when running on own server.. 
But i'll download latest beta from GIT...
downloaded:
"version": "3.4.2",
"branch": "beta"..
All OK!

But i'll download latest beta from GIT...
downloaded:
"version": "3.4.2",
"branch": "beta"..
All OK!

- Sunday 05 April 2020 10:49
- Forum: Bugs
- Topic: Units not visible for some blocks (BETA 3.4.2)
- Replies: 2
- Views: 5305
Units not visible for some blocks (BETA 3.4.2)
Hi... Just noticed that several of my blocks dont show "units". See pic below. Moist "%" is missing and "C" is missing. Moist is from deCONZ plugin and "Serverrum" is from RFXCOM. Using this in CONFIG.JS blocks[2395] = {title:'', protected:true, last_update:false, width:6}; // CONBEE MOIST blocks ...
- Saturday 04 April 2020 10:57
- Forum: Dashticz
- Topic: Dashticz Graphs - Features, Fixes & Updates
- Replies: 188
- Views: 20823
Re: Dashticz Graphs - New Features, Fixes & Updates
Is there an option to rename the devices as they show up in the graph, I want them to show as there are named in Domoticz. blocks['all_zones'] = { title: 'Room Temperatures', devices: [1831,2358,3016,1115,2887,2396], groupByDevice: 'horizontal', graphTypes: ['te'] }; blocks[1831] = {title ...
- Saturday 04 April 2020 9:53
- Forum: Dashticz
- Topic: Dashticz Graphs - Features, Fixes & Updates
- Replies: 188
- Views: 20823
Re: Dashticz Graphs - New Features, Fixes & Updates
Question... Realy like the GRAP funktion.. Smooth and nice... Is there an option to rename the devices as they show up in the graph, I want them to show as there are named in Domoticz. Graph block: blocks['all_zones'] = { title: 'Room Temperatures', devices: [1831,2358,3016,1115,2887,2396 ...
- Friday 03 April 2020 23:20
- Forum: Dashticz
- Topic: Dashticz Graphs - Features, Fixes & Updates
- Replies: 188
- Views: 20823
Re: Dashticz Graphs - New Features, Fixes & Updates
My own...clinkadink wrote: ↑Friday 03 April 2020 23:01Do you mean your own config.js or the Dashticz language config?
- Friday 03 April 2020 21:28
- Forum: Dashticz
- Topic: Dashticz Graphs - Features, Fixes & Updates
- Replies: 188
- Views: 20823
Re: Dashticz Graphs - New Features, Fixes & Updates
There was a duplicate line with language config.
Corrected and now it works.
Corrected and now it works.

- Friday 03 April 2020 20:53
- Forum: Dashticz
- Topic: Dashticz Graphs - Features, Fixes & Updates
- Replies: 188
- Views: 20823
Re: Dashticz Graphs - New Features, Fixes & Updates
Unfortunately its the same..
No change, did try Chrome in incognito mode and it's same...
No change, did try Chrome in incognito mode and it's same...
- Friday 03 April 2020 20:07
- Forum: Dashticz
- Topic: Dashticz Graphs - Features, Fixes & Updates
- Replies: 188
- Views: 20823
Re: Dashticz Graphs - New Features, Fixes & Updates
Great work with graphs... Can put away my PHP generated scripts now.... However, there is one thing that bother me... When choosing "month" view, it says "Njuk" instead of Mars .. What am I missing? :D Using SE in config.. config['language'] = 'sv_SE'; //or: en_US, de_DE, fr_FR, hu_HU, it_IT, pt_PT ...
- Friday 03 April 2020 20:02
- Forum: Dashticz
- Topic: Dashticz IP Cameras - Features, Fixes & Updates
- Replies: 180
- Views: 33866
Re: Dashticz IP Cameras
Great work!
Works flawless with IPCAMERA for Android devices.
Using IP Webcam for Android witch streams in mjpeg format.
Thanks!
Works flawless with IPCAMERA for Android devices.
Using IP Webcam for Android witch streams in mjpeg format.
Thanks!
- Thursday 02 April 2020 21:19
- Forum: Dashticz
- Topic: Dashticz IP Cameras - Features, Fixes & Updates
- Replies: 180
- Views: 33866
Re: Dashticz IP Cameras
Looks promising!
Good work!
Good work!
- Tuesday 31 March 2020 21:22
- Forum: Dashticz
- Topic: Dashticz V3
- Replies: 37
- Views: 13687
Re: Dashticz V3
Another question..
If I would FLASH to be default to all my blocks, where can I append this config?
If I would FLASH to be default to all my blocks, where can I append this config?
- Tuesday 31 March 2020 19:08
- Forum: Dashticz
- Topic: Dashticz V3
- Replies: 37
- Views: 13687
- Tuesday 31 March 2020 17:55
- Forum: Dashticz
- Topic: Dashticz V3
- Replies: 37
- Views: 13687
Re: Dashticz V3
AS I'm trying out the latest beta i've got a few issues..
One of them is the FLASH option in blocks.
This wont work, it's a pir sensor and when it's activated only the last seen info is changed but no flash of the button.
Am I missing some settings?
One of them is the FLASH option in blocks.
This wont work, it's a pir sensor and when it's activated only the last seen info is changed but no flash of the button.
Am I missing some settings?
Code: Select all
blocks[69] = {flash: 5000};
- Monday 30 March 2020 18:43
- Forum: Dashticz
- Topic: Dashticz - v.3.4.1 beta
- Replies: 39
- Views: 3448
Re: Dashticz - v.3.4.1 beta
AS I'm trying out the latest beta i've got a few issues..
One of them is the FLASH option in blocks.
This wont work, it's a pir sensor and when it's activated only the last seen info is changed but no flash of the button.
Am I missing some settings?
One of them is the FLASH option in blocks.
This wont work, it's a pir sensor and when it's activated only the last seen info is changed but no flash of the button.
Am I missing some settings?
Code: Select all
blocks[69] = {flash: 5000};
- Sunday 29 March 2020 22:01
- Forum: Dashticz
- Topic: Dashticz - v.3.4.1 beta
- Replies: 39
- Views: 3448
Re: Dashticz - v.3.4.1 beta
Okey, regarding the SCROLLBARS in iframes... Did some digging into the main.js and found a differance from the old Dashticz code... At line 912 in latest beta: html += '<iframe src="' + frame.frameurl + '" style="width:100%;border:0px;height:' + (frame.height - 14) + 'px;" scrolling="no" ></iframe ...
- Sunday 29 March 2020 15:40
- Forum: Dashticz
- Topic: Dashticz - v.3.4.1 beta
- Replies: 39
- Views: 3448
Re: Dashticz - v.3.4.1 beta
Okey, regarding the SCROLLBARS in iframes... Did some digging into the main.js and found a differance from the old Dashticz code... At line 912 in latest beta: html += '<iframe src="' + frame.frameurl + '" style="width:100%;border:0px;height:' + (frame.height - 14) + 'px;" scrolling="no" ></iframe ...
- Sunday 29 March 2020 14:00
- Forum: Dashticz
- Topic: Dashticz - v.3.4.1 beta
- Replies: 39
- Views: 3448
- Sunday 29 March 2020 13:50
- Forum: Dashticz
- Topic: Dashticz - v.3.4.1 beta
- Replies: 39
- Views: 3448
Re: Dashticz - v.3.4.1 beta
Using incognito mode chrome (latest).
The Dash I was using is: "version": "2.5.7",
The Dash I was using is: "version": "2.5.7",
- Sunday 29 March 2020 13:39
- Forum: Dashticz
- Topic: Dashticz - v.3.4.1 beta
- Replies: 39
- Views: 3448
Re: Dashticz - v.3.4.1 beta
Unfortunately the same result...
Code: Select all
frames.pi_hole_grap = {
refresh:300,
height:255,
frameurl:'http://api.buienradar.nl/image/1.0/RadarMapNL?w=360&h=300',
width:12,
scrollbars: false
}