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.
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.
ESP-OLED
- Pako
- Plugin Developer
- Posts: 2294
- Joined: Sat Nov 11, 2006 1:31 pm
- Location: Czech Republic
- Contact:
Re: ESP-OLED
Example of use:
In cooperation with the Pushbullet plugin, it can display the SMS that your smartphone receives.Python Script content:
Python script you have to edit according to your terms. In particular, application_name, this will vary according to your language.
Pako
In cooperation with the Pushbullet plugin, it can display the SMS that your smartphone receives.Python Script content:
Code: Select all
pld=eg.event.payload[3]
if pld[u'package_name']==u'com.android.mms' and pld[u'application_name']==u'Zpr\xe1vy':
eg.result = "SMS:\n"+pld['body'][-300:]
else:
eg.StopMacro()Pako
Re: ESP-OLED
if you use AutoRemote and AutoNotification, you can pretty much forward any notification that comes to your phone to this 
Thank you very much
Thank you very much
Re: ESP-OLED
hello
i tired to have a go at this yesterday, i downloaded all the required library but while compiling i get some errors that have to do with the "Tunehandle". i tired removing anything related to the Tune, but i still get errors.
i will try to work through these error otherwise i'll let you know.
i tired to have a go at this yesterday, i downloaded all the required library but while compiling i get some errors that have to do with the "Tunehandle". i tired removing anything related to the Tune, but i still get errors.
i will try to work through these error otherwise i'll let you know.
- Pako
- Plugin Developer
- Posts: 2294
- Joined: Sat Nov 11, 2006 1:31 pm
- Location: Czech Republic
- Contact:
Re: ESP-OLED
Thank you for the information, I'm glad you're trying.User1306 wrote: Mon Nov 13, 2017 10:55 am i downloaded all the required library but while compiling i get some errors that have to do with the "Tunehandle". i tired removing anything related to the Tune
It is possible that I forgot to attach another modified library, but in connection with tuneHandler I do not remember anything ...
Note:
In the Arduino/libraries directory are files that I had to modify (before compilation).
It is necessary to replace the original files (with the same name) using these files.
Pako
Re: ESP-OLED
thanks for the reply Pako
i'll look into those files when i get back home and try again, but another thing, my EG freezes everytime i try to add the OLED plugin.
(i exit EG, added the plugin in the folder, open EG and add the new plugin in thr tree, but then it freezes)
i'll look into those files when i get back home and try again, but another thing, my EG freezes everytime i try to add the OLED plugin.
(i exit EG, added the plugin in the folder, open EG and add the new plugin in thr tree, but then it freezes)
- Pako
- Plugin Developer
- Posts: 2294
- Joined: Sat Nov 11, 2006 1:31 pm
- Location: Czech Republic
- Contact:
Re: ESP-OLED
Which version of EventGhost do you use?User1306 wrote: Tue Nov 14, 2017 8:26 am but another thing, my EG freezes everytime i try to add the OLED plugin
I'm using 0.4.1.r1722.
Pako
Re: ESP-OLED
I tried the plugin on a different pc, both are running the same version as yours, but end up freezing and i have to force quit.
is there something i can do to help?
is there something i can do to help?
- Pako
- Plugin Developer
- Posts: 2294
- Joined: Sat Nov 11, 2006 1:31 pm
- Location: Czech Republic
- Contact:
Re: ESP-OLED
1) Run EventGhost with -debug.
2) Try adding a plugin.
3) When it freezes, kill EventGhost.
The Log.txt file is now in the C:\Users\<USER>\AppData\Roaming\EventGhost directory. I need to see its contents, especially the end of the file. There should be seeing what is happening.
Pako
Re: ESP-OLED
Hi Pako
apologies for the stupid question, but how do i start EG in Debug mode?
thanks
apologies for the stupid question, but how do i start EG in Debug mode?
thanks
- Pako
- Plugin Developer
- Posts: 2294
- Joined: Sat Nov 11, 2006 1:31 pm
- Location: Czech Republic
- Contact:
Re: ESP-OLED
There are several options. For example:
1) Using the command line (cmd): "eventghost.exe -debug"
2) Use the .bat file. Create the "run.bat" file. Type "eventghost.exe -debug" into it. Save and run.
3) Using a shortcut. Create a shortcut for EventGhost. Use the right button and select "Properties". In the "Target" field, write "-debug" to the end. Save and run.
I hope it is understandable despite my poor English.
Pako
You know flattr ? You can 
