ESPEasy firmware

It works now:

- platform: mqtt name: "Wemos D1 MQTT" command_topic: "/WemosD1/gpio/5" state_topic: "/WemosD1/relais/state" payload_on: "1" payload_off: "0" qos: 1 retain: true

When controlling the relay over HTTP, the toggle switch in HASS now changes to on/off accordingly. Yay!
I’m now going to order the ‘Linknode R4’, which is a nice board with a ESP and 4 relays. I find that it looks very safe with the milled slots in the PCB to create more isolation distance. I’m going to use it to control my mechanical home ventilation soon.

onyone use espeasy with HC-SR501 PIR Sensor. I have problem with this sensor, not working well.

they need 5v to run and should be at least a few inches away from the radio (rf seems to make them wacky)

Hey,

I installed it in the following way (also Wemos D1 Mini v2) .
There where some glitches in previous versions of esp easy with relais .
also had a bug with the systemname variable (advanced tab)
Cut from the config like below

switch:

  • platform: mqtt
    name: “Afzuiging”
    state_topic: “azrelay/gpio/5”
    command_topic: “azrelay/gpio/5”
    payload_on: “1”
    payload_off: “0”
    optimistic: false
    qos: 0
1 Like