Search found 25 matches

by eirikh
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Range of Tellstick with Waveman?
Replies: 1
Views: 6294

Range of Tellstick with Waveman?

I just bought a Tellstick from Clas Ohlson together with some Waveman receivers (32-6457), but I'm only able to make it work if the receivers are about 1 meter or closer to the Tellstick. I'm using latest TelldusCenter 2.0 on Mac OS X 10.6. With the Waveman remote I'm able to operate the receivers f...
by eirikh
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: Tellsticker, a plug-in for Plex
Replies: 19
Views: 47968

Re: Tellsticker, a plug-in for Plex

I have installed Tellsticker from the App store and it shows up in my applications. However, when I select it and press enter, absolutely nothing happens. Both Tellsticker and Plex are the latest versions. Yeah, there is a known problem with plex 9. You can follow the issue here: http://forums.plex...
by eirikh
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: Tellsticker, a plug-in for Plex
Replies: 19
Views: 47968

Only one small bug. I have devices with å ä ö in their names and they don't work and their names don't show up correctly. Probably only some string encoding trouble. This will (automatically) be fixed in the next version as I've rewrote the plug-in to use the TellstickCore library instead of tdtool...
by eirikh
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: Tellsticker, a plug-in for Plex
Replies: 19
Views: 47968

TellSticker 0.2

I've rewrote the whole plug-in utilizing the TelldusCore C library imported via ctypes so we can avoid using os and subprocess. Version 0.2 should also handle bell devices. The project isn't really worthy of a Release Candidate because of its simplicity, but I haven't tested the newest version on ma...
by eirikh
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: Tellsticker, a plug-in for Plex
Replies: 19
Views: 47968

While I was at it, I added support to dim devices that supports it. If a device can be dimmed, you will get a popup menu to set the dim level:

Image

Install TellSticker 0.3
Download TellSticker 0.3
by eirikh
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: UPM RC270 / RC300 / RC300d + TR300
Replies: 5
Views: 12711

micke.prag wrote:Have you tried the Mac version?
Yes, with the new TelldusCenter they are indeed working on Mac, thanks!
by eirikh
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: Tellsticker, a plug-in for Plex
Replies: 19
Views: 47968

Re: Tellsticker, a plug-in for Plex

I've finally updated the Tellsticker plug-in for Plex to work on Plex/Nine (0.9). You can find the program/update through the Plex App Store!
by eirikh
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: Tellsticker, a plug-in for Plex
Replies: 19
Views: 47968

Sometimes i get a strange screen with an "empty" icon after an on/off, but i can get back to the meny by pressing esc. I'll look into it. Let me know if you figure out a way to reproduce this consistently. And yes, from version 0.2 you don't need tdtool. But you need to have TelldusCenter...
by eirikh
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: tdtool, tell if dimming is supported
Replies: 10
Views: 28895

Yes, I have now loaded the TelldusCore library in Python using ctypes.
by eirikh
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: Tellsticker, a plug-in for Plex
Replies: 19
Views: 47968

The source can now be found in this github repo.

The latest version can always be downloaded from the TellSticker wiki page.
by eirikh
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: tdtool, tell if dimming is supported
Replies: 10
Views: 28895

micke.prag wrote:Please let us know the progress of your plugin. I am using Plex myself. :)
It's working quite perfectly:
http://forums.plexapp.com/index.php?/to ... k-plug-in/
http://www.telldus.se/forum/viewtopic.php?t=497
Download: http://wiki.plexapp.com/index.php/TellSticker
by eirikh
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: tdtool, tell if dimming is supported
Replies: 10
Views: 28895

micke.prag wrote:Is the plugin opensource? If it is, where can you find the sources?
Latest source as of today. Use http://wiki.plexapp.com/index.php/TellSticker to get the latest in the future.
by eirikh
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: Script to turn on/off device if unread mail (gmail)
Replies: 1
Views: 12437

Script to turn on/off device if unread mail (gmail)

Got a gmail account? Here is a simple script to turn on/off a device if you have unread email: Replace "5" with your device id .. :) checkEmail.sh: #!/bin/bash RET=`curl -u username@gmail.com:password --silent "https://mail.google.com/mail/feed/atom" | perl -ne 'print "1&quo...
by eirikh
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: Tellsticker, a plug-in for Plex
Replies: 19
Views: 47968

Re: Tellsticker, a plug-in for Plex

skorpion wrote:Hi erikh
I'm getting "Forbidden" when trying to download Tellsticker 0.6 from
http://folk.ntnu.no/hodne/tellsticker/T ... .6.plexapp

/niclas
You are correct, seems like they've finally deleted my old student account. I'll see what I can do, I have a backup back home.
by eirikh
Fri Mar 17, 2023 9:45 am
Forum: Mac OS X
Topic: tdtool, tell if dimming is supported
Replies: 10
Views: 28895

Re: tdtool, tell if dimming is supported

AgentBignose wrote:Is this still working?
Unfortunately I don't use a Tellstick anymore and thus have abandoned the project.