Search found 10 matches

by Jochen
Tuesday 06 August 2013 19:43
Forum: Other questions and discussions
Topic: Need help with ser2net
Replies: 9
Views: 8379

Re: Need help with ser2net

The second PI is my "development-machine" where i want to test my own software.
I will try to create an decoder for undecodet signals.
And there i don´t want to use domoticz.
I want to call the RFX directly and not requesting the status of devices.
by Jochen
Tuesday 06 August 2013 19:22
Forum: Other questions and discussions
Topic: Need help with ser2net
Replies: 9
Views: 8379

Need help with ser2net

What i want to do:
I have one Raspberry PI where i connect my RFXtrx433 USB
And i have another PI where i want to use the RFXtrx433 USB also.

Is this possible? Is ser2net the right tool to do that?
Can someone help me?

Thanks,
Jochen
by Jochen
Saturday 20 July 2013 12:00
Forum: PHP and all others
Topic: Events system thread (questions and feedback)
Replies: 308
Views: 158484

Re: Events system feedback thread

I got this error when i´m load a saved blockly-event
by Jochen
Monday 15 July 2013 20:33
Forum: PHP and all others
Topic: Events system thread (questions and feedback)
Replies: 308
Views: 158484

Re: Events system feedback thread

CopyCatz killed my blockly-events :) I have some Blockly-Rules that look like this: if(Device==Open) { if(Time >= 20:00) { // do something } // Do something } Since the last Version this codes are corrupted. It is not possible to add the second IF-THEN element to the THEN-part of the first IF ...
by Jochen
Sunday 14 July 2013 21:14
Forum: PHP and all others
Topic: Events system thread (questions and feedback)
Replies: 308
Views: 158484

Re: Events system feedback thread

I was thinking about a delay also but this will be very complex; Time zero: If lamp is off set lamp on with delay 10 minutes. Time one minute: lamp is still off If lamp is off set lamp on with delay 10 minutes. ... After 10 minutes the lamp is switched on 10 times... I can implement a delay now but ...
by Jochen
Sunday 14 July 2013 21:11
Forum: PHP and all others
Topic: Events system thread (questions and feedback)
Replies: 308
Views: 158484

Re: Events system feedback thread

You are right...
in the next days i will try to develope a litte script what can post data to other api´s.
It could take some time. Currently i´m very busy. When i made this script i will post it.
by Jochen
Sunday 14 July 2013 20:13
Forum: Blockly
Topic: Blockly examples
Replies: 709
Views: 420764

Re: SCRIPS - EVENT MANAGEMENT SAMPLE

Turn on a Light when open a door This example will turn on a light when 1. A door is opening 2. It is between 22:00 and 07:00 A notification will be send everytime the is opening (00:00 - 24:00) dooropenlighton.PNG PS: The device Garagentor is the door (Garagentor = Garagedoor), the light is light ...
by Jochen
Sunday 14 July 2013 20:06
Forum: PHP and all others
Topic: Events system thread (questions and feedback)
Replies: 308
Views: 158484

Re: Events system feedback thread

I'm going to disable having multiple if-then blocks after another. It is too complex for the moment, and I think each event should be saved as a single if-then statement. If you want complex rules use the scripts. It´s not fine but i can life with it! I save the single if-then parts with different ...
by Jochen
Sunday 14 July 2013 14:13
Forum: PHP and all others
Topic: Events system thread (questions and feedback)
Replies: 308
Views: 158484

Re: Events system feedback thread

I have found an error... i tried to make a event that should do this: 1) When open the garage between (22:00 and 07:00) turn on the light in the garage and send an notification. 2) When garagedoor is closed (turn off the light) PS: To test this, the garagedoor is a Switch-Device and the time is set ...
by Jochen
Sunday 14 July 2013 7:20
Forum: PHP and all others
Topic: Events system thread (questions and feedback)
Replies: 308
Views: 158484

Re: Events system feedback thread

Hi, i´m currently playing with the new Eventsystem. Until now everything i tried is working fine! Realy good job. But i´m also missing some things. When I want to send a Notification (Prowl), i want to send the current status, like Subject: Door is open Message: Door: Garden Type: Open Time: 12:48:5 ...