TX20/TX23 Wind Speed/Direction Sensor

Anyone implemented this? I have a TX23, got it all wired up, through logs i can’t see anyt data being received?

I’m at a loss on how to even debug.

Sam

Have you done this?



Note

In order to create a text sensor to show the textual representation of the wind direction the following config can be used. “tx20_id” needs to be replaced with the id of the TX20 sensor (not with the id of the subsensors).

text_sensor:
- platform: template
  name: "Textual Representation Wind Direction"
  lambda: |-
    return {id(tx20_id).get_wind_cardinal_direction()};
  update_interval: 2s

I know you would of checked your wiring but sometimes I mess up even after looking at it 100 time.

Also need to see your code.