Search found 15 matches

by Robban
Thursday 19 October 2017 18:38
Forum: LUA
Topic: Script to calculate kwH to Currency
Replies: 2
Views: 1017

Re: Script to calculate kwH to Currency

hi
yes i saw that today...:-)
by Robban
Sunday 15 October 2017 14:44
Forum: LUA
Topic: Script to calculate kwH to Currency
Replies: 2
Views: 1017

Script to calculate kwH to Currency

Hi i wonder if anyone know how to calculate a energy value from a fibaro plug to money? ex "Device Computer kwH * money per kwh = Dummydevice SEK 16 kwh * 0,8=12,8 SEK." i cant figure it out in a lua script and blocky is very limitied. Suggestion is to include math in blocky. can anyone help? Robban
by Robban
Sunday 20 November 2016 13:51
Forum: Suggestions
Topic: Scenes/groups IF in blocky
Replies: 1
Views: 707

Scenes/groups IF in blocky

It would be nice to have like: If scene xx = ON/off thenor If group xx = on/off then
by Robban
Tuesday 30 August 2016 15:44
Forum: PHP and all others
Topic: sensor data to shell script
Replies: 10
Views: 2831

Re: sensor data to shell script

that did it! THANKS!
:-D
by Robban
Tuesday 30 August 2016 13:52
Forum: PHP and all others
Topic: sensor data to shell script
Replies: 10
Views: 2831

Re: sensor data to shell script

noticed that i got temperature like 18,80 , how do i get it to 18.8?
by Robban
Tuesday 30 August 2016 11:00
Forum: PHP and all others
Topic: sensor data to shell script
Replies: 10
Views: 2831

Re: sensor data to shell script

THANKS ALOT!. worked fine
by Robban
Tuesday 30 August 2016 9:43
Forum: PHP and all others
Topic: sensor data to shell script
Replies: 10
Views: 2831

Re: sensor data to shell script

yes, i have voicerss working .
and i want a shell script that says ex " Godmorning, the outside temperature is xx degress.
the temperature is taken from a sensor inside the domoticz
by Robban
Monday 29 August 2016 11:22
Forum: PHP and all others
Topic: sensor data to shell script
Replies: 10
Views: 2831

Re: sensor data to shell script

can´t figure out how to mask out a ex temperature data from a shell script.
lika i said i can call a website with the temperatue status, adress etc
by Robban
Friday 26 August 2016 12:37
Forum: PHP and all others
Topic: sensor data to shell script
Replies: 10
Views: 2831

Re: sensor data to shell script

i can call a webpage to get the data from a sensor, but i want to extract the Data value in a sh script
cant find it anywhere
by Robban
Thursday 25 August 2016 10:18
Forum: PHP and all others
Topic: sensor data to shell script
Replies: 10
Views: 2831

sensor data to shell script

Hi

I wonder how i retreive a sensordata (ex temperature) to a shell script?

i want my pi to say the temperature in a scenario

Robert
by Robban
Thursday 26 November 2015 7:25
Forum: Other questions and discussions
Topic: 433 mhz transmitter / reciever ultrasonic srf02
Replies: 0
Views: 451

433 mhz transmitter / reciever ultrasonic srf02

Hi

Just got my srf02 wired up and working with domoticz using the GPIO pins.
However, i wonder if it is possible to hook up the srf02 with a 433 mhz transmitter to be able to recieve the data wireless?

Robban
by Robban
Tuesday 24 November 2015 6:57
Forum: Other questions and discussions
Topic: srf02 domoticz
Replies: 1
Views: 502

srf02 domoticz

Hi i have hooked up a srf02 ultrasonic distancesensor according to the link below and i managed to get the values in the command line, but i would like to have the values (distances) in domoticz, http://www.magdiblog.fr/gpio/gpio-telemetre-a-ultrason-srf02/ i have installed the gpio github so i can ...
by Robban
Friday 20 November 2015 13:57
Forum: Other questions and discussions
Topic: Countdown
Replies: 4
Views: 1990

Re: Countdown

ok, think i getting the hang of it,
however,

is it possible to make:

if door =open then countdown
if countdown>0 and <30 and pushbutton=on then stop countdown and deactivate alarm

?
by Robban
Friday 20 November 2015 8:37
Forum: Other questions and discussions
Topic: Countdown
Replies: 4
Views: 1990

Countdown

Hi

I am about to make an alarm system with domoticz and RpI and now i wonder

how do i make a countdown from 30 sek in blocky or Lua?

like..

if front door=open then start countdown
by Robban
Monday 09 November 2015 6:58
Forum: Other questions and discussions
Topic: Kodi domoticz blocky
Replies: 2
Views: 2142

Kodi domoticz blocky

Hi

I just installed kodi plugin for domoticz and it works fine, however i cant use it in blocky

ex

If kodi= playing then livingroom lights=off

what do i do wrong

i have tried: if kodi=video then livingroom lights=off
but nothing happends