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.

RWE_SmartHome

Do you have questions about writing plugins or scripts in Python? Meet the coders here.
Post Reply
User avatar
lms0815
Posts: 4
Joined: Sat Apr 11, 2015 11:03 pm

RWE_SmartHome

Post by lms0815 »

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

Code: Select all

eg.result  = (float(eg.event.payload) > float(45.0))
followed by a
Macro: EventGhost: Jump

Have Fun

Download at: viewtopic.php?f=9&t=6882
Attachments
RWE_SmartHome_2015-07-06.zip
(30.82 KiB) Downloaded 171 times
Post Reply