Connects successfully but nothing seems to work? #17

Open
opened 2026-05-02 21:55:06 +02:00 by bjorne · 2 comments

Running version 0.9.6.1 in Docker. Status is reported as ready, but the temperature readings says 0 degrees and nothing seems to happen when pushing buttons.
Tried to filter the logs, and it seems that nothing ever comes back from the printer - when filtrering on RX the text field is completely empty.

Any pointers how to get started figuring out what's wrong?

Running version 0.9.6.1 in Docker. Status is reported as ready, but the temperature readings says 0 degrees and nothing seems to happen when pushing buttons. Tried to filter the logs, and it seems that nothing ever comes back from the printer - when filtrering on RX the text field is completely empty. Any pointers how to get started figuring out what's wrong?
Author

Log from starting version 0.9.6.1:

20:18:51[bridge] Verbinde mit Drucker 192.168.1.153:9883 …
20:18:51[kobrax.mqtt] TLS connected cipher=TLS_AES_256_GCM_SHA384
20:18:51[kobrax.mqtt] CONNACK rc=0
20:18:51[kobrax.mqtt] SUB anycubic/anycubicCloud/v1/printer/public/20030/a30a207fb8c80652b22be3caef254f7b/#
20:18:51[bridge] MQTT verbunden
20:18:51[kobrax.mqtt] TX info/request action=query data=null
20:18:51[bridge] Bridge läuft auf http://192.168.240.2:7125
20:18:51[bridge] OrcaSlicer → Klipper → Host: 192.168.240.2 Port: 7125
20:18:51[bridge] Ctrl-C zum Beenden
20:18:54[aiohttp.access] 192.168.1.193 [02/May/2026:20:18:54 +0000] "GET /api/state HTTP/1.1" 200 701 "http://192.168.1.112:7125/" "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36"
20:18:54[aiohttp.access] 192.168.1.193 [02/May/2026:20:18:54 +0000] "GET /api/state HTTP/1.1" 200 701 "http://192.168.1.112:7125/" "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36"
20:18:56[kobrax.mqtt] TX multiColorBox/request action=getInfo data=null

Log from starting version 0.9.6.1: 20:18:51[bridge] Verbinde mit Drucker 192.168.1.153:9883 … 20:18:51[kobrax.mqtt] TLS connected cipher=TLS_AES_256_GCM_SHA384 20:18:51[kobrax.mqtt] CONNACK rc=0 20:18:51[kobrax.mqtt] SUB anycubic/anycubicCloud/v1/printer/public/20030/a30a207fb8c80652b22be3caef254f7b/# 20:18:51[bridge] MQTT verbunden 20:18:51[kobrax.mqtt] TX info/request action=query data=null 20:18:51[bridge] Bridge läuft auf http://192.168.240.2:7125 20:18:51[bridge] OrcaSlicer → Klipper → Host: 192.168.240.2 Port: 7125 20:18:51[bridge] Ctrl-C zum Beenden 20:18:54[aiohttp.access] 192.168.1.193 [02/May/2026:20:18:54 +0000] "GET /api/state HTTP/1.1" 200 701 "http://192.168.1.112:7125/" "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36" 20:18:54[aiohttp.access] 192.168.1.193 [02/May/2026:20:18:54 +0000] "GET /api/state HTTP/1.1" 200 701 "http://192.168.1.112:7125/" "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Mobile Safari/537.36" 20:18:56[kobrax.mqtt] TX multiColorBox/request action=getInfo data=null
Owner

The device_id might be incorrect. The command extract_credentials --verbose displays all possible device IDs along with their frequency. Is there one there that has a similar structure? Unfortunately, I haven't seen any other IDs besides mine (starts with number ) and don't know if they follow a specific pattern.
To help distinguish them better.

The device_id might be incorrect. The command `extract_credentials --verbose` displays all possible device IDs along with their frequency. Is there one there that has a similar structure? Unfortunately, I haven't seen any other IDs besides mine (starts with number ) and don't know if they follow a specific pattern. To help distinguish them better.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: viewit/KX-Bridge-Release#17
No description provided.