-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MQTT-IR-Transceiver Connection #4
Comments
It's already done - you should have version 0.03 |
@enc-X did you just do it now as we speak? like 5 mins ago? |
Yes - current one is 0.03 |
perfect I will try it now and let you know the outcome. Thanks again ! |
Try now - it was letters size of filename problem. |
tried it but have the same issue as before: the IR signals are sent right after the client connects to the broker. |
When I repeat the your test I didn't have such result. Later I'll add some debug and you will be able to send me more info. |
Use currnet version (0.06 or higher) do reset of configuration (by publishing any value to topic: "prefix/sender/wipe") and send me debug log from the moment when your device reconnect and send IR signal. |
hi how do I get the debug log and do you want me to specific IR Signal? |
Debug log you have available via ESP serial port (the same you use for flashing). In platformio you have serial monitor (menu PlatformIO -> Serial Monitor. Choose proper port and setup speed to 115200. |
Here is my log I sent to values “c” and “d” 2A 49 52 3A 20 3D 3D 3D 3D 3D 3D 3D 20 4E 45 57 20 4D 45 53 53 41 47 45 20 3D 3D 3D 3D 3D |
Don't you have message like:
|
No I dont I have stuff like this: \\\"\\\\\\\"\\\"\""" 0x1F5:0x0:0x2\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ |
That's strange - you have to have messages like I mentioned above. Didn't you disable debug mode in code? Are you sure that it is serial console of ESP device ? |
I didnt get any messages that you mentioned above. How do I disable debug mode? is it by (by publishing any value to topic: "prefix/sender/wipe”) ? |
Are you having the same issue as I am? After my client reconnects to the broker it automatically sends an IR signal. I have set up my TV and led lights so when the broker reboots and the client connects to it after a few seconds, the client then sends or transmits an IR signal without me sending an IR signal. |
So my TV and led lights switch on automatically without me sending an IR signal. |
It may be unclear .... I thing about code level debug mode which is enabled in globals.h if you have line |
Hi @enc-X Just to let you know I am facing this problem with an IR based LED strip lights and my TV. |
Hi @enc-X
From my previous post, I mentioned that an IR signal is sent after the client reconnects to the broker and apologies for my insufficient knowledge but is there anyway that you could see into or change the code that would disable sending an IR signal after the client reconnects to the broker?
Thanks.
The text was updated successfully, but these errors were encountered: