-
Notifications
You must be signed in to change notification settings - Fork 4
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
Automatic retry on read error #16
Comments
Any thoughts on this? Would we be wasting our time to send a Pull Request? |
ping |
Sorry for such a late response. I am currently not very motivated to maintain this package since I don't use it myself. We have two options
|
Thanks for getting back to me @benediktarnold I have a lot of 1-wire devices connected to various Node-RED instances... |
@njh I added you as an owner in npm. You should be able to publish releases from now on. The github repo can't be transferred since you already have a fork. If you delete your fork, the transfer should be possible. |
Thanks! I have deleted my Github repo fork now. |
@njh Just starting to look at this again (though it will have to be at a fairly leisurely pace due to pressure of other stuff). I see you are in an active development stage at the moment. Maybe best that I wait till you reach a stable point in order to avoid confusion. |
Hello,
I used your owfs library inside my Node-RED owfs node:
https://github.com/njh/node-red-contrib-owfs
I have a feature request to perform automatic retries, when there is an occasional error - in particular when the special value of 85 is read from a DS18B20. I have been trying to seperate concerns, and only include code relating to Node-RED and its UI in my module
Would you accept a Pull Request that adds this functionality to your library?
It would involve somehow passing a retries and interval values, when creating the client.
nick.
The text was updated successfully, but these errors were encountered: