Search found 15 matches

by TommoT1
27 Jul 2023, 12:20
Forum: ESP Easy: General Discussion
Topic: Status,g,<gpio>
Replies: 8
Views: 1142

Re: Status,g,<gpio>

Thank's for explaining!
by TommoT1
26 Jul 2023, 21:38
Forum: ESP Easy: General Discussion
Topic: Status,g,<gpio>
Replies: 8
Views: 1142

Re: Status,g,<gpio>

Oh yes! That's great! Thank's for sharing!
by TommoT1
26 Jul 2023, 20:27
Forum: ESP Easy: General Discussion
Topic: Status,g,<gpio>
Replies: 8
Views: 1142

Re: Status,g,<gpio>

Hi ath, unfortunately the link you posted brings me to the documentation page were I also found "status,g,<gpiopin>" which does not work in an "if" statement as described.... So I assume "Status,MCP,<MCPGPIO>" will also provide more return info than needed in an if stat...
by TommoT1
26 Jul 2023, 19:48
Forum: ESP Easy: General Discussion
Topic: Status,g,<gpio>
Replies: 8
Views: 1142

Re: Status,g,<gpio>

Thanks! It does :)
Does it also work this way with MCPGPIO or PCFGPIO pins?
by TommoT1
26 Jul 2023, 13:42
Forum: ESP Easy: General Discussion
Topic: Status,g,<gpio>
Replies: 8
Views: 1142

Status,g,<gpio>

Hi there, I´m unable to find a solution in this Forum nor the web...... According to the commandref "Status,g,<gpio>" gives you the status of the respetive GPIO. Unfortunately it is a whole bunch of text, e.g. { "log": "", "plugin": 1, "pin": 12, &qu...
by TommoT1
11 Oct 2018, 17:39
Forum: ESP Easy: General Discussion
Topic: TaskValueSet with %unixtime%
Replies: 2
Views: 2213

Re: TaskValueSet with %unixtime%

Thanks for info!
by TommoT1
10 Oct 2018, 16:34
Forum: ESP Easy: General Discussion
Topic: TaskValueSet with %unixtime%
Replies: 2
Views: 2213

TaskValueSet with %unixtime%

Hi everybody, I'm trying to use TaskValueSet to memorize the time when something is switched. Therefore I wrote in Rules: TaskValueSet,12,1,%unixtime% this produces sometimes no change of the DummyVariable found at Task 12 and sometimes it is something in the range of the actual unixtime + x. x is i...
by TommoT1
03 Sep 2018, 19:51
Forum: ESP Easy: General Discussion
Topic: Problems with Analog Input
Replies: 8
Views: 7602

Re: Problems with Analog Input

You cannot measure a current directly with the ADC, you only can measure a voltage.
For low voltages you can use one GND for both, the ESP and your Battery and then measure the voltage which drops at the resistor. Following Ohm's Laws you can calculate the current.
Regards
by TommoT1
03 Sep 2018, 16:29
Forum: ESP Easy: General Discussion
Topic: Custom HTML page for management
Replies: 12
Views: 8813

Re: Custom HTML page for management

I'm not sure if I understood the first post correctly....but I also have a webpage on my esp device ending on .esp and with an update of easpeasy it stopped working and only showed the html code. I figured out that I had written it without a Header and the older firmware versions probably added a he...
by TommoT1
20 Aug 2018, 19:15
Forum: ESP Easy: General Discussion
Topic: Public MQTT Broker not working
Replies: 10
Views: 9358

Re: Public MQTT Broker not working

Hey Ken!

Thanks, I tried broker.hivemq.com and it worked instantaneously!

Great tip, thank you!
But still wondering why the mosquitto broker won't work when outside its local network....

Regards
Thomas
by TommoT1
20 Aug 2018, 11:26
Forum: ESP Easy: General Discussion
Topic: Public MQTT Broker not working
Replies: 10
Views: 9358

Re: Public MQTT Broker not working

Hi Ken!
During all the testing I tried this too and at the moment it runs without the leading slashes,
but only connects to my local broker.

I everybody else capable to establish a connection to (for example) test.mosquitto.org ?


Regards
Thomas
by TommoT1
19 Aug 2018, 23:53
Forum: ESP Easy: General Discussion
Topic: Public MQTT Broker not working
Replies: 10
Views: 9358

Re: Public MQTT Broker not working

Hi TD-er, Yes I use DHCP, also tried fixed IP with correct gateway, no change. I also tried setting up a local mosquitto -> works. Then I forwarded a port from my router to my local broker and told espeasy my dyndns address (and trie the same with current IP Address) with the open port -> failed to ...
by TommoT1
19 Aug 2018, 12:26
Forum: ESP Easy: General Discussion
Topic: Public MQTT Broker not working
Replies: 10
Views: 9358

Re: Public MQTT Broker not working

Yes, might be.
I'm running out of ideas, testet ESPURNA and TASMOTA just for the MQTT part.
Both work flawlessly with public brokers.
But configurability of espeasy ist way better.
by TommoT1
18 Aug 2018, 00:40
Forum: ESP Easy: General Discussion
Topic: Public MQTT Broker not working
Replies: 10
Views: 9358

Re: Public MQTT Broker not working

Thanks!
I forgot to mention, i also did that with no change :-(

Regards
Thomas
by TommoT1
17 Aug 2018, 12:02
Forum: ESP Easy: General Discussion
Topic: Public MQTT Broker not working
Replies: 10
Views: 9358

Public MQTT Broker not working

Hi there I'm quite new to espEasy and unable to solve my problem. I use the v2.0-20180322 Version on an SonOff S20 and on an ESP-01. When I try to connect to test.mosquitto.org on Port 1883 I get : 269857394 : MQTT : Intentional reconnect 269857474 : MQTT : Failed to connect to broker 269859394 : MQ...