Search found 12 matches

by thoberre
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: Tellstick & iPhone - Tellit, new webApp
Replies: 67
Views: 251240

Great! Here is a few bugreports How does the output from tdtool look in Linux? The listing function does not work for OS X, as the first line has no. of items in item 0, pos 19 of the returned array. That makes the section for tdtool around 246 like this: //Only used if tdtool is your specified exec...
by thoberre
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: Tellstick & iPhone - Tellit, new webApp
Replies: 67
Views: 251240

I have rights to run tdtool (I currently run the previous version with some mods), and the output is like this from tdtool -l: xxxxxx01:~ username$ tdtool -l Number of devices: 5 10 DESIGN ON 11 HJORNELAMPEN ON 12 LAMPETT OFF 21 LOFT ON 22 TEST ON And debugging with this: //Only used if tdtool is yo...
by thoberre
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: Tellstick & iPhone - Tellit, new webApp
Replies: 67
Views: 251240

It looks like ($_GET["id"]) is empty at line 266

Code: Select all

    if(isset($_GET["id"]) && !isset($_GET["remitem"]) && !isset($_GET["edititem"]))
print_f ($_GET); gives an empty array output.

Also debug=2 does not bring up any javastuff at all.
by thoberre
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: Tellstick & iPhone - Tellit, new webApp
Replies: 67
Views: 251240

It was actually all related to $tellstickExecutableFullPath="export DYLD_LIBRARY_PATH=\"\"; /usr/bin/tdtool"; Changed this to single quotes and it worked, triggering javafunctions again. $tellstickExecutableFullPath="export DYLD_LIBRARY_PATH=\'\'; /usr/bin/tdtool"; Stil...
by thoberre
Fri Mar 17, 2023 9:45 am
Forum: Hårdvara
Topic: Löda dit antenn
Replies: 16
Views: 13442

Noen som kan si noe om forventet rekkevidde med en 1/4 bølgelengde antenne loddet på? Jeg har koplet til en metalldings, så min tellstick ahr nå både tilkoplet den etsede antennen og min "nye, eksterne". Jeg har nå nesten god nok rekkevidde, men ikke helt. Har to etasjer og når ikke helt u...
by thoberre
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: Tellstick & iPhone - Tellit, new webApp
Replies: 67
Views: 251240

A small additional wish:

I would like to add back the edit-function even when using tdtool, and view the panel grouped by room like with rfcmd.

The first to allow for the second :)

Thom
by thoberre
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: Tellstick & iPhone - Tellit, new webApp
Replies: 67
Views: 251240

Hi, I interpret it as Telldus wants us to use TelldusCenter to add/remove devices. Ref http://developer.telldus.se/browser/trunk/docs/telldus-core.dox . However we could have the editfunction to edit "configextentions" like Room, Dimcapabilities, maybe a nicer name etc. It looks like the p...
by thoberre
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Telldus Live!
Replies: 9
Views: 17375

Re: Telldus Live!

I had to copy out the com.telldus.Core.plist on my mac, zap Telldus Center entirely and reinstall. Then replace com.telldus.Core.plist and start Telldus Center again for my devices to come up in Telldus Live. No idea why though.... Are you planning to add support for dimmable devices on the iPhone i...
by thoberre
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: Tellstick & iPhone - Tellit, new webApp
Replies: 67
Views: 251240

Good work!

Hi, this is really good, and very promising! I needed rewrite a bit to make it use tdtool on my Mac - but now it works just fine - even my wife uses her iPhone to control the lighting :) I have some headers sent issues various places, but have not managed to pinpoint why, other than during Guest-lin...
by thoberre
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: Tellstick & iPhone - Tellit, new webApp
Replies: 67
Views: 251240

Just made a quick and dirty hack: After installing TelldusCenter I had to symlink tdtool according to other posts in this forum: sudo ln -s /Library/Frameworks/TelldusCore.framework/Versions/2.0.0/Frameworks/QtCore.framework/Versions/4/QtCore /usr/local/lib/ sudo ln -s /Library/Frameworks/TelldusCor...
by thoberre
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: Tellstick & iPhone - Tellit, new webApp
Replies: 67
Views: 251240

In regards to the header already sent issue on guest link login (actually missing index fr user, pass, guestpass) it was fixed by reversing the order of login if..elseif..else test to: //Link login (guest) //Guest login //Admin login This way it does not test the parameters if it's not set i.e for a...
by thoberre
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: Tellstick & iPhone - Tellit, new webApp
Replies: 67
Views: 251240

New "bugreport" :) Could my server output this due to php.ini settings? When adding lamp i get this: Notice: Array to string conversion in ...htdocs/tellit/index.php on line 276 Warning: Cannot modify header information - headers already sent by (output started at ...htdocs/tellit/index.ph...