Search found 13 matches

by matson1111
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: Heating monitor
Replies: 9
Views: 9741

Heating monitor

Hi, I've been thinking of building a device that can gather information from several temperature sensors and power monitoring sensors and send them on to a computer via Tellstick DUO, which then will work as a standard format middleware. It should probably be done with PIC stuff (I'm no hardware typ...
by matson1111
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: Heating monitor
Replies: 9
Views: 9741

Re: Heating monitor

Ok,

Then, can you tell me how to send data events to Tellstick Duo that you will understand without you guys doing anything? Am I missing something? Can I just send it and picking it up in my own format in my app via the telldus-core API's?
by matson1111
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: Heating monitor
Replies: 9
Views: 9741

Re: Heating monitor

Ok, I'm only asking how you guys want signals so I can pick them up in my application using telldus core. I'm planning on building both sides of your fine device. Is this not impossible? Do I have to be nexa or something to talk to your thing? I haven't looked much at the newer APIs, can I send stuf...
by matson1111
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: Heating monitor
Replies: 9
Views: 9741

Re: Heating monitor

So you don't want to answer my question. Are you planning to build this stuff yourself? Or does nexa and the others pay you not help me compete agains products they don't sell? That doesn't make much sense. You have a potential killer piece of kit here. It's nice that you support various current pro...
by matson1111
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: Heating monitor
Replies: 9
Views: 9741

Re: Heating monitor

I didn't ask for the other guys protocols. It's how you prefer to receive the signals over 433.92.

Nevermind, forgett it.
by matson1111
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: argp.h
Replies: 8
Views: 8339

argp.h

Hi,

Why does tdadmin include argp.h? It's non standard and not included on MacOSX.

O
by matson1111
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: argp.h
Replies: 8
Views: 8339

Re: argp.h

Hmmm... Good question. I got hold of an archive that looked good... telldus-core-2.0.103. I'l have another go with the trunk.
by matson1111
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: argp.h
Replies: 8
Views: 8339

Re: argp.h

I was asking why you are using our unstable snapshots since they are known to have issues. To then go compiling the latest unstable software from trunk is just another step into even more buggy code. Why? Is there any reason you cannot use our precompiled software or at least the stable snapshots? ...
by matson1111
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: argp.h
Replies: 8
Views: 8339

Re: argp.h

micke.prag wrote:Our latest stable source package are located here:
http://download.telldus.se/TellStick/So ... 0.4.tar.gz

The precompiled software for Mac OS X contains everything needed for development:
http://www.telldus.com/download/latest/mac
Ahh, right. Thanks.
by matson1111
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: argp.h
Replies: 8
Views: 8339

Re: argp.h

Our latest stable source package are located here: http://download.telldus.se/TellStick/Software/telldus-core/telldus-core-2.0.4.tar.gz The precompiled software for Mac OS X contains everything needed for development: http://www.telldus.com/download/latest/mac Ahh, right. Thanks. Ahh again, the Tel...
by matson1111
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: tdGetNumberOfDevices
Replies: 4
Views: 14473

tdGetNumberOfDevices

Is there a simple explanation the below doesn't work, tdGetNumberOfDevices returns -6 with or without the tdInit() call. I've configured 3 devices that can be toggled in TelldusCenter. I'm running 10.6.6 and Xcode 3.2.5 // buildcommand: gcc foo.cpp -framework TelldusCore -arch i386 -lstdc++ -o thing...
by matson1111
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: tdGetNumberOfDevices
Replies: 4
Views: 14473

Re: tdGetNumberOfDevices

What version are you running? -6 means TELLSTICK_ERROR_CONNECTING_SERVICE but isn't available in our stable series. Have you compiled the framework by yourself? About error codes, read the section "Error codes" here: http://developer.telldus.se/doxygen/ I'm building against 2.0.4 in defau...
by matson1111
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: tdGetNumberOfDevices
Replies: 4
Views: 14473

Re: tdGetNumberOfDevices

That define isn't defined in 2.0.4. It was added later. Do you have TELLSTICK_ERROR_CONNECTING_SERVICE defined in telldus-core.h? Ahh, sweet, now we are rock'n. The Current symlink in /Library/Frameworks/TelldusCore.frameworks/Versions pointed to a 2.0.103. I tried to build from source earlier so i...