Search found 6 matches

by marcoboy
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Live API - PHP - Callbacks
Replies: 1
Views: 4859

Re: Live API - PHP - Callbacks

Got a reply from Telldus. Sadly the setPush API request is not open to the public at the moment. Only to few selected developers. Only way at the moment to show switch state on the web interface is to poll for the "active" value periodically. this of course is not a problem when controllin...
by marcoboy
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: My home automation UI
Replies: 5
Views: 9471

My home automation UI

Just wanted to show you guys what I have been working on lately. I had some callback problems (see the post http://www.telldus.com/forum/viewtopic.php?f=11&t=4222). I just have to live with restrictions not being able to view switch state changes initiated from outside the web UI in real time. B...
by marcoboy
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: My home automation UI
Replies: 5
Views: 9471

Re: My home automation UI

A small temperature meter added with some history values... (Random values used, still waiting for the actual sensor to arrive)
tempreature-graph.png
tempreature-graph.png (10.62 KiB) Viewed 9397 times
by marcoboy
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: My home automation UI
Replies: 5
Views: 9471

Re: My home automation UI

A small temperature meter added with some history values... (Random values used, still waiting for the actual sensor to arrive) tempreature-graph.png Which sensor are you going to use? Nice ui btw Thanks :) One of these for the start (13,5€/pcs) http://www.clasohlson.com/fi/L%C3%A4mp%C3%B6tila-antu...
by marcoboy
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: My home automation UI
Replies: 5
Views: 9471

Re: My home automation UI

@simonbove That is seriously expensive. I have always thought that the sensors (wireless with humidity sensors etc.) would be expensive here in Finland too, but was surprised by the "cheapness". Although the quality is EXTREMELY plasticky. Here's a small update: - History values are now re...
by marcoboy
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Live API - PHP - Callbacks
Replies: 1
Views: 4859

Live API - PHP - Callbacks

Hi, I've tried to get the Live API "client/setPush" to work but after adding the fore mentioned request to my PHP code I get the reply "This API key is not configured for callbacks". How do I enable/configure these callbacks? The provided example files doesn't seem to help and I ...