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

by Telorast
Sun Mar 24, 2019 6:03 pm
Forum: General Support
Topic: Nuimo Bluetooth Low Energy Remote
Replies: 8
Views: 4122

Re: Nuimo Bluetooth Low Energy Remote

It sort of works. I got it to the point where it can forward all inputs to EventGhost but it's far from complete.

There is no real user interface so settings would have to be changed in the configuration file.

If you still want to try it you can download it here:
https://1drv.ms/u/s ...
by Telorast
Thu Jun 15, 2017 6:51 pm
Forum: General Support
Topic: Nuimo Bluetooth Low Energy Remote
Replies: 8
Views: 4122

Re: Nuimo Bluetooth Low Energy Remote

That's my plan, hopefully it will be ready enough for that soon.
by Telorast
Thu Jun 15, 2017 6:13 pm
Forum: General Support
Topic: Nuimo Bluetooth Low Energy Remote
Replies: 8
Views: 4122

Re: Nuimo Bluetooth Low Energy Remote

Edited my first post to make it clear I've solved the problem.
by Telorast
Thu Jun 15, 2017 2:40 pm
Forum: General Support
Topic: Nuimo Bluetooth Low Energy Remote
Replies: 8
Views: 4122

Re: Nuimo Bluetooth Low Energy Remote

In case anyone is interested I created a program that forwards Nuimo events to EventGhost. It's still alpha so I won't post it but let me know if you want a private copy.
by Telorast
Mon Nov 07, 2016 1:25 pm
Forum: General Support
Topic: Nuimo Bluetooth Low Energy Remote
Replies: 8
Views: 4122

Nuimo Bluetooth Low Energy Remote

Nuimo by Senic is a bluetooth remote for smart homes.

Edit: I'm working on an integration with EventGhost and have managed to connect to the Nuimo, listen to events and forward them to EventGhost. So it works.

I bought a couple Nuimo, planning to use them with EventGhost and got them almost 6 ...
by Telorast
Wed Sep 14, 2016 12:01 pm
Forum: General Support
Topic: spotify plugin?
Replies: 13
Views: 6685

Re: spotify plugin?

The most important feature I'm missing is the ability to start a specific playlist. There used to be an option to automatically start playing playlists viewed in the browser but now it seems you have to click the play button manually.
by Telorast
Mon Sep 05, 2016 8:15 pm
Forum: General Support
Topic: spotify plugin?
Replies: 13
Views: 6685

Re: spotify plugin?

There was a Spotify plugin but it stopped working a year ago and no one has made a new one.

I really wish someone would make a new Spotify plugin too.

The old partially broken plugin:
viewtopic.php?f=9&t=1793
by Telorast
Tue Jan 26, 2016 10:04 pm
Forum: Plugin Support
Topic: Webserver - Z-Way
Replies: 29
Views: 13326

Re: Webserver - Z-Way

Nice plugin. Just installed and only had to find the tip about checking the "Basic auth not required when Websocket..." checkbox to get it to work. You should add that and that Webserver plugin is required in the Installation Manual.

My only concern right now is that my log is getting hard to ...
by Telorast
Mon Dec 14, 2015 4:32 pm
Forum: General Support
Topic: EventGhost + zVirtualScenes Integration Plugins
Replies: 41
Views: 21893

Re: EventGhost + zVirtualScenes Integration Plugins

I'm really struggling to get this running! Sorry for being a newb, but could someone summarize what's been going on with this project? I REALLY need to get z-wave running in EG from my Aeon z-stick. So far I have zVS running with no errors in the log!!! I've run the bridge program, but the ...
by Telorast
Mon Dec 14, 2015 4:07 pm
Forum: General Support
Topic: how to pause what ever is playing when an autoremote message
Replies: 1
Views: 1211

Re: how to pause what ever is playing when an autoremote mes

That's pretty hard to do. I have only managed to partially solve the problem in my setup.

Instead of pausing the music it's probably a better idea to just lower the volume while reading the message. That way you don't have to check what is playing, if anything.

If you have plugins for every player ...
by Telorast
Mon Nov 02, 2015 9:25 pm
Forum: General Support
Topic: EventGhost + zVirtualScenes Integration Plugins
Replies: 41
Views: 21893

Re: EventGhost + zVirtualScenes Integration Plugins

Hello,

I'm using the plugin with zVirtualScenes 8, had to download source and rewrite a few things to get it to work but it's running fine now. But I'm just going one way, from zVirtualScenes to EventGhost.
I am also interested in the updated plugin for zVirtualScene to interface ZWave with Eg ...
by Telorast
Wed May 06, 2015 11:08 pm
Forum: Plugin Support
Topic: SONOS Plugin Official (download here)
Replies: 142
Views: 58083

Re: SONOS Plugin Official (download here)

It just hangs on the group command, it's the last thing in the log and it never returns. EventGhost still responds, it just can't run any code.

I use it with a coordinator, can try removing it and see how that works.
by Telorast
Tue May 05, 2015 10:40 pm
Forum: Plugin Support
Topic: SONOS Plugin Official (download here)
Replies: 142
Views: 58083

Re: SONOS Plugin Official (download here)

Is it possible to get information about the current group configuration? Grouping speakers sometimes crashes for me so I don't want to do it if they are already grouped like I want.
by Telorast
Tue May 05, 2015 10:23 pm
Forum: General Support
Topic: EventGhost + zVirtualScenes Integration Plugins
Replies: 41
Views: 21893

Re: EventGhost + zVirtualScenes Integration Plugins

I'm using the plugin with zVirtualScenes 8, had to download source and rewrite a few things to get it to work but it's running fine now. But I'm just going one way, from zVirtualScenes to EventGhost.

Now that my wife has given me the go ahead to add z-wave devices everywhere from our original 2 ...
by Telorast
Sat Mar 14, 2015 11:30 am
Forum: Plugin Support
Topic: Spotify (api is partially broken)
Replies: 165
Views: 96937

Re: Spotify

It's an easy fix. If you don't want to wait for a new version you can open "\EventGhost\plugins\Spotify\__init__.py" then scroll down to row 205. You'll see this code:
def findSpotifyWindow(self):
try:
self._hwnd = win32gui.FindWindow("SpotifyShadow", None)
if self._hwnd > 0:
self.bFound = True ...