-
Notifications
You must be signed in to change notification settings - Fork 2
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
Source Code #3
Comments
Same thing for me. |
I wrote a checkmk "agent" for tasmota esp32 berry and solved my problem this way, however having source code for an esp SNMP Temperatue thing out there would be nice. |
I am not ready to share the source code because I partly spend the working time of the company I work for on this project. The releases contain ready-made binary assemblies that can be used without problems by uploading to the controller. If you need additional functionality, you can describe it, I will add it if I have free time. In general, this project is more for itself and does not pursue any commercial goals. |
This is a nice project, but personally I'm not going to use pre-compiled closed source stuff on my esp32. It's mostly a precaution, as you can never be sure what's hiding inside of a binary (unless you spent a lot of time on it). |
I absolutely agree with you. There are several undocumented functions in the project that I haven't finished and described yet. Moreover, the device's Wi-Fi operation is still far from ideal. There are stability problems, and the reset/transition algorithm from one network to another is not well thought out, as is the loss of connection. But the builds for ethernet work fine, uptimes of 200 days without problems. |
Hey would you mind uploading your code for this project to the repo?
Maybe I'm just blind but I can only see updater.ino.
Thanks a lot.
The text was updated successfully, but these errors were encountered: