mvn23 / pyotgw

A library to interface with the OpenTherm Gateway through serial or network connection.
GNU General Public License v3.0
27 stars 16 forks source link

Command PR failed #52

Closed akula3 closed 2 months ago

akula3 commented 1 year ago

I'm getting a lot of warnings like this:

Logger: pyotgw.commandprocessor
Source: runner.py:120
First occurred: 1. Februar 2023 um 16:31:28 (260490 occurrences)
Last logged: 05:26:04

Command PR failed with PR: Q=P, retrying...
Unknown message in command queue: PR: S=16.00
Command PR failed with PR: S=16.00, retrying...
Received Error 03. If this happens during a reset of the gateway it can be safely ignored.
Command PR failed with Error 03, retrying...

How can I prevent that?

mvn23 commented 1 year ago

As I wrote on home-assistant/core#88020 as well: If you're trying to connect more than one thing to the gateway things like this will happen. However, Error 03 is an error that is generated by the gateway itself (see here) If you see a lot of these (I sure hope there aren't 260490 in your logs), please have a look at the troubleshooting section of the OpenTherm Gateway docs.