applenana / AP-AMS

一个简单的适用于拓竹的自动换色系统
MIT License
118 stars 28 forks source link

Questions #11

Open druckgott opened 2 months ago

druckgott commented 2 months ago

I did a english verison: https://github.com/druckgott/AP-AMS/tree/main

What I did not understand, what is: HA... Tuozhu ...

Can you give an explenation?

jnlpc123 commented 2 months ago

HA: Homeassistant Tuozhu:bambu lab

druckgott commented 2 months ago

ok i get the connection. Can you tell me in the broker where I can find the esp thing ams?

grafik

I take ID 5, currently I have only an ESP without motors and servos and so on.

I aktivate Debug and get this: grafik

ist there a link for this availibe? BMG gear The rest of the parts I have at home to build a testversion.

How can I see the "ams esp" in the Bambulab Studio? Or how is it exactly triggered that it knows to use this ams?

Can you mabe make a complete video how its working and where you can see what from slizer over mqtt broker to the "esp ams" itself?

applenana commented 2 months ago

The specific information from the ESP won’t appear in the slicing software but will show up in HomeAssistant. From the images you’ve sent, I can confirm that you’ve successfully connected to Bambu and the MQTT server. However, it seems you haven’t set up your own HomeAssistant service yet. HomeAssistant is an excellent open-source smart home platform. Here’s the link to its official website: https://www.home-assistant.io/. Once you’ve understood and set up HomeAssistant, you can add your established MQTT service, and then you’ll be able to see the ESP’s operation in HA (HomeAssistant). If you need real-time communication, you can join our group on QQ.

applenana commented 2 months ago

BMG gear is a part of BMG extruder components kit.

druckgott commented 1 month ago

I have iobroker aß open source platform is it only working with homeassistant? Mqtt should normale. Work. With all Services which can handle this or? My bambulab is also Show in iobroker. The connection. To the iobroker with mqtt already works. So my expextion is that the Broker Software should have no influence if its mqtt!?

But it can also work in comnination with a original ams? Or do I use only diy ams?

OK I found it, so it also works with iobroker grafik

druckgott commented 1 month ago

Why do you stor All the Keys in the mqtt massages haClient.publish(("AMS/"+filamentID+"/wifiName").c_str(),wifiName.c_str()); haClient.publish(("AMS/"+filamentID+"/wifiKey").c_str(),wifiKey.c_str());

On two. Places? I think this is Not nacessary, its only a security leak?!