Page 1 of 1

Upload WH45 sensor data to Ambientweather (PM2.5, PM10 & Co2) ?

Posted: Wed Feb 23, 2022 3:15 pm
by _John C
Ive got an Ecowitt GW1000 uploading to Ambientweather via Meteobridge .

I have an Ecowitt WH41 sensor (outdoor PM2.5) which works fine and its data is uploaded through Metoebridge to Ambient.
This sensor works fine once I map physical sensor "air0!0pm" to logical sensor "air0pm"

I have also got an Ecowitt WH45 sensor (indoor PM2.5/PM10/Co2)
The data from this sensor shows up in Meteobridge as:
Air #4 - Which is the PM10 data
Air #5 - Which is the PM2.5 data
Data #4 - Which is the Co2 data

But I cannot get it up upload to Ambientweather

viewtopic.php?p=38665#p38665

Can this be solved ?

All the best,
John

Re: Upload WH45 sensor data to Ambientweather (PM2.5, PM10 & Co2) ?

Posted: Wed Mar 02, 2022 11:37 pm
by admin
Meteobridge can upload pm25 data when this is mapped to air0pm.
To my knowledge ambientweather network does not support more on air pollution data.
If you have alternative information, please let me know details.

Re: Upload WH45 sensor data to Ambientweather (PM2.5, PM10 & Co2) ?

Posted: Thu Mar 03, 2022 2:07 pm
by _John C
Thank you for your reply . Ambient also sell the sensor "AQIN"

Taken from the product Web page :
"The Ambient AQIN indoor sensor can be positioned anywhere in and around your home to monitor PM2.5, PM10, and CO2 concentration levels. Sends data to AmbientWeather.net where you can monitor and analyze the air quality."


https://ambientweather.com/indoor-wirel ... nitor-aqin


All the best,
John

Re: Upload WH45 sensor data to Ambientweather (PM2.5, PM10 & Co2) ?

Posted: Sun Mar 13, 2022 4:00 pm
by Gyvate
The corresponding MB sensors should be
air4pm = PM2.5 of WH45/AQUIN
air5pm = PM10 of WH45/AQUIN
data4num = CO2 of WH45/AQUIN
th9temp = temp of WH45/AQUIN
th9hum = humidity of WH45/AQUIN

so the Ambientweather upload string has to contain these sensors too if present

for the console's custom server upload to https://api.ambientweather.net/endpoint? an example (excerpt) of the variables (with values) is:
pm_in_temp_aqin=66.6&pm_in_humidity_aqin=46&pm25_in_aqin=5.8&pm25_in_24h_aqin=6.0&pm10_in_aqin=5.8&pm10_in_24h_aqin=6.4&co2_in_aqin=835&co2_in_24h_aqin=739

If necessary (=until Boris will provide an updated Ambientweather API string is his predefined weather services), I can provide the full http post string by which you can create a MB http post event (you would need to provide your Ecowitt sensor string);
you can check your Ecowitt string at http://ear.phantasoft.de - then the "normal" (=Ecowitt) names would have to be replaced by the Ambient names.
Have your GW1000 post there (instructions on the web site) and you will get your API string.
You can PM me as you probably don't want to publish all your string data 8)

If you want to run FOSHKplugin, you can have your GW1000 post there and FOSHKplugin will do all the conversion necessary.
FOSHKplugin has to run 24/7 on a server (RPi, NAS, WSL2 under Windows 10/11 ...)

Re: Upload WH45 sensor data to Ambientweather (PM2.5, PM10 & Co2) ?

Posted: Sun Mar 13, 2022 4:30 pm
by _John C
Thank you so much :D PM sent with string

Re: Upload WH45 sensor data to Ambientweather (PM2.5, PM10 & Co2) ?

Posted: Mon Mar 14, 2022 12:32 am
by _John C
Thank you for your help and advice Gyvate :D . But unfortunately I think its a bit beyond me :?

Ill hold out with the hope that Boris will release an update to deal with the WH45 sensor data upload to Ambient

Thanks once again :)

Re: Upload WH45 sensor data to Ambientweather (PM2.5, PM10 & Co2) ?

Posted: Mon Mar 14, 2022 12:33 am
by admin
I asked ambient to provide me an updated upload API description.

Re: Upload WH45 sensor data to Ambientweather (PM2.5, PM10 & Co2) ?

Posted: Mon Mar 14, 2022 12:35 am
by _John C
admin wrote: Mon Mar 14, 2022 12:33 am I asked ambient to provide me an updated upload API description.
Thank you so much :D