Search found 936 matches
- Fri Apr 15, 2022 9:01 pm
- Forum: General Support
- Topic: How to turn on/off Govee LED light using Eventghost?
- Replies: 4
- Views: 1337
Re: How to turn on/off Govee LED light using Eventghost?
Hi scoochie, you won't find this kind of technical specifications in the user manual (unfortunately) Some manufacturers offer a dedicated document that describes their API/protocols used, most of them doesn't. With this one, however, you seem to be lucky. A quick online search brought me to this: ht...
- Fri Apr 15, 2022 7:57 am
- Forum: General Support
- Topic: How to turn on/off Govee LED light using Eventghost?
- Replies: 4
- Views: 1337
Re: How to turn on/off Govee LED light using Eventghost?
Hello scoochie, I'm not aware of any plugin that is specifically created for your use-case. So you may need to use a more general plugin. In that case you need to know a little more about the protocol that is used by your light / which command needs to be send to them to do stuff. That's the homewor...
- Thu Apr 14, 2022 8:36 pm
- Forum: Plugin Support
- Topic: SENEC
- Replies: 1
- Views: 1031
Re: SENEC
New version 1.2!
just some bug fixes and small improvements
just some bug fixes and small improvements
- Fri Apr 08, 2022 10:37 pm
- Forum: General & Support
- Topic: Download & Changelog
- Replies: 16
- Views: 11446
Re: Download & Changelog
New version: 0.7.5
What's new:
-New optional "Interactive" mode for voice commands
-Bugfixes
-Small improvements
What's new:
-New optional "Interactive" mode for voice commands
-Bugfixes
-Small improvements
- Fri Apr 08, 2022 6:20 pm
- Forum: Extensions
- Topic: SENEC Extension & Template
- Replies: 0
- Views: 881
SENEC Extension & Template
This extension + template brings you information about your SENEC photovoltaic system directly to O-MEGA!
Requirements:
The SENEC EventGhost plugin: http://eventghost.net/forum/viewtopic.php?f=9&t=10711
Requirements:
The SENEC EventGhost plugin: http://eventghost.net/forum/viewtopic.php?f=9&t=10711
- Thu Apr 07, 2022 4:46 pm
- Forum: Plugin Support
- Topic: SENEC
- Replies: 1
- Views: 1031
SENEC
Hello everyone! For the ones of you that own a photovoltaic appliance from the brand SENEC, this plugin gives you the possibility to monitor it and perform actions in EventGhost based changes like the energy generated by the panels and so on. Credits: Most of the code has been taken from: https://gi...
- Sat Mar 26, 2022 8:04 am
- Forum: General Support
- Topic: Unable to emulate {Ctrl+c} keystrokes
- Replies: 2
- Views: 1361
Re: Unable to emulate {Ctrl+c} keystrokes
Hello Saxtus,
usually this works just fine... Did you try it with a different window?
I don't have a PC here to try, but I think ctrl+c doesn't work in a console window
usually this works just fine... Did you try it with a different window?
I don't have a PC here to try, but I think ctrl+c doesn't work in a console window
- Thu Mar 17, 2022 9:19 pm
- Forum: Beta Version Bug Reports
- Topic: After upgrading to version 0.5.0-rc6 HTTP webserver events need to be renamed
- Replies: 5
- Views: 10965
Re: After upgrading to version 0.5.0-rc6 HTTP webserver events need to be renamed
Instead of finding a better workaround I would suggest to just add the HTTP. part to all events in your configuration that come from the webserver.
Btw. You can also add multiple events to a macro, one with and one without the HTTP. This should make the transition more easy
Btw. You can also add multiple events to a macro, one with and one without the HTTP. This should make the transition more easy
- Thu Mar 10, 2022 7:07 am
- Forum: General Support
- Topic: How to configure webserver to respond to REST queries
- Replies: 6
- Views: 1758
Re: How to configure webserver to respond to REST queries
Btw. You may want to change the variable you're referencing to in your html file to a custom one, not eg.result, as it's a very heavily utilized one.
Example
{{my_rest_api}}
And then the script needs to be:
Example
{{my_rest_api}}
And then the script needs to be:
Code: Select all
import json
Result={"uptime": eg.result}
eg.globals.my_rest_api=json.dumps(Result)
- Thu Mar 10, 2022 7:01 am
- Forum: General Support
- Topic: index.html with {{eg.result}} & {{bb_response}}
- Replies: 1
- Views: 1049
Re: index.html with {{eg.result}} & {{bb_response}}
You can, however, it makes more sense to create two files
viewtopic.php?f=2&t=10703#p56449
viewtopic.php?f=2&t=10703#p56449
- Thu Mar 10, 2022 6:49 am
- Forum: General Support
- Topic: How to configure webserver to respond to REST queries
- Replies: 6
- Views: 1758
Re: How to configure webserver to respond to REST queries
For multiple use cases: Just create a second.html file then and change your request to http://192.168.1.2:8080/<name of the file.html>?uptime For your other request, just modify the result of your command line so it matches the JSON format: Use a Python script action after your run command line and ...
- Wed Mar 09, 2022 10:27 pm
- Forum: General Support
- Topic: How to configure webserver to respond to REST queries
- Replies: 6
- Views: 1758
Re: How to configure webserver to respond to REST queries
Hi, so, for "get" requests (that's what you do with your browser) you would need to put a new file in the document root of your Webserver (as configured in the plugin) and name it "index.html". (If you don't have that already) It has the following content: {{eg.result}} Also remove the "trigger even...
- Mon Mar 07, 2022 7:35 am
- Forum: General Support
- Topic: Eventghost is full of errors after updating to 0.5 PC6 unless I redo my entire configuration
- Replies: 4
- Views: 1508
Re: Eventghost is full of errors after updating to 0.5 PC6 unless I redo my entire configuration
EG 0.5 has an improvement that it allows a complete matching of the event string by using "*" and "?". EG 0.4 was somehow limited here (I forgot was it was exactly, it's been a long time) Anyways, issue seems to be that you have event triggers defined to macros that cause problems with this improved...
- Sun Mar 06, 2022 3:30 pm
- Forum: General Support
- Topic: Eventghost is full of errors after updating to 0.5 PC6 unless I redo my entire configuration
- Replies: 4
- Views: 1508
Re: Eventghost is full of errors after updating to 0.5 PC6 unless I redo my entire configuration
Hi,
I don't think you need to start from scratch, most things are actually compatible between 0.4 and 0.5.
Perhaps your issues are related to one of two plugins/scripts that are utilized frequently in your configuration or fail to load on startup?
The output from the error in the log would help
I don't think you need to start from scratch, most things are actually compatible between 0.4 and 0.5.
Perhaps your issues are related to one of two plugins/scripts that are utilized frequently in your configuration or fail to load on startup?
The output from the error in the log would help

- Thu Mar 03, 2022 5:20 am
- Forum: General Support
- Topic: Match window name
- Replies: 4
- Views: 1523
Re: Match window name
This issue from the log seems to be related to the Desktop Remote plugin rather than the script... oh really? How can I do that? You just create multiple macros that all trigger on the same event. In each macro you have the "find window" action as first action with the option ticked to stop processi...