Search found 7 matches

by chumaty
02 Jul 2020, 10:41
Forum: ESP Easy: General Discussion
Topic: MQTT Import - Client ID Problem
Replies: 11
Views: 17906

Re: MQTT Import - Client ID Problem

Many people have contributed to this plugin and it seems like the most recent changes on it were done by me. :( I tested "MQTT Import" on "Mosquitto Broker" and i have got this log (it is really problem): And i don't know, like change plugin code :( May be you know, who it is ca...
by chumaty
02 Jul 2020, 10:16
Forum: ESP Easy: General Discussion
Topic: MQTT Import - Client ID Problem
Replies: 11
Views: 17906

Re: MQTT Import - Client ID Problem

TD-er wrote: 02 Jul 2020, 09:07 This has to be fixed in the MQTT import plugin, in the function I quoted.
So if you can build it yourself, you can simply change that code and build for yourself.
Sorry, where i can find author this plugin?
by chumaty
02 Jul 2020, 08:20
Forum: ESP Easy: General Discussion
Topic: MQTT Import - Client ID Problem
Replies: 11
Views: 17906

Re: MQTT Import - Client ID Problem

I do... now I checked the source code of the MQTT import plugin and found this: String getClientName() { // // Generate the MQTT import client name from the system name and a suffix // String tmpClientName = F("%sysname%-Import"); String ClientName = parseTemplate(tmpClientName); ClientNa...
by chumaty
01 Jul 2020, 19:22
Forum: ESP Easy: General Discussion
Topic: MQTT Import - Client ID Problem
Replies: 11
Views: 17906

Re: MQTT Import - Client ID Problem

MQTT import plugin uses the settings of the first enabled MQTT controller. In the configuration of that controller, under the header "MQTT" is this checkbox: Unique Client ID on Reconnect Make sure it is not checked. It is didn't help me. I turn on my esp and first time i have got "u...
by chumaty
01 Jul 2020, 18:48
Forum: ESP Easy: General Discussion
Topic: MQTT Import - Client ID Problem
Replies: 11
Views: 17906

Re: MQTT Import - Client ID Problem

TD-er wrote: 01 Jul 2020, 17:11 MQTT import plugin uses the settings of the first enabled MQTT controller.

In the configuration of that controller, under the header "MQTT" is this checkbox:
Unique Client ID on Reconnect

Make sure it is not checked.
ok, senk, i will try
by chumaty
01 Jul 2020, 16:45
Forum: ESP Easy: General Discussion
Topic: MQTT Import - Client ID Problem
Replies: 11
Views: 17906

Re: MQTT Import - Client ID Problem

grovkillen wrote: 01 Jul 2020, 15:57 It's using the same settings as the controller right?
Sorry, i don't understand what do you mean
by chumaty
01 Jul 2020, 15:35
Forum: ESP Easy: General Discussion
Topic: MQTT Import - Client ID Problem
Replies: 11
Views: 17906

MQTT Import - Client ID Problem

Hi! Please help me, why Plugin "MQTT Import" match random number to Client ID ? I have config, and I get random Client ID on my MQTT Broker. Example: first connection to mqtt broker i have client id: "user_0baf685b_esp_easy-Import", next connection or random connection i have &qu...