Hi Krambriw!
Thank's for fast support
I tried you script sample but get this error:
RFXtrx.Type: Rubicson id: 513 ' temperature: +28.3 deg C humidity: 47 %RH status: comfort signal: 7 battery: 9'
Python Script
Python Script
error in action "python script"
Traceback (most recent call last) (1669):
TypeError: 'NoneType' object is not callable
CommandFusion Plugin: Serial Change: 500
CommandFusion Message could not be sent: s500=0
This comes when the macro get the trigger from my temp sensor.
When i start Eventghost i get this error:
Traceback (most recent call last) (1669):
File "C:\Program Files (x86)\EventGhost\EventGhost\eg\Classes\ActionThread.py", line 33, in StartSession
pluginInfo.instance.__start__()
File "C:\Program Files (x86)\EventGhost\EventGhost\plugins\System\__init__.py", line 271, in __start__
import VistaVolEvents as vistaVolumeDll
ImportError: No module named VistaVolEvents
Error compiling script.
Traceback (most recent call last) (1669):
File "C:\Program Files (x86)\EventGhost\EventGhost\eg\Classes\ActionItem.py", line 121, in SetArguments
self.compiled = self.executable.Compile(*args)
File "C:\Program Files (x86)\EventGhost\EventGhost\plugins\EventGhost\PythonScript.py", line 71, in __init__
self.PrintTraceback()
File "C:\Program Files (x86)\EventGhost\EventGhost\plugins\EventGhost\PythonScript.py", line 97, in PrintTraceback
treeItem.PrintError("Traceback (most recent call last):")
AttributeError: 'NoneType' object has no attribute 'PrintError'
Error compiling script.
Traceback (most recent call last) (1669):
File "C:\Program Files (x86)\EventGhost\EventGhost\eg\Classes\ActionItem.py", line 121, in SetArguments
self.compiled = self.executable.Compile(*args)
File "C:\Program Files (x86)\EventGhost\EventGhost\plugins\EventGhost\PythonScript.py", line 71, in __init__
self.PrintTraceback()
File "C:\Program Files (x86)\EventGhost\EventGhost\plugins\EventGhost\PythonScript.py", line 97, in PrintTraceback
treeItem.PrintError("Traceback (most recent call last):")
AttributeError: 'NoneType' object has no attribute 'PrintError'
Could that be the source to the other error message?