Search found 71 matches

by Maikel76
Monday 18 December 2023 13:07
Forum: Dashticz
Topic: Dial with image from url from text-device
Replies: 7
Views: 1866

Re: Dial with image from url from text-device

Hi,
I just see this now, super! I will try it now
Once again thanks a lot, much apreciated
by Maikel76
Sunday 17 December 2023 6:42
Forum: Z-Wave
Topic: New Z-wave controller, which one?
Replies: 2
Views: 1771

Re: New Z-wave controller, which one?

kimhav wrote: Wednesday 13 December 2023 12:08 This thread might be of interest.
Thanks a lot. I’ll follow this
by Maikel76
Tuesday 12 December 2023 8:29
Forum: Dashticz
Topic: Dial with image from url from text-device
Replies: 7
Views: 1866

Re: Dial with image from url from text-device

Can anyone help??
by Maikel76
Sunday 10 December 2023 5:02
Forum: Z-Wave
Topic: New Z-wave controller, which one?
Replies: 2
Views: 1771

New Z-wave controller, which one?

Hi everyone, I'm using an Aeotec Z-Stick Gen5 without issues for a few years. Biggest disadvantage was really difficult to include devices. Since I'm planning an update to the latest and greatest Domoticz I'm preparing a migration to zwave-js. Also planning some new zwave devices. So I was thinking ...
by Maikel76
Saturday 25 November 2023 8:27
Forum: Dashticz
Topic: Dial with image from url from text-device
Replies: 7
Views: 1866

Re: Dial with image from url from text-device

Hi Sander, The image in the dial derived from the url source is working like a charm, many thanks for that! I have a question though: Is it correct that the option isSetpoint can only be used once? In other words, if the main dial device is an On/Off switch, then without configuration the isSetpoint ...
by Maikel76
Wednesday 25 October 2023 15:51
Forum: Dashticz
Topic: Dial with image from url from text-device
Replies: 7
Views: 1866

Re: Dial with image from url from text-device

Noone any idea??
by Maikel76
Tuesday 17 October 2023 14:41
Forum: Dashticz
Topic: Dial with image from url from text-device
Replies: 7
Views: 1866

Dial with image from url from text-device

Hi, I have a music-player that updates a text-device in domoticz on every change. In this device the url on the internal network is updated like; http://raudio.local/data/webradio/img/https:||wwoz-sc.streamguys1.com|wwoz-hi.mp3-thumb.jpg I can add a local image on the dial like this; blocks['Music ...
by Maikel76
Wednesday 06 September 2023 18:46
Forum: Dashticz
Topic: Dashticz v3.10.5 beta
Replies: 19
Views: 2457

Re: Dashticz v3.10.5 beta

Lokonli wrote: Wednesday 06 September 2023 17:46 Can you try with Level instead of level in your block definition?
That was the solution, once again you're the best. Thanks so much Sander!
by Maikel76
Wednesday 06 September 2023 7:10
Forum: Dashticz
Topic: Dashticz v3.10.5 beta
Replies: 19
Views: 2457

Re: Dashticz v3.10.5 beta

Thanks, not needed, I've fixed it already. I've to do some additional testing to check there are no side effects. I'll publish a new version later this week. Thanks for your effort!! Should be fixed in latest Dashticz version (3.10.8 beta) Hi Sander, I updated to 3.10.8. Unfortunately it's not ...
by Maikel76
Wednesday 30 August 2023 15:59
Forum: Dashticz
Topic: Dashticz v3.10.5 beta
Replies: 19
Views: 2457

Re: Dashticz v3.10.5 beta

Lokonli wrote: Wednesday 30 August 2023 14:12 Thanks, not needed, I've fixed it already.

I've to do some additional testing to check there are no side effects. I'll publish a new version later this week.
Thanks for your effort!!
by Maikel76
Wednesday 30 August 2023 12:12
Forum: Dashticz
Topic: Dashticz v3.10.5 beta
Replies: 19
Views: 2457

Re: Dashticz v3.10.5 beta

Hi Edwin/Lokonli/everyone, I added my first dial as a selector switch and dimer on the outside ring. blocks[22] = { //idx: 22, //title: 'Music', type: 'dial', values: [ { idx: 177, value: 'level', last_update: true, isSetpoint: true }, ], width: 6, showring: true, shownumbers: true, min:0, max: 100 ...
by Maikel76
Monday 28 August 2023 9:18
Forum: Dashticz
Topic: Dashticz v3.10.5 beta
Replies: 19
Views: 2457

Re: Dashticz v3.10.5 beta

Lokonli wrote: Sunday 27 August 2023 22:28 That seems to be bug.
I'll fix it.
Awesome, thanks a lot
by Maikel76
Friday 25 August 2023 11:42
Forum: Dashticz
Topic: Dashticz v3.10.5 beta
Replies: 19
Views: 2457

Re: Dashticz v3.10.5 beta

Hi Edwin/Lokonli/everyone, I added my first dial as a selector switch and dimer on the outside ring. blocks[22] = { //idx: 22, //title: 'Music', type: 'dial', values: [ { idx: 177, value: 'level', last_update: true, isSetpoint: true }, ], width: 6, showring: true, shownumbers: true, min:0, max: 100 ...
by Maikel76
Monday 12 December 2022 7:16
Forum: Dashticz
Topic: Value from user variable as block title (SOLVED)
Replies: 6
Views: 1379

Re: Value from user variable as block title

Excellent, thanks a lot Sander, this is the final code; function getStatus_g1(block) { //guest1 var device = block.device; if (device['Value'] != '') { Dashticz.setBlock(161, { title: device['Value'], icon: 'fas fa-walking', textOn: device['Value'] + ' is Home', textOff: device['Value'] + ' is out ...
by Maikel76
Friday 09 December 2022 7:39
Forum: Dashticz
Topic: Value from user variable as block title (SOLVED)
Replies: 6
Views: 1379

Re: Value from user variable as block title

If you have: blocks['g1'] = ... then in custom.js you should use: function getStatus_g1 So the last part of the function name should be the same as the key you used for the block. Did you try that already? tried that, strange thing is that id i change it to g1, the dashboard is not (fully) loading ...
by Maikel76
Friday 09 December 2022 3:27
Forum: Dashticz
Topic: Value from user variable as block title (SOLVED)
Replies: 6
Views: 1379

Re: Value from user variable as block title

Did you add v3 to a column? If not, the getStatus function will not be called. Verstuurd vanaf mijn SM-A526B met Tapatalk Yep I did; CONFIG.js: blocks['g1'] = {title: 'Guest1', idx: 'v3', width: 4} ... //Other columns[6] = {} columns[6]['blocks'] = [17,23,136,31,133,142,161,24,162,94,18,104,159,92 ...
by Maikel76
Thursday 08 December 2022 15:29
Forum: Dashticz
Topic: Value from user variable as block title (SOLVED)
Replies: 6
Views: 1379

Value from user variable as block title (SOLVED)

Hi, I cannot get this code to work, could anyone please help me? I would like the value of an user variable v3 (value is 'Jan' as String) as the title of a block 161, which is a virtual switch (code based on solution in https://www.domoticz.com/forum/viewtopic.php?t=34903) v3 and block 161 are ...
by Maikel76
Wednesday 09 November 2022 8:48
Forum: Dashticz
Topic: Enable title and/or bigger iconsize 'sunrise'
Replies: 0
Views: 440

Enable title and/or bigger iconsize 'sunrise'

Hi all, I just implemented the 'sunrise' block on my dashboard and found code to change the color and font size which helps a bit. I however would like to make the icons bigger or change them or i would like to have a title visible my CUSTOM.js; blocks['riseset'] = {type: 'sunrise', title: 'Sunrise ...
by Maikel76
Thursday 25 August 2022 16:07
Forum: dzVents
Topic: REST-API JSON Use MikroTik router as presence-detection in Domoticz (SOLVED)
Replies: 10
Views: 1896

Use MikroTik router as presence-detection in Domoticz

Since i didn't hear anything from gizmocuz here my script and a document howto is anyone interested. It might contain small errors so if you see something please let me know. I know i should change the code in the case none of the devices are detected, working on that (Edit: changed this). It's ...
by Maikel76
Tuesday 23 August 2022 6:16
Forum: dzVents
Topic: REST-API JSON Use MikroTik router as presence-detection in Domoticz (SOLVED)
Replies: 10
Views: 1896

Re: REST-API JSON readout and inconsistent var readout (SOLVED)

Thank you again Walter vl Through meticulously logging every variable at every step I solved the issue In the beginning of the script umaikel and uearn changed to a more general user1 and user2 I'll request a wiki account :) local user1=domoticz.variables('user1') --usermaikel.value holds 'Maikel ...