Search found 42 matches

by jkp
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: Python wrapper of libtelldus
Replies: 42
Views: 58589

Re: Python wrapper of libtelldus

Hi, Thanks for the python wrapper, looks quite useful. I got my Tellstick Duo on Tuesday, and started trying to hook up various devices to it. Plans are to perhaps connect it to a Raspberry Pi and use it with XBMC among others. Or maybe in the long run even to buy cheap 433,92 Mhz receiver/transmitt...
by jkp
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Tellstick duo. Custom firmware ?
Replies: 24
Views: 52037

Re: Tellstick duo. Custom firmware ?

Looking at the earlier discussion, if I understand correctly, it should be relatively safe (bricking-wise) to flash the custom firmware, even if it wouldn't work. Correct? Micke.prag, I'm interested in having a Linux flasher for the Duo (don't have a Windows machine available that easily), so if you...
by jkp
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Tellstick duo. Custom firmware ?
Replies: 24
Views: 52037

Re: Tellstick duo. Custom firmware ?

I flashed a slightly modified version compiled with the lite option of the compiler, and it works.
by jkp
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: buying advice needed. choosing between tellstick duo and net
Replies: 6
Views: 6366

Re: buying advice needed. choosing between tellstick duo and

I've got a Raspberry PI and was considering the same thing. I ended up choosing Tellstick Duo, primarily as I got the impression tellstick net couldn't be used stand-alone (but only via the Telldus Live service). Also Duo seemed simpler (less possible problems) and looked a bit smaller and cost a bi...
by jkp
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: buying advice needed. choosing between tellstick duo and net
Replies: 6
Views: 6366

Re: buying advice needed. choosing between tellstick duo and

thanks. that's pretty useful. When you say use the net together with the duo, how would that be done? my understanding from reading the site that the net can't do anything on the local network. How would it be possible to connect the net and the pi? There's an alternative under-development firmware...
by jkp
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: buying advice needed. choosing between tellstick duo and net
Replies: 6
Views: 6366

Re: buying advice needed. choosing between tellstick duo and

One plus point for the Net would be that if there's good enough firmware for local access, there may be some more freedom in placing the device so it'll have good radio coverage. Depending of course on one's network wiring, server location, device locations etc. Would also offer more fault tolerance...
by jkp
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: tdtool status / temp.hum sensor values?
Replies: 16
Views: 40667

Re: tdtool status / temp.hum sensor values?

Hi folks, Happy New Year to all of you! I'm using a Tellstick DUO on a Linux system. Maybe I'm too stupid to understand the last two lines of this output: ... PROTOCOL MODEL ID TEMP HUMIDITY LAST UPDATED fineoffset temperaturehumidity 255 -20.4° 255% 2013-01-02 14:17:08 jm@ubuntu10:/var/log$[/i] Do...
by jkp
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: buying advice needed. choosing between tellstick duo and net
Replies: 6
Views: 6366

Re: buying advice needed. choosing between tellstick duo and

ltamas wrote:thanks for the long answer. really informative.
one last question. is there any way to send send raw commands on the net?
I don't know about that, but I would assume that yes at least when the firmware is ready.
by jkp
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Tellstick duo. Custom firmware ?
Replies: 24
Views: 52037

Re: Tellstick duo. Custom firmware ?

Thanks - but seems that I'm missing a required FTD2XX library (#include "ftd2xx.h" in main.cpp and cmake error message below), how to solve that? CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and teste...
by jkp
Fri Mar 17, 2023 9:45 am
Forum: Beta testing
Topic: Tellstick duo. Custom firmware ?
Replies: 24
Views: 52037

Re: Tellstick duo. Custom firmware ?

OK, now I got it to compile. Took the library from http://www.ftdichip.com/Drivers/D2XX.htm and ftd2xx.h & WinTypes.h from http://developer.telldus.com/browser/telldus-core/driver/libtelldus-core/osx/ftd2xx.h?rev=c01bd73a3177b5295250af009241d29cdef3bea5 and tweaked cmake-produced scripts to use ...
by jkp
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: Clas Ohlson energy meter support?
Replies: 8
Views: 13134

Clas Ohlson energy meter support?

Probably not supported with current firmware, but any educated guesses on complicatedness of adding the support for this? I have custom flashing env set up and might try.

Article 36-4500

http://www.clasohlson.com/fi/sv/Langato ... isoCode=sv&
by jkp
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: tdtool status / temp.hum sensor values?
Replies: 16
Views: 40667

Re: tdtool status / temp.hum sensor values?

Hi, An update on this - I've got now a flashing environment which is easier to use, and a better idea that there shouldn't be much bricking risk. Also, I think I'm making some progress - wrote some code to show bit sequence lengths, and looks some signal patterns stand out, which could be the real p...