Search found 8 matches

by thegritche
Wednesday 17 March 2021 10:29
Forum: Other questions and discussions
Topic: Forum EasyDomoticz.com down
Replies: 15
Views: 3371

Re: Forum EasyDomoticz.com down

hello
Some news inside the screenshot
OVHcloud.png

So you understood that I will have to go through a complete reinstallation.
I am also waiting for commercial news from OVH before restarting the site

En francais :
La copie d'ecran vous montre l'état du serveur :shock:

donc vous l'avez ...
by thegritche
Thursday 11 March 2021 23:12
Forum: Other questions and discussions
Topic: Forum EasyDomoticz.com down
Replies: 15
Views: 3371

Re: Forum EasyDomoticz.com down

Hello
I am Patrice the administrator of www.easydomoticz.com

As you know the OVH compagny was victim of a fire yesterday on its site of Strasbourg

The site www.easydomoticz.com is hosted on one of the concerned datacenter (SBG1)
At this time the servers of SBG1 are expected to be back online ...
by thegritche
Friday 01 April 2016 22:39
Forum: dzVents
Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Replies: 337
Views: 78805

Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!

Ok
I keep my old but nice lua script
Thanks
by thegritche
Friday 01 April 2016 19:59
Forum: dzVents
Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Replies: 337
Views: 78805

Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!

Ok, so I try

return {
active = true,
on = {
'Bourse'
},
execute = function(domoticz, switch)
if (switch.state == 'On') then
local cmd = curl .. ' http://domogeek.entropialux.com/feastedsaint/now'
local saint = os.capture(cmd);

domoticz.log (saint) .....



and I got a
ndling events ...
by thegritche
Friday 01 April 2016 19:21
Forum: dzVents
Topic: Introducing dzVents - Domoticz Lua file based event scripting made e-z!
Replies: 337
Views: 78805

Re: Introducing dzVents - Domoticz Lua file based event scripting made e-z!

Hello
I'm playing with dzVents and I'm trying to put the http response in a local variable called saint
In Lua I use
local cmd = curl .. ' http://domogeek.entropialux.com/feastedsaint/now'
local saint = os.capture(cmd)

In DzVents I try
local saint = domoticz.openURL('http://domogeek ...
by thegritche
Wednesday 10 June 2015 14:23
Forum: PHP and all others
Topic: Ultrasonic Sensor
Replies: 10
Views: 7118

Re: Ultrasonic Sensor

Yes you just need to create a virtual device with the type "Distance"

Then in the device tab , use the green arrow to name it and write down the idx number

After that you need to use the JSON API to fill your datas in the widget with your preferred language (python,shell, php...)

Some details ...
by thegritche
Wednesday 18 March 2015 17:51
Forum: MySensors
Topic: Mysensors - Relay Switch
Replies: 25
Views: 19072

Mysensors - Relay Switch

Same as filipq I have some errors in my relay sketch
I don't really understand the gizmocuz's response
Pino, if you have some example it's more easy for me (us ?)
by thegritche
Thursday 11 September 2014 22:24
Forum: Language / Translation
Topic: French translation
Replies: 22
Views: 23510

Re: French translation

Bonjour/Hello

Est ce que l'on s'exprime en français ici or in english ?

In the Domoticz versions up to 1909 we have a new menu called "Emplacements" and "Floorplan" to make some graphical drawings

The French translation is difficult to understand.

I explain

In the menu "Emplacements" I have a ...