im having some headace on this issue, i used to run node-red but felt like trying home assistant, all my Tasmota units work like out of the box, but my out door temp DTH22 on wemos mini with Espeasy will not post to HA, i installed the mosquitto mqtt app on HA and it works fine with all other units not Espeasy.
i configured the configuration.yaml like this:
sensor:
- platform: mqtt
name: "outside"
state_topic: "/Easy/dht/temp"
value_template: "{{ value_json['DTH'].Temperature }}"
unit_of_measurement: "°C"
in Espeasy i use openHAB mqtt with controllers
and in rules i have it post on boot "Publish /Easy/dht/temp"
my sensor is set up like this:
Skærmbillede 2018-03-01 kl. 14.11.03.png
all i get is reading of - in HA
any advice is appreciated

You do not have the required permissions to view the files attached to this post.