wiki:Dont wait for confirmation

Version 4 (modified by Stefan Persson, 12 years ago) ( diff )

--

Don't wait for confirmation from TellStick

Background

Older TellStick batches do not send back confirmation after on/off has been sent. To allow for status update, and avoid the "An error occurred while communicating with TellStick"-error, please activate this setting. This setting was added in version 2.1.1 of our software.

How to activate in Linux

  1. Open the file /etc/tellstick.conf in an editor
  2. Add (or edit) the row ignoreControllerConfirmation = "true" to the file
  3. Restart the service (for example /etc/init.d/telldusd restart in Ubuntu)


How to activate in Windows

  1. Run regedit
  2. Locate the Telldus key
    1. Browse "My Comupter\HKEY_LOCAL_MACHINE\SOFTWARE\Telldus\Devices" to find out if your devices are saved for just your user or for any user on your computer
    2. Check for SharedDevices and note the value
    3. If the value is 0x00000000 (0) then your devices are saved for just your user - Browse "My Comupter\HKEY_CURRENT_USER\SOFTWARE\Telldus".
    4. If the value is 0x00000001 (1) then your devices are saved for any user - Browse "My Comupter\HKEY_LOCAL_MACHINE\SOFTWARE\Telldus" or "My Comupter\HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Telldus" for 64 bit systems
  3. Right click the Telldus key and select "New" -> "String value"
  4. Name the string ignoreControllerConfirmation
  5. Modify the string, set Value data to true
  6. Restart the service (go to Control Panel\System and Security\Administrative Tools\Services, select TelldusService.exe and click "Restart service")


See also

Ticket 98

Note: See TracWiki for help on using the wiki.