Looks like Mark has updated CumulusMX MQTT. Could use some assistance please.
Do I need to add anything to my configuration.yaml file to make it work?
My yaml:
- platform: mqtt
state_topic: “CumulusMX/DataUpdate”
name: “Davis Windspeed”
unit_of_measurement: ‘mph’
icon: mdi:weather-windy
value_template: ‘{{ value_json.wspeed }}’
CumulusMX new DataUpdateTemplate.txt file:
{“topics”: [
{
“topic”: “CumulusMX/DataUpdate”,
“data”: ““time”:”<#timehhmmss>",“windspeed”:<#wlatest rc=y>,“winddir”:<#bearing>,“temp”:<#temp rc=y>,“humidity”:<#hum>,“wgust”:<#wgust rc=y>,“dew”:<#dew rc=y>,“wchill”:<#wchill rc=y>,“wspeed”:<#wspeed rc=y>,“press”:<#press rc=y>,“UV”:<#UV>,“SolarRad”:<#SolarRad>,“rfall”:<#rfall>,“rrate”:<#rrate>,“heatindex”:<#heatindex>,“bearing”:<#bearing>,“wchill”:<#wchill>,“forecast”:<#forecastenc>,
“retain”: false
}
]}