Search found 21 matches

by atchoo
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: PHP Class for TDTOOL integration.
Replies: 1
Views: 5812

Re: PHP Class for TDTOOL integration.

I know this is an old thread, but I´ll give it a try anyway: I receive an error, "Class 'TellStick' not found in...on line... when I include tdtool.class.php in my php script, and try to initialize my Tellstick as described in your file: $stick = new TellStick('usr/bin/tdtool'); I have tried to...
by atchoo
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: Low quality antenna on Z-Lite?
Replies: 1
Views: 4126

Low quality antenna on Z-Lite?

Hello, I recently bought myself a Z-lite , after having Tellsticks (.net and Classic) for many years. At first I had problems pairing my devices, but I soon discovered that the difficulties came from a bad reception problem (between the self-learning devices and "The Mothership" , which I ...
by atchoo
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Display sensor log data in PHP
Replies: 2
Views: 149279

Display sensor log data in PHP

Hello, I can´t figure out how to parse and use the sensor values returned with "sensor/history". The closest I´ve been is displaying a bunch of arrays that represents the different timestamps (json array: ts), but I can´t access or loop the "data" array or the "temp" va...
by atchoo
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Some screenshots from my new Tellstick.net PHP app/interface
Replies: 3
Views: 7491

Some screenshots from my new Tellstick.net PHP app/interface

I´m about 70% finished with a new PHP web app for Tellstick.net, called Tellstick Command Center (working title, bear with me :). I´ll post links to the app when I have something ready enough to present, but here´s a preview in the meantime :D Tellstick.net Command Center - Test2.png Tellstick.net C...
by atchoo
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: Mysterious sensor in my setup
Replies: 1
Views: 5502

Mysterious sensor in my setup

Hello, Yesterday I suddenly noticed a sensor in my setup, which I never added. It shows strictly sub zero values (ca. -9◦C and about 16% humidity). The sensor has no name (it´s name is in fact "noname". I can not delete it, no matter how I try. Any thoughts on this? I only have one sensor,...
by atchoo
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Some screenshots from my new Tellstick.net PHP app/interface
Replies: 3
Views: 7491

Re: Some screenshots from my new Tellstick.net PHP app/inter

It´s coming along, quite slowly because I´m kind of stuck with troublesome javascript code for showing sensor history. If I can´t get it working the way I want, I´ll just publicize "as is", and leave it open for someone else to tinker with it (after all, that´s the beauty of open source co...