Search found 25 matches
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: PHP interface for TellStick, HomeAutomation v2.0.2 released!
- Replies: 95
- Views: 408481
Re: PHP interface for TellStick, HomeAutomation v1.2.2 relea
Hello! I installed HomeAutomation 2.2 on a Hyper-V virtual Windows 2008 R2 Server with IIS 7 and PHP 5.3.3, connecting to MySQL 5.1.53 on another Hyper-V virtual Windows 2008 R2 Server on the same physical host. The Tellstick is connected to the physical host and shared to the virtual machine using ...
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: PHP interface for TellStick, HomeAutomation v2.0.2 released!
- Replies: 95
- Views: 408481
Re: PHP interface for TellStick, HomeAutomation v1.2.2 relea
I've now made a finger friendly PoC with night.css as template. You can log in as demo / d3m0 and have a look at https://www.home.pal.pp.se/auto/pal.mobile.php I just made a few changes in mobile.php, devices.php and mobile/night.css. Some of the devices are fake devices, but as I said it's a PoC. T...
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: PHP interface for TellStick, HomeAutomation v2.0.2 released!
- Replies: 95
- Views: 408481
Re: PHP interface for TellStick, HomeAutomation v1.2.2 relea
One thing I'm missing is the possibility to push on/off directly, not only toggling. I don't know if it is a must to have the possibility to do so but I feel like when a device is not responding I prefer to push on several times instead of toggling... What do you think? It's very easy to have two d...
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: PHP interface for TellStick, HomeAutomation v2.0.2 released!
- Replies: 95
- Views: 408481
Re: PHP interface for TellStick, HomeAutomation v1.2.2 relea
I made this in ten minutes: https://www.home.pal.pp.se/auto/pal.mobile_2.phptom_rosenback wrote:One thing I'm missing is the possibility to push on/off directly, not only toggling.
Since I'm not using the status icons, the nice animated wait icon doesn't appear, but I guess it won't be that hard to put it back in.
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: PHP interface for TellStick, HomeAutomation v2.0.2 released!
- Replies: 95
- Views: 408481
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: PHP interface for TellStick, HomeAutomation v2.0.2 released!
- Replies: 95
- Views: 408481
Re: PHP interface for TellStick, HomeAutomation v1.2.2 relea
It suddenly started to work. I couldn't see why, but figured out that I had restarted the web server after adding the web server user as administrator. Removing the user from the admin group and restarting the web server made it stop working again, and vice versa. I don't want my web server to run a...
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: PHP interface for TellStick, HomeAutomation v2.0.2 released!
- Replies: 95
- Views: 408481
Re: PHP interface for TellStick, HomeAutomation v1.2.2 relea
Sidenote: The device types are in Swedish, although everything else (except the "Radera installationsmapp" button/message) is in English. It says things like "Lampa off". 

- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: PHP interface for TellStick, HomeAutomation v2.0.2 released!
- Replies: 95
- Views: 408481
Re: PHP interface for TellStick, HomeAutomation v1.2.2 relea
The bright side of getting the headache is that I get to know how the thingy is built. Atm I'm CSS:ing your mobile page to be more finger friendly, to fit devices like Nokia N900 and iPhone, and the next project will be to integrate my Crestron stuff into the setup. The former shouldn't take long, t...
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: PHP interface for TellStick, HomeAutomation v2.0.2 released!
- Replies: 95
- Views: 408481
Re: PHP interface for TellStick, HomeAutomation v1.2.2 relea
I made the code a bit more pleasant to the eye, but you could make it even prettier. Creating the buttons should be done with functions (their content as parameters), and so on. Anyway, it's pretty enough to let people see it. :) I've attached the files, and I prefixed all my variables, classes and ...
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: PHP interface for TellStick, HomeAutomation v2.0.2 released!
- Replies: 95
- Views: 408481
Re: PHP interface for TellStick, HomeAutomation v1.2.2 relea
Sorry, forgot: The URL is https://auto.home.pal.pp.se/auto/pal.mobile.php and log in as demo/d3m0.
You can customize what to see using this URL: https://auto.home.pal.pp.se/auto/pal.mo ... 1&palAll=1
You can customize what to see using this URL: https://auto.home.pal.pp.se/auto/pal.mo ... 1&palAll=1
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: PHP interface for TellStick, HomeAutomation v2.0.2 released!
- Replies: 95
- Views: 408481
Re: PHP interface for TellStick, HomeAutomation v1.2.2 relea
Inspired by yesterday, I also made a Crestron PoC tonight. So far, the code creates a Crestron object that can: *) Be configured with: var $server; var $ip; var $port; var $terminator; var $password; var $socket = NULL; var $showErrors = false; var $debug = false; *) Resolve server names to IP addre...
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: PHP interface for TellStick, HomeAutomation v2.0.2 released!
- Replies: 95
- Views: 408481
Re: PHP interface for TellStick, HomeAutomation v1.2.2 relea
General integration into Home Automation. So far, this is standalone code. The object is there, but there's no integration with any of your code. I choose device and what to do by simply assigning variables directly in the code. The Crestron relays/dimmers should exist as devices in the database, a...
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: PHP interface for TellStick, HomeAutomation v2.0.2 released!
- Replies: 95
- Views: 408481
Re: PHP interface for TellStick, HomeAutomation v1.2.2 relea
Update: I am now coding for HA 2.0, and the Crestron stuff is capable of all normal operations regarding turning on/off and setting dim levels. Also, the code is clean and all Telldus functions has gotten Crestron cousins (event those I don't use yet). And I added configuration options and (English)...
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: doorbell Heidemann
- Replies: 3
- Views: 5437
Re: doorbell Heidemann
Hej
Fick du det att funka? Jag har en likadan, men får inte min Duo att prata med den.
Regards
/P
Fick du det att funka? Jag har en likadan, men får inte min Duo att prata med den.
Regards
/P
- Fri Mar 17, 2023 9:45 am
- Forum: General
- Topic: doorbell Heidemann
- Replies: 3
- Views: 5437
Re: doorbell Heidemann
Jag har även en sån här (bara knappen, inte mottagaren) som jag inte heller får att funka: http://villanyaruhaz.hu/doku/00468344.PDF
Vare sig min Nexa LMLR-300, Heidemann-mottagaren eller Tellstick reagerar på den knappen.
/P
Vare sig min Nexa LMLR-300, Heidemann-mottagaren eller Tellstick reagerar på den knappen.
/P