Search found 6 matches

by Przemo2014
11 Jul 2022, 15:11
Forum: ESP Easy: General Discussion
Topic: Basic MQTT comunication
Replies: 11
Views: 3354

Re: Basic MQTT comunication

I checked your syntax and the same illegal payload is return in the logs: 145948876: IMPT : Bad Import MQTT Command cmdMQTT 145948876: ERR : Illegal Payload {svalue: [28.05, 25.03, 0, 1009.01, 0]} sniff when I sent message like: ...-m "28.22;10.22;11.22;23.34" then only first value was cha...
by Przemo2014
10 Jul 2022, 22:52
Forum: ESP Easy: General Discussion
Topic: Basic MQTT comunication
Replies: 11
Views: 3354

Re: Basic MQTT comunication

I don't use any switch to send MQTT message. Message is send via scripts create in Domoticz. My point is to find out how I can send the MQTT message from domoticz script and to receive via ESPEasy in the rules. The main problem is that I don't know how is proper message send via MQTT which allow to ...
by Przemo2014
10 Jul 2022, 20:33
Forum: ESP Easy: General Discussion
Topic: Basic MQTT comunication
Replies: 11
Views: 3354

Re: Basic MQTT comunication

I checked the link don't find out how is the proper message in order to changing the value. When I send: sudo mosquitto_pub -u myid -P mypass -t "cmdMQTT" -m "svalue":"28.1;17.8;2;1010.3;0" in logs is illegal payload: Conn. IP Init 78857950: IMPT : Bad Import MQTT Comma...
by Przemo2014
10 Jul 2022, 16:30
Forum: ESP Easy: General Discussion
Topic: Basic MQTT comunication
Replies: 11
Views: 3354

Re: Basic MQTT comunication

I set MQTT import plugin in the same way like on the webpage https://letscontrolit.com/wiki/index.php?title=MQTT_Import and I try to send MQTT message: sudo mosquitto_pub -u myid -P mypass -t "cmdMQTT" -m "{"TaskName":"sniff", "cmdMQTT":1.00, "Value2...
by Przemo2014
09 Jul 2022, 22:30
Forum: ESP Easy: General Discussion
Topic: Basic MQTT comunication
Replies: 11
Views: 3354

Re: Basic MQTT comunication

ESPEasy ver: ESP_Easy_mega_20220427_normal_ESP8266_4M1M.bin #In what plugin are you expecting to receive that value? I try to find out how via MQTT send the value from Domoticz to Wemos D1 and receive via rules in ESPEasy #Did you enable the (Domoticz MQTT) Controller for that plugin and set the mat...
by Przemo2014
09 Jul 2022, 14:13
Forum: ESP Easy: General Discussion
Topic: Basic MQTT comunication
Replies: 11
Views: 3354

Basic MQTT comunication

Hello All, I am trying MQTT communicate between ESPEasy and Domoticz. From Domoticz I send MQTT message as below: mosquitto_pub -u mylogin -P mypass -t domoticz/out -m {"idx" : 323, "nvalue" : 1,} in ESPEasy logs i got: 266188840: inputswitchstate is deprecatedinputSwitchState,3,...