Search found 19 matches

by trumee
07 Feb 2019, 01:01
Forum: ESP Easy: General Discussion
Topic: Map switch binary to String
Replies: 5
Views: 4645

Re: Map switch binary to String

Thanks the transformation worked for me and OLED does show the string. Would be great if you could add a transformation for Empty/Full.
by trumee
06 Feb 2019, 04:43
Forum: ESP Easy: General Discussion
Topic: Map switch binary to String
Replies: 5
Views: 4645

Map switch binary to String

Hello,

I have a switch which produces a value 0 and 1. How can I convert these to 'OFF' and 'ON' strings to display them in OLED?

Does ESPEasy support strings?

Thanks
by trumee
01 Sep 2018, 17:20
Forum: ESP Easy: Software
Topic: Rule help
Replies: 11
Views: 6282

Re: Rule help

Anybody willing to help?
by trumee
25 Aug 2018, 15:28
Forum: ESP Easy: Software
Topic: Rule help
Replies: 11
Views: 6282

Re: Rule help

@grovkillen ok, looking forward to it.
by trumee
18 Aug 2018, 04:20
Forum: ESP Easy: Software
Topic: Rule help
Replies: 11
Views: 6282

Re: Rule help

@grovkillen, any luck?
by trumee
14 Aug 2018, 00:35
Forum: ESP Easy: Software
Topic: Rule help
Replies: 11
Views: 6282

Re: Rule help

With your rule i get an error in the log, 6799: EVENT: MQTT#Connected 7154: IMPT : [motor#ONOFFSTATE] : 1.00 7156: EVENT: motor#ONOFFSTATE=1.00 7172: ACT : OLEDCMD,on 7181: ACT : OLEDCMD,2,1,'Motor ON' 7190: ACT : OLEDCMD,3,1,'Motor 1.00' 7208: Command: oledcmd 7208: Command unknown: 'oledcmd' 7355:...
by trumee
12 Aug 2018, 16:28
Forum: ESP Easy: Software
Topic: Rule help
Replies: 11
Views: 6282

Re: Rule help

I am using the following rule, On System#Boot do //When the ESP boots, do OLEDCMD,clear endon on motor#ONOFFSTATE do if [motor#ONOFFSTATE]>0 OLEDCMD,on OLED,2,1,"Motor ON" OLED,3,1,"Motor [motor#ONOFFSTATE]" else OLED,2,1,"Motor OFF" OLED,3,1,"Motor [motor#ONOFFSTA...
by trumee
05 Aug 2018, 00:39
Forum: ESP Easy: Software
Topic: Rule help
Replies: 11
Views: 6282

Re: Rule help

Unfortunately, that did not work. The error was , Command unknown ". The quotes was not accepted. I am running ESP_Easy_mega-20180804_normal_ESP8266_4096.bin
by trumee
31 Jul 2018, 00:23
Forum: ESP Easy: Software
Topic: Rule help
Replies: 11
Views: 6282

Rule help

Hello, I am using MQTT import plugin to read a topic and display its value on OLED. The import works fine but displaying the value of the variable doesnt work, on motor#ONOFFSTATE do if [motor#ONOFFSTATE]>0 OLEDCMD,on OLED,3,1,Motor ON OLED,4,1,Motor [motor#ONOFFSTATE] //DOESNT WORK else OLED,3,1,Mo...
by trumee
30 Jul 2018, 23:16
Forum: ESP Easy: General Discussion
Topic: Pressure transducer with nodemcu
Replies: 0
Views: 1842

Pressure transducer with nodemcu

I am using this tutorial to connect a pressure transducer to nodemcu. I have connected the nodemcu A0 pin to an Adafruit logic level shifter and then to the pressure level sensor . I setup an 'Analog input -internal' device to read the voltage input. With no pressure the Analog input gives a value o...
by trumee
30 Jul 2018, 17:32
Forum: ESP Easy: General Discussion
Topic: How to connect Arduino with Nodemcu running ESPEasy?
Replies: 4
Views: 4408

Re: How to connect Arduino with Nodemcu running ESPEasy?

@sentinel, thanks for the link. I will create a separate post about that.
by trumee
29 Jul 2018, 04:24
Forum: ESP Easy: Software
Topic: Oled display does not change
Replies: 2
Views: 2577

Re: Oled display does not change

After setting Pin mode 16 (D0) to "Output high", the issues seems to have gone away. The following works, On System#Boot do //When the ESP boots, do OLEDCMD,clear endon on motor#ONOFFSTATE do OLEDCMD,on if [motor#ONOFFSTATE]>0 OLED,1,1,Motor ON else OLED,1,1,Motor OFF endif endon
by trumee
29 Jul 2018, 04:10
Forum: ESP Easy: Software
Topic: Oled display does not change
Replies: 2
Views: 2577

Re: Oled display does not change

I have some improvement on this. With the following rule: on motor#ONOFFSTATE do if [motor#ONOFFSTATE]>0 OLED,3,1,Motor ON else OLED,3,1,Motor OFF endif endon the "Motor ON" and "Motor OFF" messages on OLED do follow the MQTT message. However, there are two problems: 1. The "...
by trumee
29 Jul 2018, 02:53
Forum: ESP Easy: Software
Topic: Oled display does not change
Replies: 2
Views: 2577

Oled display does not change

Hello, I have this OLED display which is called 0.91 inch 12832 oled. I would like to show an MQTT state and have the following devices, The MQTT variable is working correctly. The OLED is setup as follows: oled with a rule, on motor#ONOFFSTATE do if [motor#ONOFFSTATE]>0 OLED,1,1,Motor ON else OLED,...
by trumee
29 Jul 2018, 00:20
Forum: ESP Easy: General Discussion
Topic: How to connect Arduino with Nodemcu running ESPEasy?
Replies: 4
Views: 4408

How to connect Arduino with Nodemcu running ESPEasy?

Hello,

I have an Arduino with a pressure transducer connected to it like this. I also have a Nodemcu running Espeasy connected to an openhab server via MQTT. How can i send pressure data from Arduino to Nodemcu so it can send it along via MQTT?

Thanks
by trumee
21 Oct 2017, 17:31
Forum: ESP Easy: Hardware
Topic: Phantom Yoyo light sensor
Replies: 1
Views: 1943

Phantom Yoyo light sensor

Hello,

I have a phantom yoyo light sensor, please can somebody let me know which device should i pick in ESP Easy?

I have connected its signal pin to the AD pin of Node MCU.
by trumee
24 Sep 2017, 18:59
Forum: ESP Easy: Hardware
Topic: Sonoff BN-SZ01, 110V
Replies: 1
Views: 2100

Sonoff BN-SZ01, 110V

Hello, I have tested BN-SZ01 with 220V and it works well with MQTT. However, i would like to use it with 110V. The LED's do come on when connected to 110V, however the WIFI of the ESP chip doesnt turn on. There is no DHCP request from the Sonoff device. I have seen a report that it should work with ...
by trumee
03 Sep 2017, 21:50
Forum: ESP Easy: Hardware
Topic: Sonoff B1 bulb
Replies: 3
Views: 3645

Re: Sonoff B1 bulb

I was able to solder on the 3 pads. But my stranded wire doesnt stick to the GND pad. How do i put this into flash mode? There is a GPIO pad, do i need to do something with it?
by trumee
01 Sep 2017, 02:24
Forum: ESP Easy: Hardware
Topic: Sonoff B1 bulb
Replies: 3
Views: 3645

Sonoff B1 bulb

Has anybody tried flashing Sonoff B1 bulbs? There dont seem to be any holes for a header on the PCB.