-
Notifications
You must be signed in to change notification settings - Fork 55
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
It works! But... no MQTT messages... only "Alive", how to set the mqtt portnumber? (Port 1882 to 1883) #105
Comments
Have a look on this fork: There was the option added to use another MQTT port. |
Ok, cool! That will do the trick. But somehow it's impossible to program this ESP32 for "normal people" with PIP and Python. I tried 10 different tutorials, no one is working like it should. |
Ok, I was able to install it. Using the command like shown in the instructions did not work: But replacing esptool.py with esptool worked: Installation was successful... but I can't see any further settings to add and port into the MQTT configuration? |
I've not try it. |
I think Iam using the wrong files. (and I generally don't understand how to use github maybe) When "nobbi1991" forked the original github-project, the instructions are 1:1 the same as in teh original github-project, which does NOT have the additional MQTT settings. But... where can I find the modified files: ? |
I googled and it seems to be impossible to contact a github-member? (either with a direct message or email) |
Hi.
I nearly got it working. :-)
It detects two fingers and it detecs send the "ring" signal when any other finger is on the sensor. Good!
But in iobroker's MQTT server I can't see any infos about the ring signal or the infos from detected fingers. :-(
It once published the topic and an "ALIVE" data-point (which is "true" = good) but nothing else.
I used the "sonoff mqtt adapter" which receives infos on port 1882.
In parallel I also have the "standard MQTT" adapter which received infos on port 1883.
I could try to use the other MQTT-browser, but... how can I change the port in the MQTT settings on the ESP?
https://www.youtube.com/watch?v=Va4gmGxTho8&ab_channel=FrankR%C3%B6llen
The text was updated successfully, but these errors were encountered: