Search found 32 matches

by rbmace2403
Tue Jul 16, 2013 9:18 am
Forum: Home Automation Projects
Topic: My home automation project / software
Replies: 132
Views: 168666

Re: My home automation project / software

You should start a company and sell your system ;-) It sounds likes a very high end commercial system :-) Very nice!
by rbmace2403
Tue Mar 12, 2013 12:15 am
Forum: Home Automation Projects
Topic: Cheap voice recognition integration
Replies: 13
Views: 14814

Re: Cheap voice recognition integration

Ok thanks for the info, i will try to make it work the next months, currently building my new frontend in jquerymobile. Looked at bootstrap too but found jquery mobile easier for moble devices because of the extra modules built in.

Rb
by rbmace2403
Sun Mar 10, 2013 11:18 am
Forum: Home Automation Projects
Topic: Cheap voice recognition integration
Replies: 13
Views: 14814

Re: Cheap voice recognition integration

Looks very cool, options are endless with this system. But how have you solved the limit that google wont allow scripting to use the translate system? And the maximum of 100 chars text 2 speech if she is reading the News for you?

Have you used jquery mobile as a framework for your touchpad?
by rbmace2403
Fri Mar 08, 2013 1:18 pm
Forum: Home Automation Projects
Topic: Cheap voice recognition integration
Replies: 13
Views: 14814

Re: Cheap voice recognition integration

Great to see you already implemented it, I had this on my list as well for voice control HTML5 - Chrome. Love to see the video :-)
by rbmace2403
Sun Feb 24, 2013 5:00 pm
Forum: Questions & Discussions Forum
Topic: zwave on Rasberry
Replies: 8
Views: 8059

Re: zwave on Rasberry

Hello, I received the unit and installed it on a raspberry. After a really simple install of the software it was working with a charm. They included a sample GUI from their Zway automation suite so you can include and exclude all devices. I have included a few multilevel switches (Aeon micro switch)...
by rbmace2403
Thu Feb 21, 2013 1:08 pm
Forum: Questions & Discussions Forum
Topic: zwave on Rasberry
Replies: 8
Views: 8059

Re: zwave on Rasberry

Im on wintersport now, will unbox it next week and let you all know, it has been delivered took 4 days :-)

I ordered it at the Zwave4u.

Ronald
by rbmace2403
Wed Feb 13, 2013 11:23 pm
Forum: Questions & Discussions Forum
Topic: zwave on Rasberry
Replies: 8
Views: 8059

Re: zwave on Rasberry

The rasberry solution will work without a cloud connection. Its a rfxcom solution but only for zwave :-)

I receive it next week, will let you know how it will work
by rbmace2403
Tue Feb 12, 2013 2:41 pm
Forum: Questions & Discussions Forum
Topic: zwave on Rasberry
Replies: 8
Views: 8059

Re: zwave on Rasberry

Really cool, i just ordered one to see if it will work to integrate in my home brewed system.
by rbmace2403
Mon Feb 11, 2013 1:15 pm
Forum: Questions & Discussions Forum
Topic: Remote connection to homeseer with Perl or PHP
Replies: 29
Views: 20120

Re: Remote connection to homeseer with Perl or PHP

Do you have email, I can sent you a class file which worked for me? I am not using it anymore, because I created my own home automation system in PHP with everything. The reason was that i Found I could create a better system with a better GUI than homeseer and its fun :-) The class I created was cr...
by rbmace2403
Sun Feb 10, 2013 7:53 pm
Forum: Questions & Discussions Forum
Topic: Remote connection to homeseer with Perl or PHP
Replies: 29
Views: 20120

Re: Remote connection to homeseer with Perl or PHP

You have to check if $hs_api already exists, if it exists you dont need to login for a second time. Try this : if (empty($hs_api)) { $hs=new COM("Homeseer2.application"); $hs->SetHost("localhost"); $hs->connect("guest","guest"); $hs_api=$hs->GetHSRef(); } $hs_...
by rbmace2403
Sat Feb 09, 2013 2:02 pm
Forum: Questions & Discussions Forum
Topic: Zwave protocol and driver in PHP
Replies: 0
Views: 2375

Zwave protocol and driver in PHP

Hello, I am trying to build a PHP driver to connect to a Aeon Zwave stick series 2. I have been searching internet for some information how to start. But I only have found solutions based on open-zwave with C# drivers. Can somebody help me out the right way how to start communicating with the Z stic...
by rbmace2403
Sat Feb 09, 2013 9:24 am
Forum: Questions & Discussions Forum
Topic: Remote connection to homeseer with Perl or PHP
Replies: 29
Views: 20120

Re: Remote connection to homeseer with Perl or PHP

You copied the homeseer dll ( dll files mentioned in the beginning of this topic) files into your php directory, where php.exe is?
by rbmace2403
Thu Feb 07, 2013 11:59 am
Forum: Questions & Discussions Forum
Topic: Remote connection to homeseer with Perl or PHP
Replies: 29
Views: 20120

Re: Remote connection to homeseer with Perl or PHP

try:

$hs=new COM("Homeseer2.application");
$hs->SetHost("localhost");
$hs->connect("guest","guest");
$hs_api=$hs->GetHSRef();
$hs_api->Transmit("C8", "on", 100, 0, false, true);
echo 'processed';
by rbmace2403
Tue Feb 05, 2013 9:08 pm
Forum: Questions & Discussions Forum
Topic: Remote connection to homeseer with Perl or PHP
Replies: 29
Views: 20120

Re: Remote connection to homeseer with Perl or PHP

This one is correct:

$hs->hs->Transmit("c8", "On", 100,0,false, true);

Go to advanced search