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.

ESP-OLED

Questions and comments specific to a particular plugin should go here.
Post Reply
User avatar
Pako
Plugin Developer
Posts: 2294
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic
Contact:

ESP-OLED

Post by Pako »

I made the first version of the ESP-OLED plugin.
I think it worked quite well.
All the information and files you can find on my GitHub.

Pako
Attachments
ESP-OLED-Fritzing.png
esp-oled-eagle.png
User avatar
Pako
Plugin Developer
Posts: 2294
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic
Contact:

Re: ESP-OLED

Post by Pako »

Example of use:
In cooperation with the Pushbullet plugin, it can display the SMS that your smartphone receives.
SMS.png
SMS.png (5.27 KiB) Viewed 3171 times
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()
Python script you have to edit according to your terms. In particular, application_name, this will vary according to your language.

Pako
User1306
Experienced User
Posts: 53
Joined: Sat Oct 13, 2012 4:37 pm

Re: ESP-OLED

Post by User1306 »

if you use AutoRemote and AutoNotification, you can pretty much forward any notification that comes to your phone to this :)
Thank you very much
User1306
Experienced User
Posts: 53
Joined: Sat Oct 13, 2012 4:37 pm

Re: ESP-OLED

Post by User1306 »

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.
User avatar
Pako
Plugin Developer
Posts: 2294
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic
Contact:

Re: ESP-OLED

Post by Pako »

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
Thank you for the information, I'm glad you're trying.
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
User1306
Experienced User
Posts: 53
Joined: Sat Oct 13, 2012 4:37 pm

Re: ESP-OLED

Post by User1306 »

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)
User avatar
Pako
Plugin Developer
Posts: 2294
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic
Contact:

Re: ESP-OLED

Post by Pako »

User1306 wrote: Tue Nov 14, 2017 8:26 am but another thing, my EG freezes everytime i try to add the OLED plugin
Which version of EventGhost do you use?
I'm using 0.4.1.r1722.

Pako
User1306
Experienced User
Posts: 53
Joined: Sat Oct 13, 2012 4:37 pm

Re: ESP-OLED

Post by User1306 »

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?
User avatar
Pako
Plugin Developer
Posts: 2294
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic
Contact:

Re: ESP-OLED

Post by Pako »

User1306 wrote: Tue Nov 14, 2017 10:06 pm but end up freezing and i have to force qui
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
User1306
Experienced User
Posts: 53
Joined: Sat Oct 13, 2012 4:37 pm

Re: ESP-OLED

Post by User1306 »

Hi Pako
apologies for the stupid question, but how do i start EG in Debug mode?

thanks
User avatar
Pako
Plugin Developer
Posts: 2294
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic
Contact:

Re: ESP-OLED

Post by Pako »

User1306 wrote: Thu Nov 16, 2017 10:24 am how do i start EG in Debug mode?
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 Image
Post Reply