-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update MBusino.ino #19
base: main
Are you sure you want to change the base?
Conversation
Trigger for querying the sensor values now directly after updating the values. Background: Several DS18B20s had timing problems with the old solution and the entire sketch was blocked as a result.
Please describe your problem with two independent timer functions. The reason of the separation (it was only one function in the past and I had stability problems) is that the ESP can do other things until it wait for the DS answer. |
The problem: About the code change: The deletion of the If query was a fleeting error and wasn't intended. |
Thank you for your description. How many Sensors are connected? Is M-Bus also in use? May next week i have time Test. |
I have done some tests over a couple of days. The MBusino run without problems. 5 chinese DS connected. Can you send me a sample of not running DS? |
So far I had connected one or two sensors. However, the error was independent of this. Mbus is not yet in operation, as I still have to wait for a new master board. ( See discussion with the hot coil) |
Sure, that wouldn't be a Problem. |
Please send a mail to [email protected] and i will share my address. |
no good news --> see the discussion :-( |
Trigger for querying the sensor values now directly after updating the values.
Background: Several DS18B20s had timing problems with the old solution and the entire OneWire-Part of the sketch was blocked as a result.