I've been looking at Z-wave for a while, but am now tempted by Waveman devices which are much cheaper and I understand that the Tellstick is able to control such devices.
I want to use a Linux system for the home automation setup, and looked briefly at the tool you provide for Linux. I found this page on your wiki http://developer.telldus.se/wiki/TellSt ... 0-%20Linux
which shows usage output for the linux command line tool:
Code: Select all
Usage: rfcmd DEVICE PROTOCOL [PROTOCOL_ARGUMENTS]
         DEVICE: /dev/ttyUSB[0..n] | LIBUSB
         PROTOCOLS: NEXA, SARTANO, WAVEMAN, IKEA
         PROTOCOL ARGUMENTS - NEXA, WAVEMAN:
                HOUSE_CODE: A..P
                CHANNEL: 1..16
                OFF_ON: 0..1
         PROTOCOL ARGUMENTS - SARTANO:
                CHANNEL: 0000000000..1111111111
                OFF_ON: 0..1
         PROTOCOL ARGUMENTS - IKEA:
                SYSTEM: 1..16
                DEVICE: 1..10
                DIM_LEVEL: 0..10
                DIM_STYLE: 0..1
Is it not possible to use Tellstick to dim lights from Linux?