Timeline for MQTT subscribing is not working
Current License: CC BY-SA 4.0
20 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 29, 2024 at 16:07 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Oct 1, 2023 at 16:04 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Jun 3, 2023 at 16:03 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Feb 3, 2023 at 16:00 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Jan 4, 2023 at 15:59 | answer | added | user18242 | timeline score: 1 | |
| Nov 3, 2022 at 13:04 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Jul 6, 2022 at 13:04 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Mar 8, 2022 at 13:02 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Feb 6, 2022 at 12:32 | history | edited | Bence Kaulics | CC BY-SA 4.0 | added 32 characters in body |
| Jan 27, 2022 at 23:08 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Sep 29, 2021 at 22:03 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Aug 30, 2021 at 21:12 | answer | added | kalyanswaroop | timeline score: 1 | |
| Aug 29, 2021 at 10:59 | history | edited | Bence Kaulics | CC BY-SA 4.0 | added syntax highlight |
| Jun 24, 2019 at 5:46 | history | edited | ron123456 | CC BY-SA 4.0 | added 110 characters in body |
| Jun 24, 2019 at 5:44 | comment | added | ron123456 | @hardillb my bad ... there is nothing in the mqtt_start() function. I forgot to remove it. Also, setting on_message callback before on_connect didn't make any difference. | |
| Jun 21, 2019 at 19:16 | comment | added | Gambit Support | I would do the client.subscribe in the on_connect callback, ie. once it is connected. That also re-subscribes if you handle disconnects. | |
| Jun 21, 2019 at 17:49 | comment | added | jsotola | upvote for including the output of the print statements ... so many people ignore the printouts when posting here ... I'm whining here ... lol | |
| Jun 21, 2019 at 16:56 | comment | added | hardillb | Also edit the question to include the mqtt_start() function so we can see if it ever makes it to the client.loop_forever() call | |
| Jun 21, 2019 at 16:55 | comment | added | hardillb | set the on_message call back before connecting | |
| Jun 21, 2019 at 15:55 | history | asked | ron123456 | CC BY-SA 4.0 |