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 11 matches

by Supersevereid
Wed Apr 10, 2013 6:53 pm
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 616874

Re: Support for XBMC2 plugin (formerly XBMCRepeat)

EDIT: I also have the same issue as krantzet with the update button not working when usin JSONRPC You also get an "JSON-RPC connection error:"?

Actually I get an error as soon as I try to add the macro, it wont even let me add it - I got the same error as krantzet using the old init.py
http ...
by Supersevereid
Tue Apr 09, 2013 7:14 pm
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 616874

Re: Support for XBMC2 plugin (formerly XBMCRepeat)

If my HTPC goes into sleep, is turned off or XBMC is quit and restarted the events wont reconnect. Everytime XBMC is started JSONRPCEventsconnect needs to be run to make a connection. as the JSON-RPC notifications needs a active connection. I would like to make it reconnect automatically but I don ...
by Supersevereid
Sat Apr 06, 2013 5:17 pm
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 616874

Re: Support for XBMC2 plugin (formerly XBMCRepeat)

XBMC and EG are running on two different systems.
No idea what it might be, but i'm executing actions left and right after a disconnect, but only a restart of EG seems to remedy the issue
by Supersevereid
Sat Apr 06, 2013 11:59 am
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 616874

Re: Support for XBMC2 plugin (formerly XBMCRepeat)

Sorry to say, I've run into a new problem.
If my HTPC goes into sleep, is turned off or XBMC is quit and restarted the events wont reconnect.

I've setup an event with ping to run JSONRPCEventsconnect and disconnect, but it doesnt seem to work.
Any ideas?

Edit:
Only way I can get it to recieve ...
by Supersevereid
Thu Apr 04, 2013 5:46 pm
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 616874

Re: Support for XBMC2 plugin (formerly XBMCRepeat)


Not sure if this is related to XBMC, but I see now my log is filled with System.RemoteConnect and System.RemoteDisconnet, and very very frequently - Is this normal?
Don't know if it's normal or not but it's not related to XBMC. Seems to be related to remote desktop.

That makes sense, seeing I ...
by Supersevereid
Thu Apr 04, 2013 5:19 pm
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 616874

Re: Support for XBMC2 plugin (formerly XBMCRepeat)

The paramteres showing empty is when i try to update the JSON-RPC
But.. drumroll.. it's working :D
XBMC is broadcasting the events to EG and is triggering the lights on play,pause and stop only between 20:00-03:00!!

You're a star mate :)

Edit:
Not sure if this is related to XBMC, but I see now my ...
by Supersevereid
Thu Apr 04, 2013 7:57 am
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 616874

Re: Support for XBMC2 plugin (formerly XBMCRepeat)

Here's with the latest file you attched. Running latest Frodo 12.1
I'm trying achieve the same thing as Loggio

Image
by Supersevereid
Wed Apr 03, 2013 5:20 pm
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 616874

Re: Support for XBMC2 plugin (formerly XBMCRepeat)

Looks like I have the same issue connecting as Biff?
Tried 8081 - Am I supposed to use the same port in both IP adress of Xbmc and JSON-RPC notification port?

Image
by Supersevereid
Mon Apr 01, 2013 7:23 pm
Forum: General Support
Topic: Action only active a certain times
Replies: 5
Views: 1496

Re: Action only active a certain times

Looks like I've been way off from the beginning :oops:

I need to get the player state from XBMC on my HTPC to check if a video is playing - Is there a way to get EG to listen for this?
I've looked up xbmceventviewer, but that doesn't seem to have been updated for frodo.
by Supersevereid
Mon Apr 01, 2013 3:07 pm
Forum: General Support
Topic: Action only active a certain times
Replies: 5
Views: 1496

Re: Action only active a certain times

Thanks, I might give that a shot.
Currently using this code i found in a different thread
import time
timeStamp = str(
time.strftime("%H", time.localtime())
)

if int(timeStamp) >= 20 or int(timeStamp) < 3:
#Stop macro execution
print 'Flaps do not open'
eg.StopMacro()

But I'm not quite sure ...
by Supersevereid
Mon Apr 01, 2013 11:34 am
Forum: General Support
Topic: Action only active a certain times
Replies: 5
Views: 1496

Action only active a certain times

Hi,

I'm looking for a way to make an action active only at certain times.

I want to be able to make play, pause, stop etc. trigger the lights at home with switchking/telldus, but only between 19:00-02:00 as the tv is in the living room and wife does not approve of this 24/7 :)

Is this possible ...