Closed starkillerOG closed 6 years ago
Thank you for trying MQTT433gateway.
Please try, '{"id": 2660354, "unit": 0, "off": 1}'
or '{"id": 2660354, "unit": 0, "on": 1}'
. Unfortunately, there is no message that indicate a parsing failure or missing/wrong protocol name.
The stack trace comes from issue in ESPiLight introduced by puuu/ESPiLight#24 in release v0.13.0. It is fixed and I will prepare a new release within the next days.
@puuu thank you for your help en information!
Better reporting of improper rf messages was introduced in e42c3466f07ea81e82896f9435f6f3c77c280eb8...f2ee106d5a0e324642e6cc29732b4773e74bb90b .
Please test the latest state of MQTT433gateway and enjoy the new web frontend.
Hey everyone.. I'm getting this in serial monitor of arduino... please suggest some solutions, I'm unable to check my desired output.
Exception (9): epc1=0x402027ae epc2=0x00000000 epc3=0x00000000 excvaddr=0x0000001f depc=0x00000000
ctx: cont sp: 3ffefe40 end: 3fff0090 offset: 01a0
stack>>> 3ffeffe0: 0000004b 00000050 3ffeed48 402027a8 3ffefff0: 3ffe8cbc 3ffeefa0 3ffe8cb8 a0640534 3fff0000: 3ffe8994 3ffeefa0 0000004b 402032cc 3fff0010: 40104e5a 3ffeefa0 3ffeed48 402021cd 3fff0020: 00000000 00000000 00000000 402032a1 3fff0030: 3ffe8cbc 3ffeed6c 3fff15b4 0000003f 3fff0040: 00000038 3ffef060 3ffeefa0 402032cc 3fff0050: 3fff068c 40202578 3ffeefa0 3ffef060 3fff0060: 3fffdad0 00000000 3ffef058 402022c3 3fff0070: 3fffdad0 00000000 3ffef058 402038a0 3fff0080: feefeffe feefeffe 3ffef070 40100710 <<<stack<<<
ets Jan 8 2013,rst cause:2, boot mode:(1,6)
ets Jan 8 2013,rst cause:4, boot mode:(1,6)
wdt reset
Please help ASAP..!!!
Thanks.
I have the MQTT433gateway flashed on a nodemcu V3 and am trying to get it working with my rf wall plugs. I do receive rf messages from the remote and also from some other devices, so the receiver is working. However I did not manage to get any signs of life out of my transmittor.
I first tryed using the mosquitto broker and published mqtt messages using mosquitto_pub. I sent the following mqtt message:
mosquitto_pub -h 192.168.1.??? -p ???? -t rf434/send/arctech_switch -m "{"id": 2660354, "unit": 0, "state": "off"}"
I do get responds on the serial of the nodemcu V3 saying:
But I don't see any "rf signal arrived" after that and I would have expected that. Furthermore, when I sent some rubish message I get exactly the same response such as sending:
mosquitto_pub -h 192.168.1.??? -p ???? -t rf434/send/no-way -m "hello"
gives response on the serial:
Therefore I think I have the mqtt message wrong or something.
I then tryed sending mqtt messages using the python paho client.
I sent the following message using this code:
But then I get an exeption on the serial interface:
I decoded this error using ESPexceptionDecoder:
Could someone explain what i am doing wrong, or sent me a valid sintax for sending an rf message using ether mosquitto or python paho?
Thank you for your help!