openv / vcontrold

:fire: vcontrold Daemon for control and logging of Viessmann® type heating devices
https://github.com/openv/openv/wiki
GNU General Public License v3.0
101 stars 54 forks source link

fixed ">FRAMER: addr was still active FE06" error log #17

Closed hmueller01 closed 6 years ago

hmueller01 commented 6 years ago

Hope this breaks nothing else. As far as I can see setting framer_set_result(P300_INIT_OK) in framer_open_p300() is not really used somewhere else. So replacing this by framer_reset_actaddr() should be fine. Works perfect for me (P300 protocol) and should not influence other protocols.