w├ñre es nicht m├Âglich, eine art plugin zu kreieren, welches s├ñmtliche Events an eine andere installtion von EG weiterleitet?
Also dass man z.B. an einen rechner im N├®tz die USB-UIRT anschlie├ƒt, und an einen anderen den X10 empf├ñnger, und alle events die empfangen werden laufen auf einem 3. rechner auf....
Zur zeit muss ich quasi jeden vergebene event auf dem einen rechner empfangen, dann per netzwerkplugin weiterschicken, auf dem empfangenden rechner dann als ereignis des netzwerkempfangsplugins in die konfiguration einf├╝gen...
also eine art proxy-plugin am besten noch per multicast, quasi....
Gruß
Agent_Smith
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.
Neue Art eines Network Plugins? (Empfangs-Proxy)
-
Agent_Smith
- Posts: 31
- Joined: Thu Feb 09, 2006 6:35 pm
-
Agent_Smith
- Posts: 31
- Joined: Thu Feb 09, 2006 6:35 pm
Re: Neue Art eines Network Plugins? (Empfangs-Proxy)
hmmm, mit
komme ich schon mal soweit, dass bei dem Sender eine Fehlermeldung kommt:
aber wenn ich das Ereigniss doppelklicke und dann "Test" dr├╝cke kommt beim empfangsPC ein "Up" an (letzte gedr├╝ckte Taste der FB...
Wer kann mir als nichtcoder da etwas helfen?
Gruß
Agent_Smith
Code: Select all
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1390">
<Action>
NetworkSender.Map(u'{eg.event.string}')
</Action>
</EventGhost>Code: Select all
X10.Down
Traceback (most recent call last) (1390):
File "C:\Programme\EventGhost\eg\Classes\ThreadWorker.py", line 185, in __DoOneEvent
File "C:\Programme\EventGhost\eg\Singletons\ActionThread.py", line 74, in HandleAction
File "C:\Programme\EventGhost\eg\Classes\ThreadWorker.py", line 71, in __call__
AttributeError: 'tuple' object has no attribute 'index'Wer kann mir als nichtcoder da etwas helfen?
Gruß
Agent_Smith
- Bitmonster
- Site Admin
- Posts: 2239
- Joined: Mon Feb 06, 2006 10:28 pm
Re: Neue Art eines Network Plugins? (Empfangs-Proxy)
Code: Select all
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1432">
<Macro Name="Network Event Sender: Map: {eg.event.string}">
<Event Name="X10.*" />
<Action>
NetworkSender.Map(u'{eg.event.string}')
</Action>
</Macro>
</EventGhost>Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
-
Agent_Smith
- Posts: 31
- Joined: Thu Feb 09, 2006 6:35 pm
Re: Neue Art eines Network Plugins? (Empfangs-Proxy)
ah, danke jetzt geht es.