Version 4 (modified by 13 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
- Open the file /etc/tellstick.conf in an editor
- Add (or edit) the row
ignoreControllerConfirmation = "true"
to the file - Restart the service (for example
/etc/init.d/telldusd restart
in Ubuntu)
How to activate in Windows
- Run regedit
- Locate the Telldus key
- 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
- Check for SharedDevices and note the value
- If the value is 0x00000000 (0) then your devices are saved for just your user - Browse "My Comupter\HKEY_CURRENT_USER\SOFTWARE\Telldus".
- 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
- Right click the Telldus key and select "New" -> "String value"
- Name the string
ignoreControllerConfirmation
- Modify the string, set
Value data
totrue
- Restart the service (go to Control Panel\System and Security\Administrative Tools\Services, select TelldusService.exe and click "Restart service")
See also
Note:
See TracWiki
for help on using the wiki.