inetbox.py icon indicating copy to clipboard operation
inetbox.py copied to clipboard

inet.app ERROR Status buffer does not start with preamble, expected b'\x00\x1e\x00\x00"\xff\xff\xffT\x01', got b'\x00\x1e\x00\x00"\x00\x00\x00T\x01'

Open skrzypens opened this issue 2 years ago • 1 comments
trafficstars

Hiya. It seems it is running and recognised by cp-plus but not reacting to the commands sent. On RPi4B, tried several uarts. "mosquitto_sub -t service/truma/cp_plus_status" shows "waiting", after few sec it gives: truma.main ERROR Cannot send updates to inetapp, no status received from CP Plus yet. Changes will be delayed until status received. And soon after: inet.app ERROR Status buffer does not start with preamble, expected b'\x00\x1e\x00\x00"\xff\xff\xffT\x01', got b'\x00\x1e\x00\x00"\x00\x00\x00T\x01' Any thoughts on that? Just trying to make my life a bit easier, btw awesome project.

skrzypens avatar Jun 09 '23 08:06 skrzypens

Changed line 226 from FFs to 00s and voila! ???

skrzypens avatar Jun 09 '23 10:06 skrzypens