Search found 18 matches

by ltpitt
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PHP interface for TellStick, HomeAutomation v2.0.2 released!
Replies: 95
Views: 319864

Re: PHP interface for TellStick, HomeAutomation v2.0.2 relea

1) The strange thing is that if I open a browser from another pc it works without problems. If I use the same url with python or wget directly from Raspberry PI it won't work. If you can provide me the new ajaxinterface.php I'd be glad 2) No bother: I give up on this (it won't be greatly useful for ...
by ltpitt
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: Wireless Relays
Replies: 7
Views: 8771

Re: Wireless Relays

I am sorry if I give a little bump to this thread but I'd love to receive a little help... My heater is an Ariston AS24 and opening it I've found what we call a "clean" contact. I mean that if I simply interrupt a small copper wire the heater stops working. I'd simply like to turn (safely)...
by ltpitt
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: Tellstick USB on Raspberry, a few issues
Replies: 6
Views: 9972

Tellstick USB on Raspberry, a few issues

Hi all, I am a very happy and proud user of Tellstick USB on Raspberry 1 since years. Lately I see a strange behaviour... The state of devices doesn't change anymore if I turn the device ON or OFF and then I do list (if a device is on and I turn it off I still see that the device is on): pi@homeassi...
by ltpitt
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: Wireless Relays
Replies: 7
Views: 8771

Re: Wireless Relays

You talk about these guys:

http://www.conrad.com/

Which kind of hardware would you suggest?
by ltpitt
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: Tellstick USB on Raspberry, a few issues
Replies: 6
Views: 9972

Re: Tellstick USB on Raspberry, a few issues

Thanks for your input!

Is there anything I can try to fix / diagnose it?
by ltpitt
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PHP interface for TellStick, HomeAutomation v2.0.2 released!
Replies: 95
Views: 319864

Re: PHP interface for TellStick, HomeAutomation v2.0.2 relea

I am the happiest! At installation did greatly the job! www-data was in the deny file as you correctly predicted :) Just three problems left... (please be patient :) 1) How can I add my smartphone to HA so I can use it in scheduling? I've tried to add a device in (add new raw device) but I get only:...
by ltpitt
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: Wireless Relays
Replies: 7
Views: 8771

Re: Wireless Relays

What about this little guy:

http://www.nexa.se/LCMR-1000-Receiver.htm

?
by ltpitt
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PHP interface for TellStick, HomeAutomation v2.0.2 released!
Replies: 95
Views: 319864

Re: PHP interface for TellStick, HomeAutomation v2.0.2 relea

Here I am! 1. If I choose "lampa" where should I specify telephone's IP? Or you mean that I should build myself a bash or python script that updates also HA? I have tried cp en.php it.php (I have Italian browser) but no english translation for me... 2. I'd like to use external temperature....
by ltpitt
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: Tellstick USB on Raspberry, a few issues
Replies: 6
Views: 9972

Re: Tellstick USB on Raspberry, a few issues

In my case I have an old Tellstick Usb (just transmitter) so, if I understood well how it works, it should have a blue light only when transmitting.
by ltpitt
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: Tellstick USB on Raspberry, a few issues
Replies: 6
Views: 9972

Re: Tellstick USB on Raspberry, a few issues

I have news!

Took the Tellstick USB and installed it on a Linux laptop: woks as a champion and it is not blinking randomly.

Now I am lost...

What can I do to fix it on the Raspberry?
by ltpitt
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: Tellstick USB on Raspberry, a few issues
Replies: 6
Views: 9972

Re: Tellstick USB on Raspberry, a few issues

Further investigation lead to (possible) solution! Telldus USB is now working great on a laptop and also on the Raspberry but here ONLY if I use a powered usb hub. So my guess is that something about energy in my Raspberry's usb ports is wrong. Oh, well... I don't care that much :) Thanks and happy ...
by ltpitt
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: JUNG
Replies: 12
Views: 8024

Re: JUNG

Please forgive this horrible necroposting in wrong language but this seems like the only place in the internet where the JUNG - Telldus connection has been achieved successfully. I would be really happy to see those scripts, please :) Thanks for your kind help === Google Translator === Förlåt detta ...
by ltpitt
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PHP interface for TellStick, HomeAutomation v2.0.2 released!
Replies: 95
Views: 319864

Re: PHP interface for TellStick, HomeAutomation v2.0.2 relea

Here I am again... 1) The script is already there and I'm trying your previous suggestion: "What you need to do from your python script is to call the following url: http://mypc/automation/ajaxinterface.php?do=toggleStatus&status=X&deviceid=Y where Y is the detected status and X is the ...
by ltpitt
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Ideas and suggestion to build my own app to control tellstic
Replies: 1
Views: 3846

Ideas and suggestion to build my own app to control tellstic

Hi all! Before everything: thank you for such a lovely product. It simply turned my home into what I intended to be home :) I am a very happy owner of telldus stick (of course) and switch king: I really have more than what I need but... Just for personal fun I'd like to build a very small web page t...
by ltpitt
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PHP interface for TellStick, HomeAutomation v2.0.2 released!
Replies: 95
Views: 319864

Re: PHP interface for TellStick, HomeAutomation v2.0.2 relea

Hi everyone and happy and home-automated new year :D I've been struggling in the past to be able to change my Smartphone status (present @ home or not) in HA. Finally I've had success! Here's how: <?php // Get cURL resource $curl = curl_init(); // Set some options - we are passing in a useragent too...