From 77a32d1507f9521e139d73b2e3b8c86964439dac Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sat, 20 Jun 2026 05:51:22 +0200 Subject: [PATCH] fix: Use IP instead of dns name For some reason DNS resolution does not work properly, so we are going to use the printers IP address for now. --- config/rooms/guest_bedroom.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rooms/guest_bedroom.lua b/config/rooms/guest_bedroom.lua index d364655..40ef344 100644 --- a/config/rooms/guest_bedroom.lua +++ b/config/rooms/guest_bedroom.lua @@ -13,7 +13,7 @@ function module.setup(mqtt_client) local light = nil local bambu = devices.Bambu.new({ - host = "thalia.huizinga.lan", + host = "10.0.0.108", device_id = secrets.printer_device_id, access_code = secrets.printer_access_code, callbacks = {