Search found 8 matches

by tooblippe
10 Oct 2016, 12:07
Forum: ESP Easy: Software
Topic: Rules Docs and Rules for Serial
Replies: 0
Views: 2343

Rules Docs and Rules for Serial

HI,

Is there any doc out that that has more comprehensive details on the rules? The bit on the website seems limited.


I also just want to check if there is a rule to listen for Serial data and a rule for sending an MQTT message.

thank you
Tobie
by tooblippe
15 Sep 2016, 13:11
Forum: Introduce yourself
Topic: Hallo from Johannesburg, South-Africa
Replies: 1
Views: 2728

Hallo from Johannesburg, South-Africa

HI, My name is Tobie and I am an Electrical Engineer based in Johannesburg. I am loving the ESP8266 and EASYESP is just what I need to connect my home. I have mostly written customer software but all that can be replaced by ESP8266. The design approach just makes it so versatile and the plugin syste...
by tooblippe
15 Sep 2016, 13:07
Forum: ESP Easy: Software
Topic: Webserver Seems to be Blocked when DHT configured
Replies: 2
Views: 2890

Re: Webserver Seems to be Blocked when DHT configured

HI, Thanks for the reply. I am using the latest - R120 version. I am quite new to EASYESP and the documentation is sparse and difficult to get to but I think I have most of the info that is written down. Is R120 more or less stable than R108? The system does not restart. I am using it connected to a...
by tooblippe
14 Sep 2016, 21:54
Forum: ESP Easy: Software
Topic: what does the F() function in the source do?
Replies: 5
Views: 6333

Re: what does the F() function in the source do?

Thank you for the responses. Learning somethign new every day.
by tooblippe
14 Sep 2016, 21:50
Forum: ESP Easy: Software
Topic: Webserver Seems to be Blocked when DHT configured
Replies: 2
Views: 2890

Webserver Seems to be Blocked when DHT configured

The more I play with espeasy the more I like it. This project could still go far!

It seems that when i Connect and configure a DHT22 the webserver is blocked most of the time and I only get connected via browser sporadically.

Any experience with this issue form someone.

Tobie
by tooblippe
14 Sep 2016, 20:21
Forum: ESP Easy: Software
Topic: what does the F() function in the source do?
Replies: 5
Views: 6333

what does the F() function in the source do?

what does the F() function in the source do?

i cant seem to find the declaration

thank you
by tooblippe
14 Sep 2016, 12:26
Forum: ESP Easy: Software
Topic: MQTT Client
Replies: 2
Views: 3745

Re: MQTT Client

Yes thank you. I missed the leading "/" in setting the topic and did not understand how to format the cmd but maybe this will help someone. I used the OpenHAB MQTT as setting My server is running mosquitto Lets say your device is called 'POOL' The command is formatted like this (e.g. to se...
by tooblippe
12 Sep 2016, 15:48
Forum: ESP Easy: Software
Topic: MQTT Client
Replies: 2
Views: 3745

MQTT Client

HI, First Post, hope I am in correct room. I have my own mqtt (mosquitto) server running. Would ESPEasy integrate with it? I have looked at the docs and it seems not. When I say integrate - I mean - be able to receive GPIO commands and set pin states etc via MQTT messages. I use node-red, and node-r...