As always - I please developers to use this topic to report on any changes that should be included in the next version.
News in version r1700 :
Bugfix - The "Apply" button does not enable, when a slider in the ConfigPanel is changed http://www.eventghost.net/forum/viewtopic.php?f=10&t=6769&p ...
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Search found 4 matches
- Mon May 18, 2015 8:47 am
- Forum: EventGhost News
- Topic: New version 4.0.1.r1700 is out
- Replies: 7
- Views: 9628
- Fri Apr 17, 2015 1:14 pm
- Forum: Coding Corner
- Topic: Who triggered me?
- Replies: 1
- Views: 2321
Re: Who triggered me?
Try my little PrintInfo:
inspect.stack()[1][3] is holding the calling module name.
import inspect
def PrintInfo(*args):
comment=''.join(args)
if comment:
comment = ': '+str(comment)
print(inspect.stack()[1][3]+comment)
You could define a def ActionA (macro) in addition to the calss ...
inspect.stack()[1][3] is holding the calling module name.
import inspect
def PrintInfo(*args):
comment=''.join(args)
if comment:
comment = ': '+str(comment)
print(inspect.stack()[1][3]+comment)
You could define a def ActionA (macro) in addition to the calss ...
- Sun Apr 12, 2015 4:00 pm
- Forum: Plugin Support
- Topic: RWE SmartHome plugin
- Replies: 0
- Views: 2882
RWE SmartHome plugin
This it to introduce my RWE SmartHome plugin.
http://www.rwe-smarthome.de
With this plugin you can integrate the RWE SmartHome Center into EG.
You can manipulate:
AlarmDevices
ActuatorDevice
GenericDevice
RollerShutter
You will receive events for any status change.
Any non boolean events ...
http://www.rwe-smarthome.de
With this plugin you can integrate the RWE SmartHome Center into EG.
You can manipulate:
AlarmDevices
ActuatorDevice
GenericDevice
RollerShutter
You will receive events for any status change.
Any non boolean events ...
- Sat Apr 11, 2015 11:28 pm
- Forum: Coding Corner
- Topic: RWE_SmartHome
- Replies: 0
- Views: 3031
RWE_SmartHome
This it to introduce my RWE SmartHome plugin.
http://www.rwe-smarthome.de
You can manipulate:
ActuatorStates
GenericDevice
You will only receive events for:
Devices
any non boolean events will supply a payload which can be evaluated with:
Macro: EventGhost: Python Command
eg.result ...
http://www.rwe-smarthome.de
You can manipulate:
ActuatorStates
GenericDevice
You will only receive events for:
Devices
any non boolean events will supply a payload which can be evaluated with:
Macro: EventGhost: Python Command
eg.result ...