pyduro icon indicating copy to clipboard operation
pyduro copied to clipboard

A Pypi library to communicate with Aduro (H1) wood/pellet burner via NBE communication

Results 3 pyduro issues
Sort by recently updated
recently updated
newest added

My aduro burner reports `state` and `substate` as integer numbers within the `status` response. These seem to be related to the current mode of operation. Do you (@clementprevot ) or...

I see the following type of warnings in the logs when using pyduro ``` WARNING py.warnings /usr/local/lib/python3.11/site-packages/pyduro/actions/set.py:45: ResourceWarning: unclosed ``` Which seems to relate to the fact that the `socket`...

Currrently. the handling of the UDP sockets in pyduro is not thread safe. `send`ing two `Frame`s to the same burner from two different threads will result in an `Address already...