Search found 21 matches

by bimse
Saturday 15 August 2020 12:36
Forum: Design, usability and languages
Topic: Yet another frontpage
Replies: 82
Views: 37287

Re: Yet another frontpage

Does not work as intended, now it says "403 Forbidden"
Hope you find a solution
by bimse
Thursday 13 August 2020 17:27
Forum: Design, usability and languages
Topic: Yet another frontpage
Replies: 82
Views: 37287

Re: Yet another frontpage

Absolutely interested, nice design
by bimse
Monday 20 August 2018 16:22
Forum: dzVents
Topic: Help Example, months of the year
Replies: 13
Views: 1861

Re: Help Example, months of the year

Try with
timer = { 'at 00:01 on 1/*'}, -- Every 1st of the month at 00:01
by bimse
Wednesday 06 September 2017 10:27
Forum: Examples & Solutions
Topic: dzVents version of the Solar Data Script [SOLVED]
Replies: 175
Views: 52013

Re: dzVents version of the Solar Data Script [SOLVED]

BakKeDal, now I have found a station with cloud information. Thanks for the help.
Is it possible to integration a check of this without having to insert your little program.
by bimse
Wednesday 06 September 2017 9:17
Forum: Examples & Solutions
Topic: dzVents version of the Solar Data Script [SOLVED]
Replies: 175
Views: 52013

Re: dzVents version of the Solar Data Script [SOLVED]

here are my opsavations at station WMOID = '06135'
Thank you for your work with a useful version.
I only use the Lux section.
by bimse
Tuesday 05 September 2017 15:34
Forum: Examples & Solutions
Topic: dzVents version of the Solar Data Script [SOLVED]
Replies: 175
Views: 52013

Re: dzVents version of the Solar Data Script [SOLVED]

I am on test carriage and will show the results tomorrow
by bimse
Wednesday 30 August 2017 11:35
Forum: dzVents
Topic: Timer (x) minutes before sunset
Replies: 5
Views: 5903

Re: Timer (x) minutes before sunset

my method.


return {

active = true,

on = {

timer = { '65 minutes before sunset'}
},

execute = function(domoticz)

if domoticz.time.matchesRule('65 minutes before sunset') then

domoticz.devices('Light Switch').switchOn().forMin(320)

end
by bimse
Sunday 06 August 2017 19:17
Forum: dzVents
Topic: Do not trigger action if...
Replies: 2
Views: 1135

Re: Do not trigger action if...

Will there be the same option with domoticz.devices('Security Panel').armAway()
by bimse
Saturday 05 August 2017 9:57
Forum: dzVents
Topic: if device = on and between specified time interval
Replies: 3
Views: 3490

Re: if device = on and between specified time interval

[Try this return { active = true, on = { devices = { ['Sensore Movimento'] = {'at 23:00-07:00'} } }, execute = function(domoticz, Bagno) if domoticz.devices('Sensore Movimento').state == 'On' then domoticz.devices('Bagno Lampada').switchOn().forMin(2) end end } [/quote]
by bimse
Friday 05 May 2017 19:34
Forum: dzVents
Topic: Contants 'SOUND_SIREN'
Replies: 1
Views: 871

Contants 'SOUND_SIREN'

How do I use the Contants 'SOUND_SIREN' and how to transfer the audio to bluetooth
by bimse
Thursday 04 May 2017 10:51
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 567241

Re: Dashticz v2.0, custom positioning and multiple screens

Is it possible to make the fields higher and how
by bimse
Wednesday 03 May 2017 10:58
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 567241

Re: Dashticz v2.0, custom positioning and multiple screens

I can see that the 'Security pane' has been added, how is this used?

Is it possible to add a timer function to the radio so it can be used as a clock radio. Possibly ruled in lua.
by bimse
Sunday 30 April 2017 11:23
Forum: Design, usability and languages
Topic: framb0ise v2 - awesome new dashboard!
Replies: 217
Views: 63471

Re: framb0ise v2 - awesome new dashboard!

I like the simple way the system is built, but, my eyes seemed essential as it's results, is a bit small.
How can I highlight, temperature, wind and ppm as well as all the other results.
How do I convert km/h to m/s
by bimse
Sunday 30 April 2017 11:14
Forum: Design, usability and languages
Topic: framb0ise v2 - awesome new dashboard!
Replies: 217
Views: 63471

Re: framb0ise v2 - awesome new dashboard!

andi216 wrote:Hi,
In Settings you can add a Iframe empty url for various?

How did you get this great weather system
by bimse
Saturday 29 April 2017 12:01
Forum: LUA
Topic: Help, have tried a long time.
Replies: 0
Views: 488

Help, have tried a long time.

How to create a lua program that streams the following 'http: //www.dr.d/? Stop = 1 &'
by bimse
Friday 28 April 2017 10:22
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 567241

Re: Dashticz v2.0, custom positioning and multiple screens

Help with 'streamplayer'

Is there anyone who can help with a lua program that can start and stop playback, as well as choose which program to play with 'streamplayer'.
by bimse
Tuesday 18 April 2017 10:33
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 567241

Re: Dashticz v2.0, custom positioning and multiple screens

I press F12 and get this message.

jquery.min.js:4 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience.
For more help, check https://xhr.spec.whatwg.org/.

​It has been there from the beginning of instalationen
by bimse
Saturday 15 April 2017 16:53
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 567241

Re: Dashticz v2.0, custom positioning and multiple screens

thanks for your quick response Clemen,it works.
by bimse
Saturday 15 April 2017 16:42
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 567241

Re: Dashticz v2.0, custom positioning and multiple screens

How do I integrate Security Panel, so it appears with the keyboard.
It appears only with On / Off function, but it does not work.
by bimse
Wednesday 12 April 2017 10:50
Forum: LUA
Topic: Battery Notifications
Replies: 12
Views: 8053

Re: Battery Notifications

without password it works
thanks