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.
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?
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)...
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...
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_...
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...