-
Notifications
You must be signed in to change notification settings - Fork 49
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
color and sequence configurable in web interface, port number for mqtt server #26
base: master
Are you sure you want to change the base?
Conversation
for ready state touch ring active
Hello there, is it somehow possible to update my doorbell with your code? |
@glenmich |
@TheMaskedDeveloper perfekt. |
I've implemented it. You can now change the scan and the match color in the web interface . |
Thanks for the great enhancement. It works well. |
If I already have a fingerprintdoorbell from frickelzeugs, do I also need the firmware.bin and the spiffs.bin? Or is it enough if I upload the firmware.bin? Thanks in advance for your answers Greetings Gerhard |
@Himbi777 |
Can i use the web-interface for upgrade? If yes: any sequence to upload the 2 files? |
I first loaded the firmware.bin and then the spiffs.bin. |
Hey @TheMaskedDeveloper, |
Should be possible - i will have a look in the next days... |
Hello are thera any news to this great Project? Is there the possibility to change the IP-Address without performing a factory-Reset? |
I am assigning a fixed IP instead of DHCP in my router-settings, did you try similar? |
hey @TheMaskedDeveloper : kudos, these are really smart additional features enhancing an already great project! unfortunately, I have problems with connecting to the mqtt server - the original Frickelzeug binaries work just fine, but after uploading your files i can't connect the doorbell to my mqtt server anymore (of course with identical settings) "MQTT server not found, check your settings". I am using the standard port 1883, but it doesn't (and if read your code correctly, also shouldn't) make a difference if i add an :1883 after the ip address or not. could the issue be that my address looks like 10.0.0.xx ? solved: it seems that indeed the length of the ip address was the problem, i changed to xxx.xxx.xxx.xxx - format and now it works! btw: configuring colours works just fine, and in case you find the to realise your idea to make ring colours adaptable via mqtt, i would love that! :-) |
In the settings interface there is now the possibility to configure the color and the sequence of the LED.
(For the ready state with activated touch ring, for scanning and for match found)
You can choose from 7 colors that are only supported by newer versions of the R503 sensor.
You can turn the LED off. (LED Sequence : Off)
Update: commit 148f432
Parse port number from mqtt server setting if given
Idea for the future:
Make this feature accessible via MQTT without restart.
Then the color can be used as an indicator for something or the led can be turned on depending on time / sunset/sunrise, etc.