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.

Search found 5 matches

by bjca
Sun Jul 05, 2015 11:34 am
Forum: Plugin Support
Topic: Yamaha RX-Vxxx (or similar) Ethernet Plugin!
Replies: 215
Views: 88591

Re: Yamaha RX-Vxxx (or similar) Ethernet Plugin!

Hi,

just noticed some bugs when I tried to manage a second Yamaha amp with a second instance of the plugin.

* each instance has the IP-adress hardcoded
* each instance work fine when the "other" is disabled
* when both enabled, only the last defined instance work

BR
/Bj├Ârn
by bjca
Sun May 20, 2012 6:30 am
Forum: Plugin Support
Topic: New Switchking/Tellstick plugin
Replies: 4
Views: 2730

Re: New Switchking/Tellstick plugin

A suggestion for improvement,
modify "Datasource, Set Value" to enable "value" to be a python expression/variable (make it easy to extract/forward data from trigger or trigger payload):


383 def __call__(self,dummy,devicename,value,selection):
384 value = eg.ParseString(value) # New line
385 self ...
by bjca
Thu Oct 27, 2011 8:15 am
Forum: Plugin Support
Topic: TellStick Duo
Replies: 411
Views: 182186

Re: Plugin: TellStick Duo

Think it would be good if this "blocking" period was configurable.

The Nexa motion sensors, magnet sensors and even wall senders create bursts of events during up to 3 sec... at least according to the log in EG.
by bjca
Fri Sep 30, 2011 12:52 pm
Forum: Coding Corner
Topic: Global Cach├® plugin
Replies: 6
Views: 5389

Re: Global Cach├® plugin

Yepp, that's how its done - the "code" field in the GUI require the stripped IR-code without the tree first fields: <command>,<connectoraddress>,<ID>.

I felt the syntax to be some known/native way of using GC-codes, where several other applications use them the same way...
Another improvement could ...
by bjca
Sun Sep 25, 2011 6:36 am
Forum: Coding Corner
Topic: Global Cach├® plugin
Replies: 6
Views: 5389

Global Cach├® plugin

Hi,

I Bought me some Global Cach├® devices a year ago but did'nt find any good integration to EventGhost, so I spent some hours to "borrow", modify and add from a number of already existing plugins - something that ended up in this...

I'm not realy a programmer or experienced at python, but it ...