Search found 5500 matches
- Sun Jun 12, 2016 1:10 am
- Forum: General Support
- Topic: Drops on reading from serial port
- Replies: 79
- Views: 22420
Re: Drops on reading from serial port
events for each press. I stated earlier I have not messes around with the enduring events so I may have to change a couple of things. But the buf[0] is because of how the winapi returns the data along with any other information/errors. So it puts it into a list and you are correct about having the [...
- Sat Jun 11, 2016 11:57 pm
- Forum: Bug Reports
- Topic: Stops receiving UDP once per week - restart fixes after hang
- Replies: 52
- Views: 28533
Re: Stops receiving UDP once per week - restart fixes after
I was mentioning the reboot thing because I think you asked about it in an earlier post. And then I went on to babbling. Just thinking of something I should code just in case EG hangs. To have it automatically reboot if that happens. Which at the moment the stock EG does not do. Just something to pu...
- Sat Jun 11, 2016 11:53 pm
- Forum: Plugin Support
- Topic: ATI Remote Wonder II
- Replies: 45
- Views: 28951
Re: ATI Remote Wonder II
You might have to turn off driver signing. Not sure if you tried that
- Sat Jun 11, 2016 11:49 pm
- Forum: General Support
- Topic: Drops on reading from serial port
- Replies: 79
- Views: 22420
Re: Drops on reading from serial port
Here I downloaded an editor on my phone and changed the line
- Sat Jun 11, 2016 11:41 pm
- Forum: General Support
- Topic: Drops on reading from serial port
- Replies: 79
- Views: 22420
Re: Drops on reading from serial port
Ooooops I forgot to remove the plugin from that command. I am not at home now but if you look in the unit file and either go to line 129, or if you don't have an editor that shows line numbers open the file in a text editor look for a class called Server and a def run just under the class Server and...
- Fri Jun 10, 2016 6:45 pm
- Forum: Bug Reports
- Topic: Event Ghost Stops Acknowledging New Events
- Replies: 17
- Views: 15391
Re: Event Ghost Stops Acknowledging New Events
ok, from what i have read it sounds as though you have to install the FTDI drivers 2 times, something with it not getting a second piece properly the first time. then you have to alter the Tira plugin the __init__.py file and near the top there is a spot that says Hardware ID and you have to change ...
- Fri Jun 10, 2016 9:21 am
- Forum: Plugin Support
- Topic: Log Scrolling Lock
- Replies: 16
- Views: 6917
Re: Log Scrolling Lock
ya know i never noticed that tiney checkbox at the bottom of eventghost took me a while to find it. you would think that it would be located in the view dropdown with all of the rest of the logging options. never tried it tho. this one works automatically anyways. and i have been using EG for a coup...
- Fri Jun 10, 2016 9:16 am
- Forum: Plugin Support
- Topic: Log Scrolling Lock
- Replies: 16
- Views: 6917
Re: Log Scrolling Lock
you know how when you scroll up in the log to view an item.
and if an event occurs it will jump to the bottom.
this stops that from happening
and if an event occurs it will jump to the bottom.
this stops that from happening
- Fri Jun 10, 2016 3:58 am
- Forum: Plugin Support
- Topic: Log Scrolling Lock
- Replies: 16
- Views: 6917
Re: Log Scrolling Lock
**Update. Plugin wasn't closing clean. so had to make a slight modification so it wouldn't produce an error in the debug log. EG would always shutdown. it would just throw an error if EG was in debug mode.
it is attached to the first post
it is attached to the first post
- Fri Jun 10, 2016 3:54 am
- Forum: General Support
- Topic: Drops on reading from serial port
- Replies: 79
- Views: 22420
Re: Drops on reading from serial port
ok i pretty much re wrote the whole plugin. it compiles and attaches to the com port as well no logs in the debug log file. it closes nice and clean. and i am using win32api for the serial port not the eventghost serial thread. it runs in it's own thread. i i did a subclass of threading and went tha...
- Fri Jun 10, 2016 12:54 am
- Forum: General Support
- Topic: Drops on reading from serial port
- Replies: 79
- Views: 22420
Re: Drops on reading from serial port
let me check the mouse plugin. and the serial thread in eg because if there is an ord exclusion that may be causing the problem. and i would have to rework the serial portion of the mouse plugin to not use the eg serial thread but to handle it on it's own. one of the things i know is that the log ca...
- Fri Jun 10, 2016 12:48 am
- Forum: Feature Requests
- Topic: Eventghost Log Jumping
- Replies: 0
- Views: 4384
Eventghost Log Jumping
I have created a plugin which i think aught to be standard in future releases it stops the Log from jumping back to the bottom if you are scrolled back in it. this is a rather irritating problem/feature? of EventGhost because if you have an active session (as i do) if you are trying to go back and r...
- Fri Jun 10, 2016 12:40 am
- Forum: Bug Reports
- Topic: Stops receiving UDP once per week - restart fixes after hang
- Replies: 52
- Views: 28533
Re: Stops receiving UDP once per week - restart fixes after
you can also if needed use the eg.app.Restart() and that will restart Eventghost but here is a better option eg.document.Save() eg.app.Restart() that will force the save first then restart so the "Do you want to save?" dialog (modal) doesn't come up stopping the restart i am going to see if i can ma...
- Fri Jun 10, 2016 12:06 am
- Forum: Plugin Support
- Topic: Log Scrolling Lock
- Replies: 16
- Views: 6917
Re: Log Scrolling Lock
what menu are you talking about??
there is no configuration dialog for this plugin.
there is no configuration dialog for this plugin.
- Fri Jun 10, 2016 12:05 am
- Forum: General Support
- Topic: http post to loxone miniserver
- Replies: 52
- Views: 18962
Re: http post to loxone miniserver
heyyyyy no worries. i am sure sometime in my travels through the information superhighway i will come across someone with the same problem really wanting to fix it.

K

K