Is anyone using the AAG 1-Wire Wind Instrument?

I was given an AAG 1-Wire Wind Instrument. It’s over 20-years old and apparently was a one-wire demonstration kit from Dallas Semiconductor. I can find block diagrams and some code fragments for using it, but I can’t find a schematic for this version (probably Version 1).

So, can anyone help me? I would like to use this as an ESPHome device.

I just saw this as my Raspberry Pi that has been running my weather station (bought from Dallas Semi in 1998) dropped off-line and I would like to try getting mine to work with ESPHome.

Did you ever get this working with ESPHome?

Has anyone tried to integrate OWFS (one Wire File System) into ESPHome?

I do have everything to get a Raspberry Pi working with the Dallas/AAG weather station including rain gauge, pressure humidity and such, so I may end up either figuring out why my RPi dropped off the ethernet or replace it with a newer one. Even though I would love to have an ESP32 running it at lower power consumption.

Yes, it’s working and no, it’s not integrated.
I wrote an Arduino sketch to flash to a Wemos D1 Mini, and it publishes the data to Home Assistant over MQTT.

Here is a link to my project on Github.

thanks I’ll look into that