Search found 17 matches

by mwd123
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: tdtool for python with temperature functions
Replies: 11
Views: 9835

Re: tdtool for python with temperature functions

Yes now it works :) thanks
by mwd123
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Bashscript to read sensors from tellstick net?
Replies: 3
Views: 7692

Re: Bashscript to read sensors from tellstick net?

Hello

When using a tellstick net all values and sensors are stored on the live.telldus.com webpage unfortunately.

Thats why I need to find a way how to "fetch" those

Best regards.
by mwd123
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: OAuth Verification Failed
Replies: 6
Views: 5884

Re: OAuth Verification Failed

Hej!

Jag har också fått detta problemet nu, är det någon som vet hur man åtgärdar det?
by mwd123
Fri Mar 17, 2023 9:45 am
Forum: TellEvent
Topic: TellEvent - applikation till iPhone
Replies: 475
Views: 454073

Re: TellEvent - ny applikation till iPhone

Hej! Jag tror att du måste regga dig på live.telldus.com för att få det att fungera då appen endast kör mot telldus live! Mvh Hej, måste först tacka för en underbar app. Köpte idag en tellstick duo och lite tempgivare, i telldus center på datorn så kan jag se givarna, men hur gör jag för att kunna s...
by mwd123
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Tellstick net + Auriol tempsensor?
Replies: 1
Views: 4799

Tellstick net + Auriol tempsensor?

Hej!

Lidl säljer en väldigt billig temperatur-station som sänder över 433MHz, och jag hittade en sida där det beskrivs ganska väl hur den fungerar, finns det någon chans att man kan få stöd för denna i tellstick net?

http://elektronikforumet.com/forum/view ... =3&t=63877

Mvh
by mwd123
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: tdtool.py + tellstick net + sensorer
Replies: 12
Views: 20086

Re: tdtool.py + tellstick net + sensorer

Hej

Nej jag lyckades inte med det tyvärr :( jag fick göra iordning en php-sida och wgetta infon därifrån, osv.

Men om någon fixar tdtool.py så att den kan läsa temp osv så vore det guld värt.
by mwd123
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: tdtool.py + tellstick net + sensorer
Replies: 12
Views: 20086

Re: tdtool.py + tellstick net + sensorer

Du måste hårdkoda in dina tokens i index.php, efter där det står PRIVATE KEY och PUBLIC KEY i begäran, så sätter du in din token efter. typ såhär: if (isset($_GET['Sensor1-Info'])) { $consumer = new HTTP_OAuth_Consumer(constant('PUBLIC_KEY'), constant('PRIVATE_KEY'),'xxxxxxxxxxxxxxxxxXXXXXXXXXXX', '...
by mwd123
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: tdtool.py + tellstick net + sensorer
Replies: 12
Views: 20086

Re: tdtool.py + tellstick net + sensorer

Och i index.php för att se id osv på sensorerna: ?><p><a href="index.php?listSensors">List Sensors</a></p><?php if (isset($_GET['listSensors'])) { $consumer = new HTTP_OAuth_Consumer(constant('PUBLIC_KEY'), constant('PRIVATE_KEY'),'xxxxxxxxxxxxxxxxxxxxxxxx, 'xxxxxxxxxxxxxxxxxxxxxx); $param...
by mwd123
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: tdtool.py + tellstick net + sensorer
Replies: 12
Views: 20086

tdtool.py + tellstick net + sensorer

Problemet löst.
by mwd123
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: tdtool.py + tellstick net + sensorer
Replies: 12
Views: 20086

Re: tdtool.py + tellstick net + sensorer

Aha, smidigt, kunde du köra den filen från shell eller hur gör du det?

Mvh
by mwd123
Fri Mar 17, 2023 9:45 am
Forum: Allmänt
Topic: Ny Tellstick.Net användare...
Replies: 55
Views: 42804

Re: Ny Tellstick.Net användare...

Jag upplever ungefär samma problem, som har gjort så att man börjat snegla mot rfxgrejjer.. men det vore så himla tråkigt, jag har alltid gillat telldus/tellstick, och vill kunna använda deras prylar utan att man ska gå miste om allt för mycket funktioner och godis. Vi får hoppas de får ordning på n...
by mwd123
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: tdtool.py från web
Replies: 2
Views: 3474

tdtool.py från web

Hej Har råkat på ett litet bekymmer, när jag väl hade fått till det så at det fungerade att styra mina lampor från egen websida, så dyker detta bekymmer upp märkligt nog: Traceback (most recent call last): File "/usr/local/bin/tdtool.py", line 238, in <module> config = ConfigObj(os.environ...
by mwd123
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: tdtool for python with temperature functions
Replies: 11
Views: 9835

Re: tdtool for python with temperature functions

Great work thanks

Edit, does not work for me doh :)

suse:/usr/local/bin # ./tdsens.py --list
File "./tdsens.py", line 101
lastUpdated = response['lastUpdated']
^
IndentationError: unindent does not match any outer indentation level

Anye clue?
by mwd123
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: tdtool.py från web
Replies: 2
Views: 3474

Re: tdtool.py från web

Frågan är ju vad som hänt under natten och varför, det funkade det sista det gjorde när jag gick och la mig, sedan när jag kom upp och provade trycka på en knapp så fick jag felet... skumt

EDIT:

flyttade tdtool.conf till /tmp och ändrade sökvägen dit från tdtool.py, så nu fungerar det igen, tack :)
by mwd123
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: tdtool for python with temperature functions
Replies: 11
Views: 9835

Re: tdtool for python with temperature functions

I tried that too, but it didnt work.