Search found 6 matches

by nibiru
07 Jan 2022, 21:11
Forum: ESP Easy: Software
Topic: Local storage in ESP when offline ??
Replies: 21
Views: 24910

Re: Local storage in ESP when offline ??

Hello to all! I managed to implement data storage using a dummy "Regulator - Level Control" device. This device has one parameter stored in non-volatile memory. https://www.letscontrolit.com/wiki/index.php?title=LevelControl Parameter read and write commands are supported: write config,tas...
by nibiru
23 Oct 2021, 18:17
Forum: ESP Easy: Software
Topic: MQTT Import topic subscribe fields too short
Replies: 20
Views: 14056

Re: MQTT Import topic subscribe fields too short

build from my development branch Already flashed and tested. It is working! fr_5.png Now I am thinking about applying the new features of the plugin (filter). Now filtering (or rather normalization of incoming values) is done using rules. But by using the new features, I maybe can save a little spa...
by nibiru
23 Oct 2021, 15:48
Forum: ESP Easy: Software
Topic: MQTT Import topic subscribe fields too short
Replies: 20
Views: 14056

Re: MQTT Import topic subscribe fields too short

Ath wrote: 23 Oct 2021, 15:10 bin filename please
Hello, Ath!
I'm using ESP_Easy_mega_20211005_normal_ESP8266_4M1M.
Using:
Generic - MQTT Import
Generic - Dummy Device
Environment - DS18b20
Generic - System Info

I would be glad if you provide me with a test build.
Thanks!

Roman.
by nibiru
18 Oct 2021, 19:21
Forum: ESP Easy: Software
Topic: MQTT Import topic subscribe fields too short
Replies: 20
Views: 14056

Re: MQTT Import topic subscribe fields too short

Hello everyone! Was very surprised by the speed of response in this community as well as the warm welcome ! Thus better increase the timeout from 100 msec to 500 or more 100 ms is send interval, not client timeout. publish: TOPIC_TEMPLATE/cmd message: let,1,99 Wow, its works, thanks. Also tested thi...
by nibiru
18 Oct 2021, 01:08
Forum: ESP Easy: Software
Topic: MQTT Import topic subscribe fields too short
Replies: 20
Views: 14056

Re: MQTT Import topic subscribe fields too short

ThomasB wrote: 18 Oct 2021, 00:58
Or, how about using the Home Assistant (openHAB) MQTT controller
Yes. i use this controller.
But maybe I misunderstand the control mechanism. Isn't a MQTT Import plugin the only way to transfer data from mqtt broker to ESP board?
fr_2.png
fr_2.png (19.61 KiB) Viewed 14036 times
fr_3.png
fr_3.png (18.24 KiB) Viewed 14036 times
by nibiru
17 Oct 2021, 22:34
Forum: ESP Easy: Software
Topic: MQTT Import topic subscribe fields too short
Replies: 20
Views: 14056

MQTT Import topic subscribe fields too short

Hello to all! I am using a mqtt broker maqiatto.com, which has a required topic prefix - username, which is an email address of user. The topic import field in MQTT Import plugin has a limit of 40 characters, which is very small. Is it possible to somehow increase this limit, or set a common prefix ...