Angel0ffDeath

Results 31 comments of Angel0ffDeath

here is also late. Will wait your feedback

@qntris - In addition to what @maragelis says I would like to add that in GENERAL WiFi works perfect. Your problems (as you describe them) are from the WiFi and...

@qntris - I don't know how you can test the devices without they are connected to the alarm, but ok... you know. I hope you are using 1 device at...

@qntris - You don't need to recompile - just post "trace=1" in "in topic" (probably paradoxdCTL/in if you didn't change it) then connect your laptop via USB cable to the...

This is trace function from the code: void trc(String msg){ if (TRACE) { Serial1.println(msg); // sendMQTT(root_topicStatus,msg); } } uncomment sendMQTT... and comment Serial1.print Then you should receive trace messages in...

@qntris - According to what I see from the trace, I think your Wemos D1 Mini Pro is going to sleep mode to save energy. Probably on your board this...

@qntris - In setup function just add: wifi_set_sleep_type(NONE_SLEEP_T); This will disable sleep mode. It should be added after setup_wifi(); You can also add it at the end of setup_wifi() function....

@qntris Any success??? I'm interested...

@maragelis Hi unfortunately Im not familliar with platformio, nevertheless as I said in another issue - can help. Just tell what is your vision and what other development you need.

@neothematrix I installed this script today and of course it doesn't work... Deprecated command warnings, changed URLs, etc. It is difficult to track all changes since last update from the...