【MQTT features】 #10
doujialong
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hello,
The mqtt client or the broker works, they are simply disabled because I do not have personal use of them.
Uncomment in the main.py mqtt_client=True to have the client, you will need in this case
an mqtt broker (I did the validation with mosquitto, but others should be able to work).
It is necessary to configure in the web pages, the location of the broker, password etc.
You have to look in topic.py to obtain the name of the supported mqtt topics (note it is prefixed by the hostname).
The mqtt broker and client do not support SSL, like all the servers in this project, I never managed to get this to work,
the internal ram requirements by SSL exceed the capacity of the internal ram of the ESP32 with the camera.
Look in the mqttsample.py, I made several examples to test with mosquitto.
… Le 2 nov. 2023 à 10:14, doujialong ***@***.***> a écrit :
Hello, thank you very much for your project. I'm currently using the FREENOVE_CAM_S3 firmware. From the code I see there are implementations related to MQTT but they are all commented out. May I ask when you plan to enable this feature? For example, sending motion detected images to an MQTT server rather than Pushover.
—
Reply to this email directly, view it on GitHub <#10>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AP3HE2HAUAA2SVZYIIIMWJDYCNP7LAVCNFSM6AAAAAA62RN64GVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZVHAYDINJWGU>.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, thank you very much for your project. I'm currently using the FREENOVE_CAM_S3 firmware. From the code I see there are implementations related to MQTT but they are all commented out. May I ask when you plan to enable this feature? For example, sending motion detected images to an MQTT server rather than Pushover.
Beta Was this translation helpful? Give feedback.
All reactions