Connects successfully but nothing seems to work? #17
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
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
The device_id might be incorrect. The command
extract_credentials --verbosedisplays 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.