Search found 71 matches

by raymond
Tuesday 21 January 2020 9:46
Forum: Other questions and discussions
Topic: Looking for a better solution than a raspberry pi.
Replies: 2
Views: 498

Re: Looking for a better solution than a raspberry pi.

I've moved my system just yesterday from the pi to a virtual machine running Ubuntu 19 on my synology NAS. The pi crashed every 15 min. without being able to trace the problem, I've copied the db to a Domoticz install on the VM including a P1 Smart Cable USB and Aeotec ZWave Gen5 Stick on USB ...
by raymond
Monday 18 December 2017 14:36
Forum: Dashticz
Topic: Dashticz - [BETA] Function - Sortable blocks
Replies: 66
Views: 12272

Re: Dashticz - [BETA] Function - Sortable blocks

Not sure if this did change anything to my above error hitting the Save button, but it now works !

Now I have to figure out why the pop-up with settings is giving me a bunch of Undefined blocks still.
by raymond
Thursday 23 November 2017 10:52
Forum: Bugs
Topic: Dashticz - Bug report
Replies: 557
Views: 126513

Re: Dashticz - Bug report

robgeerts wrote: Thursday 23 November 2017 10:24 Garbage works here....
Whats your garbage-config?
mijnafvalwijzer
by raymond
Thursday 23 November 2017 10:10
Forum: Bugs
Topic: Dashticz - Bug report
Replies: 557
Views: 126513

Re: Dashticz - Bug report

Checked, did a fresh git pull this morning. Screens come up but the garbage and Sonarr modules don't seem to load.
Don't know if this helps.
by raymond
Saturday 11 November 2017 20:27
Forum: Bugs
Topic: Dashticz - Bug report
Replies: 557
Views: 126513

Re: Dashticz - Bug report

I see, no problem!
by raymond
Friday 10 November 2017 10:07
Forum: Bugs
Topic: Dashticz - Bug report
Replies: 557
Views: 126513

Re: Dashticz - Bug report

Not really a bug I think, but yesterday I noticed after pulling the latest beta, I was able to slide to screen one from the last screen. So loop though manual seemed to work all of a sudden. I like this 'feature' as you do not have to slide back in reverse to the first screen. This morning pulled ...
by raymond
Thursday 09 November 2017 12:39
Forum: Dashticz
Topic: Dashticz - Module - Sonarr
Replies: 22
Views: 5586

Re: Dashticz - Module - Sonarr

Found out one more thing:

This doesn't work with Banner spelled with a capital B

Code: Select all

blocks['sonarr']['view'] = 'Banner';
This does work, all small caps:

Code: Select all

blocks['sonarr']['view'] = 'banner';
Cheers,

Ray
by raymond
Wednesday 08 November 2017 9:40
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 88595

Re: Buienradar Weather Lookup Plugin

I suddenly have the same problem on the latest stable v3.8153 I tracked the error in the log file 2017-11-08 09:23:37.624 (Buienradar) Initialized version 2.0, author 'ffes' 2017-11-08 09:23:37.677 Error: Domoticz received fatal signal 11 !... 2017-11-08 09:23:37.679 Error: /home/pi/domoticz ...
by raymond
Monday 16 October 2017 11:19
Forum: Dashticz
Topic: Dashticz - Module - Sonarr
Replies: 22
Views: 5586

Re: Dashticz - Module - Sonarr

Yes this works great! The Layout is fixed again!

Thanks, great work!

Ray
by raymond
Wednesday 11 October 2017 13:18
Forum: Dashticz
Topic: Dashticz - Module - Sonarr
Replies: 22
Views: 5586

Re: Dashticz - Module - Sonarr

I must be doing something wrong here, I get this now with the latest beta
SonarrDashticz.jpeg
SonarrDashticz.jpeg (38.22 KiB) Viewed 3455 times
Any clues?

Cheers,

Ray
by raymond
Tuesday 10 October 2017 13:31
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 88595

Re: Buienradar Weather Lookup Plugin

I'm on the latest stable version v3.8153 and it generates (as stated in the first post of this thread and an addition made by G3rard) In Temperature and Weather tabs: temperature, humitidy, barometer, wind, visibility, Solar Radiation. In the Utility tab you also get: rain rate, 2 devices for rain ...
by raymond
Tuesday 10 October 2017 10:21
Forum: Dashticz
Topic: Dashticz - Show your dashboard and how-to's!
Replies: 1002
Views: 319657

Re: A little help to make my dashboard awesome

OK, did not take a look at the config from @remb0 at first, but in his CONFIG.js he tries use 'trafficmap' in column 2 which is not declared. I have started to use this and that works: var maps = {} maps.noordwijk = { key:'noordwijk', width:4, latitude: 52.246915, longitude: 4.448097, zoom:9 } maps ...
by raymond
Tuesday 10 October 2017 10:10
Forum: Dashticz
Topic: Dashticz - Show your dashboard and how-to's!
Replies: 1002
Views: 319657

Re: A little help to make my dashboard awesome

I have 2 Maps showing with traffic on the latest beta. Not sure how I can help, but let me know.

Ray
by raymond
Monday 09 October 2017 17:13
Forum: Dashticz
Topic: Dashticz - Module - Sonarr
Replies: 22
Views: 5586

Re: Dashticz - Module - Sonarr

I'm getting a weird display of a small bar on the left which I think contains the items after pulling the last beta.

I've tried to rule out the blocks definition first in CONFIG.js to let it show as default, no joy.
Or do I need to remove anything I've set previously in custom.css ?

Cheers,

Ray
by raymond
Wednesday 13 September 2017 17:21
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 88595

Re: Buienradar Weather Lookup Plugin

That would be because Python is disabled in the beta version for now
by raymond
Wednesday 13 September 2017 12:15
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 88595

Re: Buienradar Weather Lookup Plugin

I have exactly the same and after a restart of Domoticz it works fine.
by raymond
Wednesday 13 September 2017 11:41
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 88595

Re: Buienradar Weather Lookup Plugin

@EdwinK I went back into the Hardware tab and checked the settings on the plugin. Seems that some more items need to be filled in. Also I had some old values from the previous version in there that did not make sense. Correcting these settings makes it work without the "br" error for me. Cheers, ray
by raymond
Sunday 03 September 2017 9:09
Forum: Dashticz
Topic: Dashticz - Module - Sonarr
Replies: 22
Views: 5586

Re: Dashticz - Module - Sonarr

You are the man! Looks great!
by raymond
Wednesday 30 August 2017 9:28
Forum: Dashticz
Topic: Dashticz - Module - Sonarr
Replies: 22
Views: 5586

Re: Dashticz - Module - Sonarr

Works great! Thanks guys !
by raymond
Monday 28 August 2017 9:24
Forum: Dashticz
Topic: Dashticz - Module - Sonarr
Replies: 22
Views: 5586

Re: Dashticz - Module - Sonarr

Perfect ! Thanks for that. I've tried to max the height by defining the block 'sonarr' but that doesn't seem to have any effect. blocks['sonarr'] = {} //Sonarr blocks['sonarr']['title'] = 'Sonarr'; //blocks['sonarr']['switch'] = true; blocks['sonarr']['maxheight'] = 213; blocks['sonarr']['width ...