Search found 3621 matches

by grovkillen
12 Apr 2017, 10:23
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 2113480

Re: Nextion display plugin

Well, if you press a (virtual) button on the display, will that give that information (that the button is pressed) back to the ESP?

My question: is it possible to use the Nextion as input?
by grovkillen
12 Apr 2017, 06:55
Forum: ESP Easy: General Discussion
Topic: cannot connect to MQTT broker.
Replies: 20
Views: 40844

Re: cannot connect to MQTT broker.

I think many cloud based brokers use a unique identifier for the clients, thus the need to have a leading slash (which isn't leading really). I.e.

123e4567-e89b-12d3-a456-42665544000/sonoff1/gpio/0
by grovkillen
12 Apr 2017, 06:49
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 2113480

Re: Nextion display plugin

Is it possible to get the input from the display back into ESPEasy? Or is it only one way as of now? Looking good though! :-)
by grovkillen
11 Apr 2017, 10:16
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 2113480

Re: Nextion display plugin

Just want to add that I just got my 2.4" Nextion display the other day and I follow this thread with great interest! :P

I found this blog which is very informative about the Nextion/ESP symbiosis.
by grovkillen
10 Apr 2017, 11:01
Forum: ESP Easy: General Discussion
Topic: Power cut cause relay to get activated upon boot
Replies: 4
Views: 3956

Power cut cause relay to get activated upon boot

I have a simple relay that I really like since it is compatible with 3.3V logic levels (not only 5V). It works great but if I get a power outage / cut the ESP will not boot correctly since it will send a signal to the relay causing it to activate. This happens as soon as the ESP get power. I have tr...
by grovkillen
05 Apr 2017, 06:02
Forum: ESP Easy: Software
Topic: Plugins - how to upload to Playground?
Replies: 10
Views: 7557

Re: Plugins - how to upload to Playground?

the BH1750 (i2c, not analog) sensor gives direct lux readings! ? ...what formula do you need there? First of all, I use a analog light resistor (not a BH1750, my mistake sorry). But anyways, I like the analog approach regarding light. LUX is a scientific unit more than practical. The analog value i...
by grovkillen
04 Apr 2017, 12:45
Forum: ESP Easy: Software
Topic: Plugins - how to upload to Playground?
Replies: 10
Views: 7557

Re: Plugins - how to upload to Playground?

I very much like the Analog Sensor plugin but wish there was a way to add information about formulas and setup within the wiki. I have a analog light sensor (BH1750) and have made a formula to present the value in a more relevant manner but I had to make the calculations myself. It would be great to...
by grovkillen
31 Mar 2017, 21:00
Forum: ESP Easy: Software
Topic: Possibility to send IR RAW codes
Replies: 11
Views: 12428

Re: Possibility to send IR RAW codes

I hear ya. :)
by grovkillen
31 Mar 2017, 19:03
Forum: ESP Easy: Software
Topic: Possibility to send IR RAW codes
Replies: 11
Views: 12428

Re: Possibility to send IR RAW codes

Does the LED strips need to be controlled with IR? Can't you control it with gpio instead?
by grovkillen
31 Mar 2017, 13:48
Forum: ESP Easy: Software
Topic: [solved] need help by mqtt imports on an oled display
Replies: 2
Views: 3041

Re: need help by mqtt imports on an oled display

I think you forget the first "/" in your publication. By the way I go with the MQTT standard of not having a leading / in my topics just because of this problem you are facing. You either add a / in the beginning or change the controller setting by removing the leading / in both publish an...
by grovkillen
31 Mar 2017, 06:04
Forum: ESP Easy: Software
Topic: v2.0.0-dev7 & Main page
Replies: 2
Views: 3107

Re: v2.0.0-dev7 & Main page

They are found under Tools/Info.
Or the direct url:
http://<ESP ip>/sysinfo
by grovkillen
30 Mar 2017, 15:44
Forum: ESP Easy: General Discussion
Topic: Feature Request collection/list
Replies: 197
Views: 189144

Re: Feature Request collection/list

I've now come to change my idea about this request with NTP with DST. I simply followed this guide: https://www.interfacett.com/blogs/creating-standalone-ntp-server-windows/ And I now have my MQTT broker and NTP server locally as the same computer and this will work with the DST built into Windows. ...
by grovkillen
29 Mar 2017, 15:32
Forum: ESP Easy: Software
Topic: Delays explanation
Replies: 8
Views: 13856

Re: Delays explanation

In devices the delay is non-unit and in advanced it is msec, thus if you specify delay as "1" in devices and have it set to "1000" msec in advanced the delay will be: 1x1000msec = 1sec If you have "1" in devices and "1" msec in advanced this would result in: 1...
by grovkillen
28 Mar 2017, 19:44
Forum: ESP Easy: General Discussion
Topic: Smartthings integration
Replies: 2
Views: 3514

Re: Smartthings integration

I would think not since you can build anything SmartThings can do with ESPeasy and that Samsung's the big dragon we want to take down.

;-)
by grovkillen
26 Mar 2017, 13:43
Forum: ESP Easy: Software
Topic: IP and Reeboot over MQTT-Topic
Replies: 4
Views: 3702

Re: IP and Reeboot over MQTT-Topic

You got PM with the compiled file.
by grovkillen
25 Mar 2017, 19:37
Forum: ESP Easy: Software
Topic: IP and Reeboot over MQTT-Topic
Replies: 4
Views: 3702

Re: IP and Reeboot over MQTT-Topic

I use "MQTT import" for this, plus using rules. Link to picture with my device for MQTT import. Rules: on System#Boot do Publish %sysname%/status,Booted Publish %sysname%/IP,%ip% endon on sniff#cmdMQTT=1 do Publish %sysname%/IP,%ip% endon on sniff#cmdMQTT=2 do Publish %sysname%/Time,%systi...
by grovkillen
20 Jan 2017, 10:38
Forum: ESP Easy: General Discussion
Topic: Control H801/PWM via MQTT?
Replies: 2
Views: 3436

Re: Control H801/PWM via MQTT?

Have you tried loading the commands through "MQTT import" package/plugin?
by grovkillen
19 Jan 2017, 13:06
Forum: ESP Easy: General Discussion
Topic: Send settings/rules etc. through MQTT (in JSON format)?
Replies: 20
Views: 17556

Send settings/rules etc. through MQTT (in JSON format)?

Hi, I'm new here but have been using ESPeasy for some time. I love the firmware but have some suggestions for the road map. I would like to update my nodes through MQTT instead of using the WebGUI. MQTT is able to carry quite a lot of data and if I could just send my settings/config (+ rules?) file ...