clementprevot / pyduro

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: State and substate?

freol35241 opened this issue · comments

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 anyone else using this library know how these numbers map to the different operation modes?

I am not a "programmer" ... are their any "code snippets" or complete integration with HACS for using aduro burners? switch the burner on/off, getting status of temperature or a "climate" (my dream :-)).

I am not a "programmer" ... are their any "code snippets" or complete integration with HACS for using aduro burners? switch the burner on/off, getting status of temperature or a "climate" (my dream :-)).

Well, @clementprevot did start with a direct integration towards HA but its not (yet) functional, see https://github.com/clementprevot/aduro.

I decided to make an integration towards mqtt (using pyduro) and integrate with HA that way instead, see https://github.com/freol35241/aduro2mqtt. I am using this to fetch sensordata from and control the burner. Feel free to try it out.

thx freol35241 ... did you "post" your code to github (code for sensors and switch entities "above" the mqtt) or do you plan an HACS-integration?

thx freol35241 ... did you "post" your code to github (code for sensors and switch entities "above" the mqtt) or do you plan an HACS-integration?

Sorry for the radio silence. Added an example of a basic integration towards HA in the readme in the aduro2mqtt repo, see https://github.com/freol35241/aduro2mqtt#integration-to-home-assistant