Hey together,
i did not find anything about it, i wonder how it is possible to display values (from variables out of pimatic) on the little “wemos d1 mini” oled shield?
Thank you!
-
Is it possible, to display values from pimatic variables at a wemos oled display?
-
Hey @HarrySteff,
It should be possible with ESP Easy (SSD1306). I do not know yet whether ESPEasy supports this display for MQTT.
But http commands via rules it is definitely possible.Pimatic = Smart Home
-
Cool, Great, Thank you
I will try this as soon i get the Hardware !Thanks again so far…
-
@HarrySteff pls. tell us about your findings, thx
pimatic v0.9 has been released!
Support Pimatic and get some free stickers
Like us on Facebookmake it so !
-
Sure i will!
But i think delivery from aliexpress will take some time -
So hopefully, I have already ordered it
https://github.com/ESP8266nu/ESPEasy/pull/55Pimatic = Smart Home
-
With this PR works. Control via http commands is ok. I still are exploring MQTT. As always, no documentation
Pimatic = Smart Home
-
The Display work fine with http commands.
I have testet with MQTT. It will not work by me.
If somebody get the Display work. Please write her.
Thanks al lot. -
It PR to be already in the master. But due to the fact that with this plugin(P023_OLED) , it has small font.
Can be replaced by the following:https://github.com/ESP8266nu/ESPEasyPluginPlayground/blob/master/_P205_FrameOLED.ino
But that is not adapted for small display Wemos. But it is usable.For an example, a short video: https://www.youtube.com/watch?v=zqBhsS1s-Gs
Topic on ESPEasy forum: http://www.esp8266.nu/forum/viewtopic.php?f=4&t=1149. The author advises to add Extra_Utilities.ino to ESPEasy, but I just compile only without this.
As a data source can be used MQTT Import module (from ESPEasyPluginPlayground). Or variables of ESPEasy.Pimatic = Smart Home
-
@wutu: Thanks for the HowTo. But for me as beginner ist too hard. For now I used the pimatic command “execute “curl http://ip_adresse/control?cmd=oled,1,1,text””
-
Since the original Wemos display is too small. I made my own 128*64
I used:
https://www.aliexpress.com/item/Wholesale-0-96-inch-4pin-White-OLED-Module-SSD1306-Drive-IC-128-64-I2C-IIC-Communication/32658908775.html
https://www.aliexpress.com/item/ProtoBoard-Shield-for-WeMos-D1-mini-double-sided-perf-board-Compatible/32713427652.htmlPimatic = Smart Home
-
Is that a picture of your own display? If so, how did you get the signal indicator (top right)?
-
Hey @Rene-Arts, Yes, this is my own display. The indicator is part of _P205_FrameOLED.ino.
Pimatic = Smart Home
-
@wutu Thanks, cool! I’ll have a look at it tonight. Been fiddling the last few days with a WeMos D1 mini and an OLED display as well
-
Just to be clear, on the original wemos display (64x48), this does not fit.
Pimatic = Smart Home
-
Good one, though I am using a 0.96" 128*64 SSD1306 as well.