Search found 54 matches

by philarete
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: THGR238N Sensors actualisation lap time
Replies: 1
Views: 3319

THGR238N Sensors actualisation lap time

Hi Perhaps the thing has already been told. But what is the rule for Sensor Actualisation with Tellnet ? I have two THGR238N Oregon sensors, working fine with Tellnet (it's my only success till i got it). But i noticed that the sensor sent a signal almos every 1 minute and a half (red lamp blinking ...
by philarete
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Switc heater on if temp is 2 low, making Knut's life easier
Replies: 0
Views: 2888

Switc heater on if temp is 2 low, making Knut's life easier

Ok, i try to contibute - but i fell useless. Using PHP classes by Manticus, here is a simple try to switch a device on if sensor temp is low: $infoDedans = $telldus_api->getSensor(178530); // Get sensor and humidity info in infoDedans Array $d2 = date('H:i:s', $infoDedans->lastUpdated); //print_r($i...
by philarete
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: tellstick-net custom firmware build
Replies: 37
Views: 71872

Re: tellstick-net custom firmware build

Bien joué, merci
by philarete
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: REMOTE
Replies: 5
Views: 5209

REMOTE

Ok, after configuring my dhcp again to fix my telldusnet ip after reconfiguring via the API my oregon sensors for they appear in Live i understand there is no way to link 1 - sensors to equipments 2- remote to equipments I feel loosy A way to do that ? I noticed that every time i use my chacon on-of...
by philarete
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Oauth, openid and php 3
Replies: 7
Views: 13380

Oauth, openid and php 3

Hello :wave: When i try to connect Telldu Live with API, a page appears with "openid_mode" = "checkid_immediate" saying: //The website wants to access your profile. //The information it asks for is: // Email: //Name: //Do you trust the site? Howdo you bypass that stuff ? I can't ...
by philarete
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Oauth, openid and php 3
Replies: 7
Views: 13380

Re: Lightopenid and Telldus authentification

Thank you.
by philarete
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Oauth, openid and php 3
Replies: 7
Views: 13380

Re: Lightopenid and Telldus authentification

Ok, i fell anxious about OAuth When i try to get connected thru OAuth, i get a "Failed OAuth Request: Unknown request token "" answer, whatever i do. I'm using a web Apache server on a Linux computer. All is stored in /var/www/telldir In order to be quiet, i did a chown www-data:www-d...
by philarete
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Oauth, openid and php 3
Replies: 7
Views: 13380

Re: Lightopenid and Telldus authentification

ty for your reply yep of course i did. I even tried a new HTTP_OAuth_Consumer(FEHUVEW84RA******,ZUXEVEGA9US***********,048b**********,dc7****** with these codes directly inside. But nothing. Index drives me to login on telldus live (ok) and, after logging, "Failed OAuth Request: Unknown request...
by philarete
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Oauth, openid and php 3
Replies: 7
Views: 13380

Re: Lightopenid and Telldus authentification

Ok even after compiling Oauth manually, problem is the same. Php3 + Oauth + API keys recently retrieved... Even if i log manually and if write a test.php: $consumer2 = new HTTP_OAuth_Consumer( constant('KEY'), constant('SECRET'), constant('TOKEN'), constant('TOKEN_SECRET')); // WITH REAL API KEYS re...
by philarete
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: HI TECH C COmpiler old version (<9.8)
Replies: 4
Views: 5034

HI TECH C COmpiler old version (<9.8)

Did anybody find recently an elder version of C++ Compiler for PIC18 micro chip than 9.80 for Linux LITE Version (1195$ for the PRO License seems a little bit expensive) ?
by philarete
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: HI TECH C COmpiler old version (<9.8)
Replies: 4
Views: 5034

Re: HI TECH C COmpiler old version (<9.8)

Ty for your answer.
Username: Compilers-RO
Password: C0mP!0511
9.52 is the ultimate u can have for standard.
9.63 in pro version, but no compilation for TSN.
by philarete
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: tellstick-net custom firmware build
Replies: 37
Views: 71872

Re: tellstick-net custom firmware build

Salut à tous Hi Guys. I downloaded the HI TECH C PICC 18 Compiler for linux, LITE version. Here is the result: [ 1%] Compiling livemessage.c HI-TECH PICC-18 PRO COMPILER (Microchip PIC micro) (Lite) V9.63 Copyright (C) 1984-2008 HI-TECH SOFTWARE (1273) Omniscient Code Generation not available in Lit...
by philarete
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Oauth, openid and php 3
Replies: 7
Views: 13380

Re: Oauth, openid and php 3

Solved:
Ok, sorry for multiposting, bad humour, cynism and frustration.
The problem was my /var/www directory owner was www-data:www-data. Too restricted for Auth negociation.
.... :oops: .....
Ok, see you soon
by philarete
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: [LIVE] Web application with groups of devices
Replies: 28
Views: 50304

Re: [LIVE] Web application with groups of devices

Thank you Manticus for your classes. Great job and very usefull.