HI,
I want to know what pins are available to plug a sensor ( Door sensor) with a Adafruit motorshield v2, I use a several pins, none of them work...
Thank you !
Search found 3 matches
- 14 Jul 2021, 03:07
- Forum: ESP Easy: Hardware
- Topic: Available pins with Motorshield v2 adafruit
- Replies: 1
- Views: 5866
- 14 Jul 2021, 02:57
- Forum: ESP Easy: Hardware
- Topic: Adafruit motor shield
- Replies: 1
- Views: 12862
Re: Adafruit motor shield
I use this with Home Assistant: switch: - platform: mqtt name: Porte_Poulailler command_topic: "Porte_Poulailler/cmd" payload_on: "MotorShieldCMD,Stepper,1,Backward,800,DOUBLE" payload_off: "MotorShieldCMD,Stepper,1,Forward,800,DOUBLE" icon: mdi:garage
- 13 Nov 2019, 02:38
- Forum: ESP Easy: Software
- Topic: MQTT Hassio and Wemos relay shield
- Replies: 0
- Views: 8002
MQTT Hassio and Wemos relay shield
Hi, I'm novice in Mqtt... and bad in English. I try to configure my Wemos relay shield, with this configuration in configuration.yaml: ``` switch: - platform: mqtt name: "Lampe" command_topic: "lampe/gpio/5" state_topic: "lampe/gpio/5/state" payload_on: "1" pa...