Ambient Weather available locally now. Integration anyone?

Also Stuck. installed integration and add on, configured my station, can see the data in the logs, but no sensors appear.

2024-02-03 13:23:46.487 ERROR (MainThread) [custom_components.awnet_local] MAC address not in correct format. Parsed MAC: 5D0C5E40C01A1480AE58D4BF3F4891CC. Expected formats: 000000000000, 00:00:00:00:00:00, 00-00-00-00-00-00 or 0000.0000.0000

it appears the mac is no longer being sent in the string. It’s now a passkey, also firmware version is passed along now.

192.168.1.219 - - [03/Feb/2024 13:33:56] "GET ?&PASSKEY=5D0C5E40C01A1480AE58D4BF3F4891CC&stationtype=AMBWeatherPro_V5.1.5&dateutc=2024-02-03+18:33:55&tempf=35.4&humidity=38&windspeedmph=6.93&windgustmph=9.17&maxdailygust=10.29&winddir=352&uv=2&solarradiation=299.77&hourlyrainin=0.000&eventrainin=0.000&dailyrainin=0.000&weeklyrainin=0.142&monthlyrainin=0.039&yearlyrainin=6.598&totalrainin=16.110&battout=1&tempinf=64.0&humidityin=43&baromrelin=29.710&baromabsin=29.840 HTTP/1.1" 200 0

I see the mac address override in the config for this situation, but it won’t take the mac, i get an error.

Failed to save add-on configuration, does not match regular expression ^(?:[a-f0-9]{2}[\.\-:]?){5}[a-f0-9]{2}$. Got {'log_level': 'WARNING', '-passkey_override': '5D0C5E40C01A1480AE58D4BF3F4891CC', 'passkey_override': '08:3A:8D:DE:D4:B5'}

ugh, lowercase letters only in the override field :person_facepalming:

its working now, I have all the sensors populating.

Any success? I have WS-2902A and using the app you’ve mentioned I was able to upgrade firmware and set custom webserver.

However I am not getting anything after installing GitHub - neilenns/ambientweather2mqtt: Converts Ambient Weather data to MQTT events

Anyone has better luck?