The reference for the field names in my case is "customized" and there is no "illuminance" field here, but rather "solarradiation." This is because newer values are always made available first in "customized".
response for url http://192.168.0.110/get_livedata_info? --> {"common_list":[ { "id": "0x02", "val": "17.7", "unit": "C" }, { "id": "0x07", "val": "79%" }, { "id": "3", "val": "17.7", "unit": "C" }, { "id": "5", "val": "0.43 kPa" }, { "id": "0x03", "val": "14.0", "unit": "C" }, { "id": "0x0B", "val": "0.00 km/h" }, { "id": "0x0C", "val": "3.96 km/h" }, { "id": "0x19", "val": "31.32 km/h" }, { "id": "0x15", "val": "790.77 W/m2" }, { "id": "0x17", "val": "7" }, { "id": "0x0A", "val": "2" }], You can get "illuminance" with [StdCalibrate] [[Corrections]] luminosity = radiation * 126.7 if radiation is not None else None The factor 126.7 you use may vary. This value can be obtained via get_calibration_data? --> {"SolarRadWave":"126.7","solarRadGain":"1.00" ... This factor of 126.7 is a generally accepted value. >difference between your version and the original: Short answer: *My modified driver supports all currently possible sensors from Ecowitt and really ALL* https://github.com/WernerKr/Ecowitt-or-DAVIS-stations-and-Season-skin/blob/main/ecowitt_http/compare_%20gw3000_live_data.txt [email protected] schrieb am Samstag, 12. Juli 2025 um 00:17:02 UTC+2: > Has illuminance and radiation changed with the http API or why the change > in the code? > What is the difference between your version and the original and why > didn't you fork the original one? > > Werner Krenn schrieb am Freitag, 11. Juli 2025 um 18:16:17 UTC+2: > >> The driver is almost complete. >> >> The "service" function isn't working and hasn't been touched. >> >> All settings in weewx.conf and further information are documented on >> GitHub: >> >> >> https://github.com/WernerKr/Ecowitt-or-DAVIS-stations-and-Season-skin/tree/main/ecowitt_http >> >> At the moment there are no plans to create an installation package for >> this! > > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/weewx-user/03418726-4ff1-47ff-8ad3-3c4ec5684db4n%40googlegroups.com.
