i am very new to esphome. i have managed to get esphome on a D1 ESP8266 Mini and want to have a swich in homeassistant, when on the stepper motor is supposed to turn.
Hey there,
you might already have read the warning at the top of this page:
This means that your esphome device now knows your stepper motor but you need to link control options against it. You could define a button or an input_number, you can define a Home Assistant service, and many more.
Hey Johannes,
did you read a bit through the esphome docu and the links I’ve sent you? Did you get my example working? You should have a slider in Home Assistant to control the motor in some way. Did you get that far?
Next you need to think about your use case. What do you want to achieve? Can you explain it in simple technical words? Happy to help with the steps
I’m not the original poster but I’m in a similar quandary as them, I can get the slider with the positions but I would like to just have an option to toggle continuous movement on or off, tutorials i’m finding seem to have a lot of examples that rely on me having some level of knowledge that I simply don’t, as simply copying their examples in and changing the id to the ones i’ve already defined don’t seem to do anything.