ccutrer / waterfurnace_aurora

Library for communication with WaterFurnace Aurora control systems
31 stars 7 forks source link

Add a step of 5 to the dhw.set_point hass mqtt discovery #11

Closed mdallaire closed 2 years ago

mdallaire commented 2 years ago

According to the doc of my system the dhw set point needs to be set in increments of 5.

Use an AID Tool to enable HWG and select the desired water heating set point. Selectable set points are 100°F – 140°F in 5°F increments (default 130°F). From the Main Menu of the AID Tool select Setup, then AXB Setup.

I added a step attribute of 5 to the appropriate number entity.

ccutrer commented 2 years ago

I did a separate commit passing the argument in the correct place.

mdallaire commented 2 years ago

RIght, my ruby skills are not there yet I guess :) Thanks!