You are great TD-er. quick and perfect reply. It is missing for espeasy wiki page.
Thanks
Search found 12 matches
- 11 Apr 2020, 02:17
- Forum: ESP Easy: General Discussion
- Topic: send text to OLED Framed from Rule
- Replies: 3
- Views: 5900
- 11 Apr 2020, 01:36
- Forum: ESP Easy: General Discussion
- Topic: send text to OLED Framed from Rule
- Replies: 3
- Views: 5900
send text to OLED Framed from Rule
Hi,
Can I send the text fro Rule to OLED Framed?
I need to display some text based on certain conditions in Rules. Could not find any help on it yet?
Thanks
Can I send the text fro Rule to OLED Framed?
I need to display some text based on certain conditions in Rules. Could not find any help on it yet?
Thanks
- 09 Apr 2020, 16:59
- Forum: ESP Easy: General Discussion
- Topic: Get data from Multiple Blynk sensors
- Replies: 2
- Views: 5231
Re: Get data from Multiple Blynk sensors
I should post it on GitHub. I don't think we need any extra commands. same command can be used with multiple Blynk sensors. All we need is to put Blynk api_key in rule.
We don't need to enter controller password in Blynk controller.
We don't need to enter controller password in Blynk controller.
- 04 Apr 2020, 17:06
- Forum: ESP Easy: General Discussion
- Topic: Get data from Multiple Blynk sensors
- Replies: 2
- Views: 5231
Get data from Multiple Blynk sensors
Hi All, By default ESP Easy Mega provide one Blynk HTTP testing controller that can retrieve data from Blynk sensor using Blynkget command. I wanted to retrieve the data from different Blynk sensors. So I modified C12.ino plugin. Removed the password from Blynk Controller. Now Blynk password can be ...
- 04 Apr 2020, 16:58
- Forum: ESP Easy: Software
- Topic: specifiy request type (GET) in SendtoHTTP
- Replies: 9
- Views: 8328
Re: specifiy request type (GET) in SendtoHTTP
i could enter the Blynk password in the Rule and retrieve the values from different Blynk server by modifying C12.ino file.
- 04 Apr 2020, 16:57
- Forum: ESP Easy: Hardware
- Topic: Display - OLED SSD1306 - no display at all
- Replies: 9
- Views: 17791
Re: Display - OLED SSD1306 - no display at all
Thank you TD-er. I did not check the Hardware pins. I realized that after wasting 2 days. I had different pins in I2C under hardware and i was using different pins for connection. I accidentally found the hardware tab and realized the issue. I saw your reply now and yes, that was the issue. I hope e...
- 02 Apr 2020, 14:05
- Forum: ESP Easy: Hardware
- Topic: Display - OLED SSD1306 - no display at all
- Replies: 9
- Views: 17791
Re: Display - OLED SSD1306 - no display at all
My SSD1306 screen is also blank. I am using ESP12E. Can you please tell what all pins you connected with. I have 4 pins on display (VCC, GND,SDA,SLC).
- 01 Apr 2020, 01:26
- Forum: ESP Easy: Software
- Topic: specifiy request type (GET) in SendtoHTTP
- Replies: 9
- Views: 8328
Re: specifiy request type (GET) in SendtoHTTP
Can I use BlynkGet for multiple Blynk sensor. I mea ncan I have multiple Blynk controllers with different controller password and retrieve value from each sensor?
Thanks
Thanks
- 01 Apr 2020, 00:00
- Forum: ESP Easy: Software
- Topic: specifiy request type (GET) in SendtoHTTP
- Replies: 9
- Views: 8328
Re: specifiy request type (GET) in SendtoHTTP
Never mind. I did not understand what is the purpose of 2.1 after BlynkGet . Now I got it. It sets the value in second device and first variable which I did not have earlier. After I added the dummy device as second device, I see the blynkget value being set there. Now I will display the Blynk senso...
- 31 Mar 2020, 23:41
- Forum: ESP Easy: Software
- Topic: specifiy request type (GET) in SendtoHTTP
- Replies: 9
- Views: 8328
Re: specifiy request type (GET) in SendtoHTTP
Topic solved. I used the BlynkGet command in the rules. Took me some time to find out how to address the sensor values in variables (should be in []) but now it works. Only issue is that the blynk server reports the the blynk page is offline - which is wrong because I can write values on the fields...
- 07 Dec 2016, 04:16
- Forum: ESP Easy: Projects / Applications
- Topic: Smoke Sensors
- Replies: 4
- Views: 7068
Re: Smoke Sensors
Hi I've been working on a smoke Sensor It uses two types of smoke sensors MQ9+MQ135(carbon monoxide +smoke) These give analogue and digital outputs (only issue in domoticz there is no dedicated dummy device, air quality doesn't work, so currently being logged as a percentage) It also has a temp /Hu...
- 07 Dec 2016, 04:09
- Forum: ESP Easy: General Discussion
- Topic: How to use plugin?
- Replies: 5
- Views: 8244
Re: How to use plugin?
Hi, i have a problem with compile... Somebody help me? I need the gas sensor (MQ-2) in my EspEasy (i have the ESP-01) - https://github.com/ESP8266nu/ESPEasy/pull/96/files and when i compile in Arduino IDE i have a bugs... Somebody have a "howto?" i do everything like this tutorial : (http...