good evening
I put the two lines on the sensor map but it doesn't work. I am writing you
a series of attempts made by me along with your suggestions:
UV = uv_index.225.FOWHx080Packet
radiation = light.225.FOWHx080Packet
radiation = radiation.225.FOWHx080Packet
UV = uv_index.225.FOWH3080Packet
radiation = light.225.FOWH3080Packet
radiation = light.225.FOWH3080Packet
I don't know what I did wrong.
I rewrite the data I receive from my Nesdr:
{"time": "2022-08-09 14:42:36", "model": "Fineoffset-WHx080", "subtype": 2,
"uv_sensor_id": 225, "uv_status": "OK", "uv_index ": 3," lux ": 36888.800,"
wm ": 54.010," mic ":" CRC "}Il giorno lun 8 ago 2022 alle ore 16:44 Peppe <[email protected]> ha scritto: > > first of all thank you so much for answering me. I was wrong in > transcribing the syslog. > this is correct: {"time": "2022-08-07 13:26:39", "model": > "Fineoffset-WHx080", "subtype": 2, "uv_sensor_id": 225, "uv_status": " OK > "," uv_index ": 2," lux ": 32082.000," wm ": 46,972," mic ":" CRC "} > I'll try your suggestions and post them here > > Il giorno lunedì 8 agosto 2022 alle 09:18:08 UTC+2 [email protected] ha > scritto: > >> I've never seen "*End*offset-WHx080", not sure if this is available in >> sdr.py, but maybe I'm wrong. >> >> Mine works with following sensor map entries: >> >> UV = uv_index.*.FOWHx080Packet >> radiation = light.*.FOWHx080Packet >> >> You can replace *** with your ID (necessary if there are other WHx080 >> stations around) >> >> >> [email protected] schrieb am Sonntag, 7. August 2022 um 15:45:17 UTC+2: >> >>> I used a weeewx 4.8.0 installation using the weewx-sdr driver updated on >>> February 12th of this year and capturing the sensors at 433 mhz with a >>> Nesdr key; >>> the sdr.py file is from January 22nd >>> >>> Il giorno domenica 7 agosto 2022 alle 15:32:29 UTC+2 Peppe ha scritto: >>> >>>> Hello everyone, I ask you for a little help to insert the uv and >>>> radiation sensors of a whx080 station into my sensor map. >>>> Here is the result of the sudo rtl_433 -M utc -F json command: >>>> >>>> {"time": "2022-08-07 13:26:39", "model": "Endoffset-WHx080", "subtype": >>>> 2, "uv_sensor_id": 225, "uv_status": "OK", "uv_index ": 2," lux ": >>>> 32082.000," wm ": 46,972," mic ":" CRC "} >>>> >>>> What is the right line to insert within the weewx.conf sensor map? >>>> thanks for your cooperation and sorry for my bad english >>>> >>> -- > You received this message because you are subscribed to a topic in the > Google Groups "weewx-user" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/weewx-user/PohR3wcR1UM/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/e67461ea-3e02-4979-afd2-7191a4cfc043n%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/e67461ea-3e02-4979-afd2-7191a4cfc043n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 on the web visit https://groups.google.com/d/msgid/weewx-user/CAOvMtO9mxo4vFHOmZrvfy2quM8me7fTxO0QWu3SaDEG%3DBokqqA%40mail.gmail.com.
