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

Interface with Saphir comfort RC and X Panel

Open temuccio opened this issue 7 months ago • 0 comments

Hello, I am trying to connect to a Truma Saphir comfort RC controlled by a Truma iNet X Panel. I have connected the LIN converter to the free RJ11 port of the Saphir (the other port is occupied by the Truma iNet X Panel).

This is what I see passing through, and furthermore, I can't find the "PR SET" command on the X Panel... Is it necessary to have the CP Plus controller?

2024-07-15 12:50:01,657	inet.lin	DEBUG	TRANSPORTLAYER FRAME master → slave
2024-07-15 12:50:01,657	inet.lin	DEBUG	   node address: 02
2024-07-15 12:50:01,657	inet.lin	DEBUG	   single frame, expected bytes: 5
2024-07-15 12:50:01,657	inet.lin	DEBUG	   payload: 05 0c 00 00 00
2024-07-15 12:50:01,658	inet.lin	DEBUG	   service id: unknown (0xb8)
2024-07-15 12:50:01,714	inet.lin	DEBUG	in < 00 55 7d 02 03 7f b8 09 ff ff ff b9 → processing
2024-07-15 12:50:01,714	inet.lin	DEBUG	→ → identified as transportlayer SLAVE → MASTER
2024-07-15 12:50:01,714	inet.lin	DEBUG	TRANSPORTLAYER FRAME slave → master
2024-07-15 12:50:01,715	inet.lin	DEBUG	   node address: 02
2024-07-15 12:50:01,715	inet.lin	DEBUG	   single frame, expected bytes: 2
2024-07-15 12:50:01,715	inet.lin	DEBUG	   payload: b8 09
2024-07-15 12:50:01,715	inet.lin	DEBUG	   negative response, error code = b8
2024-07-15 12:50:01,778	inet.lin	DEBUG	in < 55 97 not a proper sync -wait for sync-
2024-07-15 12:50:01,778	inet.lin	DEBUG	in < 0b 7c not a proper sync -wait for sync-
2024-07-15 12:50:01,779	inet.lin	DEBUG	in < 70 00 not a proper sync -wait for sync-
2024-07-15 12:50:01,838	inet.lin	DEBUG	in < 00 55 3c 7f 06 b2 00 17 46 05 0c 59 → processing
2024-07-15 12:50:01,838	inet.lin	DEBUG	→ → identified as transportlayer MASTER → SLAVE
2024-07-15 12:50:01,839	inet.lin	DEBUG	TRANSPORTLAYER FRAME master → slave
2024-07-15 12:50:01,839	inet.lin	DEBUG	   node address: broadcast
2024-07-15 12:50:01,839	inet.lin	DEBUG	   single frame, expected bytes: 5
2024-07-15 12:50:01,839	inet.lin	DEBUG	   payload: 00 17 46 05 0c
2024-07-15 12:50:01,839	inet.lin	DEBUG	   service id: Read by Identifier
2024-07-15 12:50:01,839	inet.lin	DEBUG	   → potentially handled by protocol!
2024-07-15 12:50:01,893	inet.lin	DEBUG	in < 00 55 7d 02 06 f2 17 46 05 0c 00 96 → processing
2024-07-15 12:50:01,893	inet.lin	DEBUG	→ → identified as transportlayer SLAVE → MASTER
2024-07-15 12:50:01,894	inet.lin	DEBUG	TRANSPORTLAYER FRAME slave → master
2024-07-15 12:50:01,894	inet.lin	DEBUG	   node address: 02
2024-07-15 12:50:01,894	inet.lin	DEBUG	   single frame, expected bytes: 5
2024-07-15 12:50:01,894	inet.lin	DEBUG	   payload: 17 46 05 0c 00
2024-07-15 12:50:01,894	inet.lin	DEBUG	   positive response to Read by Identifier

temuccio avatar Jul 15 '24 12:07 temuccio