Search found 59 matches

by jaaap
Sunday 14 June 2020 21:08
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 125402

Re: Python Plugin : Broadlink RM2 V4

Hi AlexW, I'm not sure where the error lies, but the log looks okay to me. Compare it to mine: 2020-06-14 21:01:59.196 (Broadlink1) Processing 'onCommandCallback' message 2020-06-14 21:01:59.196 (Broadlink1) Calling message handler 'onCommand'. 2020-06-14 21:01:59.196 (Broadlink1) onCommand called ...
by jaaap
Saturday 13 June 2020 13:54
Forum: Dashticz
Topic: Dashticz 3.5 Master
Replies: 8
Views: 1072

Re: Dashticz 3.5 Master

You can switch the title and value by adding the switch. See below

Code: Select all

blocks['384_2'] = {}
blocks['384_2']['width'] = 2
blocks['384_2']['title'] = ''
blocks['384_2']['last_update'] = false
blocks['384_2']['switch'] = true
by jaaap
Tuesday 02 June 2020 16:38
Forum: Dashticz
Topic: Dashticz - v3.4.9 beta
Replies: 52
Views: 7019

Re: Dashticz - v3.4.9 beta

Anyone else have the Open Weather Forecast not showing anymore? It has been working on 3.4.9 but since yesterday is doesn't anymore. And without any chance...it started working again this morning! Must be some temporary error at the Open Weather side I guess... Thanks for the quick response ...
by jaaap
Sunday 31 May 2020 12:06
Forum: Dashticz
Topic: Dashticz - v3.4.9 beta
Replies: 52
Views: 7019

Re: Dashticz - v3.4.9 beta

Anyone else have the Open Weather Forecast not showing anymore? It has been working on 3.4.9 but since yesterday is doesn't anymore.
by jaaap
Sunday 24 May 2020 9:48
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 125402

Re: Python Plugin : Broadlink RM2 V4

RF is on the list for the next version, and not working in the current version. Stay patient, and if your skills allow, help coding :-) (my skills don't allow that :( )
by jaaap
Sunday 24 May 2020 0:26
Forum: Dashticz
Topic: set color based on value
Replies: 30
Views: 4802

Re: set color based on value

There is a small typo in the beginning: $('.block_165' .title).addClass('warningred'); should be: $('.block_165 .title').addClass('warningred'); Further, Data is a string (=text). You first have to create a number from it via: var value = parseFloat(alldevices[165].Data); and then in the if ...
by jaaap
Saturday 23 May 2020 22:20
Forum: Dashticz
Topic: set color based on value
Replies: 30
Views: 4802

Re: set color based on value

Hi all, I want a UV index alert sensor to get a color according to its value. For instance, if the UV is >= 6 I want the title of the block to be red. I tried several things but have not succeeded yet. Here's the code I added to the custom.js: function afterGetDevices(){ // Warnings UV index if ...
by jaaap
Thursday 21 May 2020 14:42
Forum: Dashticz
Topic: Dashticz - v.3.4.7 beta
Replies: 9
Views: 1196

Re: Dashticz - v.3.4.7 beta

Version 3.4.8 works perfect on iOS 9. Thanks Lokonli!
by jaaap
Wednesday 20 May 2020 15:51
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 125402

Re: Python Plugin : Broadlink RM2 V4

Did you remove the broadlink folder in the plugins folder (home/pi/domoticz/plugins/BroadlinkRM2)?
by jaaap
Wednesday 20 May 2020 11:15
Forum: Dashticz
Topic: Dashticz - v.3.4.7 beta
Replies: 9
Views: 1196

Re: Dashticz - v.3.4.7 beta

Hi Lokonli, Thanks for the reply. My iPad is limited to iOS 9 indeed. Apple doesn't support a newer version of iOS unfortunately :-( How would an alternative look? Can I fix it myself or is it something that could be added in a new version of Dashticz? EDIT: The version 3.4.0 of Dashticz works fine ...
by jaaap
Tuesday 19 May 2020 23:32
Forum: Dashticz
Topic: Dashticz - v.3.4.7 beta
Replies: 9
Views: 1196

Re: Dashticz - v.3.4.7 beta

Hi! The new version looks very nice! It also works like a charm on all my android devices... However, if I try to load it on an apple ipad 3, it loads forever and finally it gives me: error loading custom/custom.js ReferenceError: Can't find variable: Intl at line 11:14 Here's my custom.js file ...
by jaaap
Sunday 17 May 2020 9:32
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 125402

Re: Python Plugin : Broadlink RM2 V4

Hello friends, I've been trying to make this plugin work for a long time, but still without success, I followed the entire "wiki" "https://www.domoticz.com/wiki/Plugins/BroadlinkRM2.html#Broadlink_RM2" As they say, but my controls are gray, just the DISCOVERY command, it's ok, it even shows me 2 ...
by jaaap
Thursday 14 May 2020 14:17
Forum: Examples & Solutions
Topic: Is the washing machine done?
Replies: 80
Views: 21902

Re: Is the washing machine done?

So I added the lines, as you requested @waaren : 2020-05-14 14:08:02.629 Status: dzVents: Info: Handling events for: "SC-Wasmachine verbruik", value: "0.345" 2020-05-14 14:08:02.629 Status: dzVents: Info: ------ Start internal script: is de was klaar: Device: "SC-Wasmachine verbruik (hs110)", Index ...
by jaaap
Thursday 14 May 2020 10:23
Forum: Examples & Solutions
Topic: Is the washing machine done?
Replies: 80
Views: 21902

Re: Is the washing machine done?

Hi all, I've reinstalled domoticz on a raspberry pi (first install was on synology nas). I've imported the database from the NAS to the raspberry pi. All went well, except for a simpel script that is now giving the error: 2020-05-14 10:21:58.229 Error: dzVents: Error: (3.0.2) An error occurred when ...
by jaaap
Wednesday 13 May 2020 19:24
Forum: Python
Topic: Python Plugin: Domoticz-Google-Plugin
Replies: 132
Views: 33596

Re: Python Plugin: Domoticz-Google-Plugin

Hi all,

I got the plugin working, adding devices, and controlling volume of the casts. Very nice! However, I can't find any Play, Pause, Next buttons. Where are they located?
by jaaap
Tuesday 12 May 2020 22:52
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 125402

Re: Python Plugin : Broadlink RM2 V4

Hi all, I've managed to get the plugin working, learning buttons and reproducing IR code. Very nice work! However, I'm able to learn the Volume Up button, but not the Volume Down button. In the case of volume down it gives me: 2020-05-12 22:47:38.519 (Broadlink1) b'\x00\x00\x00\x00\x00\x00\x00\x00 ...
by jaaap
Tuesday 05 May 2020 16:46
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 125402

Re: Python Plugin : Broadlink RM2 V4

Thanks zak45. My apologies for my impatience. I don't think my coding skills are an addition to your project. However, I'm much willing to help you test your hard work. Please let me know if I can be of any assistance.
by jaaap
Monday 04 May 2020 16:59
Forum: Python
Topic: Python Plugin : Broadlink RM2 V4
Replies: 651
Views: 125402

Re: Python Plugin : Broadlink RM2 V4

Hi, I am trying to install the Broadlink Plugin (version: 0.13.0). All goes well until after the discover switch and entering IP address and mac address. There are two new Switches created 'Broadlink RMmini3 - Import' and 'Broadlink RMmini3 - Remote', but the 'Broadlink RMmini3 - Command' isn't ...
by jaaap
Tuesday 28 April 2020 14:01
Forum: Dashticz
Topic: dashticz shelly icon status response time
Replies: 4
Views: 394

Re: dashticz shelly icon status response time

I believe this was fixed in dashticz V3.4. I myself run dashticz 3.4.0 beta and have no issue with shelly switches and dimmer icons. They respond very quick, just as the lights themselves.
by jaaap
Wednesday 11 March 2020 8:34
Forum: Dashticz
Topic: Dashticz - Tablet Hardware
Replies: 35
Views: 10988

Re: Dashticz - Tablet Hardware

I just use a cheap (about 100 euro) Lenovo tablet. I still don't have any sensors on it, so it's on 24/7 Never again Lenovo :( Worked for some time, but then.. an update went wrong. Lenovo advised to do a factory reset and then it would be fixed. Well... No... After the reset, login wasn't possible ...