Search found 141 matches
- Wed Jul 01, 2020 9:30 pm
- Forum: Plugin Support
- Topic: Hydrawise Plugin?
- Replies: 2
- Views: 676
Re: Hydrawise Plugin?
That would be great! Let me know what you need from me.
- Tue Jun 16, 2020 3:35 pm
- Forum: Plugin Support
- Topic: Hydrawise Plugin?
- Replies: 2
- Views: 676
Hydrawise Plugin?
I just got a Wifi sprinkler controller called Hydrawise and noticed it has a python project on Github. Not sure if anyone has attempted to make a plugin for this. Does one exist?
https://github.com/ptcryan/hydrawiser
https://github.com/ptcryan/hydrawiser
- Sat Jun 13, 2020 2:09 pm
- Forum: General Support
- Topic: Recurring Error When Client Connects to Webserver
- Replies: 5
- Views: 1681
Re: Recurring Error When Client Connects to Webserver
Adding ?TestEvent produces the appropriate event in EG. There's no loss of functionality when using the web app, and it does this regardless of the device: desktop browsers, mobile devices, and even a native Android app using gonative.io. Okay, so I swapped out the index.html with a completely plain...
- Wed Jun 10, 2020 11:54 am
- Forum: General Support
- Topic: Recurring Error When Client Connects to Webserver
- Replies: 5
- Views: 1681
- Wed Jun 10, 2020 2:21 am
- Forum: General Support
- Topic: Recurring Error When Client Connects to Webserver
- Replies: 5
- Views: 1681
Recurring Error When Client Connects to Webserver
I'm getting a new error that's popping up continuously when a client connects to my webserver: 9:18:33 PM Webserver.WsClientConnected [('172.221.180.100', 61356)] 9:18:36 PM Traceback (most recent call last) (0.5.0-rc6): 9:18:36 PM File "C:\Program Files (x86)\EventGhost\plugins\Webserver\__init__.p...
- Sun Jun 07, 2020 9:00 pm
- Forum: General Support
- Topic: Help with numbers in payload
- Replies: 3
- Views: 1040
Re: Help with numbers in payload
Brilliant, that worked perfectly! Thanks!
- Fri Jun 05, 2020 2:01 am
- Forum: General Support
- Topic: Help with numbers in payload
- Replies: 3
- Views: 1040
Help with numbers in payload
I'm trying to extract the number from a payload and use it in an if statement: watts = eg.event.payload if watts > 1: eg.TriggerEvent("Great Room TV Power Usage On") However, no matter what the value in the payload--even less than 1--it triggers the event. If I print the payload, I see something lik...
- Wed Jun 03, 2020 4:30 pm
- Forum: General Support
- Topic: Stream Deck and EG
- Replies: 10
- Views: 1639
Re: Stream Deck and EG
I have one and trigger events by having the buttons open a program and adding a command line in the file path to EG:
"C:\Program Files (x86)\EventGhost\EventGhost.exe" -event YourEventNameHere
"C:\Program Files (x86)\EventGhost\EventGhost.exe" -event YourEventNameHere
- Tue Jun 02, 2020 12:43 pm
- Forum: Tutorials & Guides
- Topic: Webserver plugin & WebUI demo
- Replies: 5
- Views: 6543
Re: Webserver plugin & WebUI demo
I've built my web remote based on the project attached to this thread. Everything so far has worked great, I'm just having a problem getting EG values to update sliders. My sliders are correctly triggering events, so I know there is some communication. However, whenever I target the ID of a slider a...
- Thu May 28, 2020 3:54 pm
- Forum: Plugin Support
- Topic: Yamaha RX-Vxxx (or similar) Ethernet Plugin!
- Replies: 216
- Views: 102173
Re: Yamaha RX-Vxxx (or similar) Ethernet Plugin!
Dragon, After running your script, I get this in the log: <YAMAHA_AV cmd="GET"><System><Speaker_Preout><Pattern_1><Config><Front>GetParam</Front></Config></Pattern_1></Speaker_Preout></System></YAMAHA_AV> <YAMAHA_AV rsp="GET" RC="2"><System><Speaker_Preout><Pattern_1><Config><Front></Front></Config>...
- Thu May 14, 2020 1:51 pm
- Forum: Plugin Support
- Topic: Best way to use persistent variables?
- Replies: 2
- Views: 617
Re: Best way to use persistent variables?
So, for the time being, I'm setting eg.globals to Webserver persistent values on EG startup. Then, any time I need to change the variables, I'm set both the global and the persistent value. This allows me to use the globals but make sure they retain their value through a startup. I'm still hoping th...
- Wed May 13, 2020 4:12 pm
- Forum: Plugin Support
- Topic: Best way to use persistent variables?
- Replies: 2
- Views: 617
Best way to use persistent variables?
I'm needing to save variables and access them even after a restart. I use to use pVar and it worked great, but it seems to be incompatible with RC6. Here's what I get when I load the plugin: 11:06:03 AM Error starting plugin: pVar 11:06:03 AM Traceback (most recent call last) (0.5.0-rc6): 11:06:03 A...
- Thu Apr 30, 2020 7:16 pm
- Forum: Plugin Support
- Topic: Thunderbird Actions?
- Replies: 0
- Views: 2024
Thunderbird Actions?
Does anyone know of a way to integrate Thunderbird (email client) with Eventghost? Specifically, I'd like to notify EG whenever Thunderbird receives a new email and use the subject as the event.
- Mon Mar 30, 2020 4:28 pm
- Forum: Plugin Support
- Topic: Send Keystrokes not emulating shift properly
- Replies: 2
- Views: 877
Re: Send Keystrokes not emulating shift properly
Thanks! So, it looks like it might be an issue with the program. After trying your method, it still would not work. I then decided to try the same command in Illustrator (which opens the place dialog). It worked great. Still not working as expected in my targeted app. Is there an alternative method ...
- Mon Mar 30, 2020 2:32 pm
- Forum: Plugin Support
- Topic: Send Keystrokes not emulating shift properly
- Replies: 2
- Views: 877
Send Keystrokes not emulating shift properly
I am using Send Keystrokes in conjunction with Find Window and Bring To Front in order to send keystrokes to a VOIP program. Specifically, I'm wanting to send Ctrl+Shift+P to the window. When I do, the program only detects Ctrl+P (which does a different action). I've tried the different options for ...