You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you perhaps add an example sketch like most arduino libraries have, with how it works exactly, like for example setting the desired temperature and switching the heater on and off based on a temperature sensor reading? The link is to a russian website even with google translate it is hard to understand lol
The text was updated successfully, but these errors were encountered:
Unfortunately I can't test examples right now. Link on russian site has working arduino sketch, you can remove parts which represents LCD, encoder, button and menu, so it will become very simple.
In readme you can see low level functions to send and receive messages to/from boiler, so you can write your own logic, how to communicate with it. Also there is high level functions, which make life easier - update(), update(n), just call them once in second. First will update information, second is specific - for updating specified ID.
Could you perhaps add an example sketch like most arduino libraries have, with how it works exactly, like for example setting the desired temperature and switching the heater on and off based on a temperature sensor reading? The link is to a russian website even with google translate it is hard to understand lol
The text was updated successfully, but these errors were encountered: