What does one do with a driver issue if the person that wrote it is not around?
I reprogrammed my rm young 26800 to mimic a response one unit. Used 2to3 on rmyro.py to fix errors since it was python2 not 3 and got it to run, data was collected and reports generated. But there are some issues, one is it looks to be in debug mode always dumping lots of data on what it is doing, two is that it double posts to WU. I have tried setting log success to false no change, tried wee_device rm_young.conf -- help to configure it and it just ends showing nothing. All of these things work fine on my other station which uses the CC3000 driver. I know nothing about programming in python, I have looked at the other drivers to see if maybe I could mimic a different wx station but all seem to have interaction with the device and I can't mimic that. Any help or suggestions would be appreciated.
Below is an example of what I amy trying to fix.
Jul 17 10:10:03 Satcom python3[32727]: weewx-rm_young[32727] INFO weewx.restx: Wunderground-RF: Published record 2023-07-17 10:10:03 PDT (1689613803)
Jul 17 10:10:03 Satcom python3[32727]: weewx-rm_young[32727] INFO weewx.restx: Wunderground-RF: Published record 2023-07-17 10:10:03 PDT (1689613803)
Jul 17 10:10:04 Satcom python3[32261]: weewx-rainwise[32261] INFO weewx.restx: Wunderground-RF: Published record 2023-07-17 10:10:00 PDT (1689613800)
Jul 17 10:10:05 Satcom weewxd[32727]: rmyro: primary raw: 0A 30 20 30 39 2E 33 31 20 32 30 32 2E 30 20 30 32 34 2E 35 20 30 33 34 2E 33 20 30 39 31 34 2E 36 20 30 30 30 30 30 20 30 30 2A 30 31 39 34 36 0D
Jul 17 10:10:05 Satcom weewxd[32727]: rmyro: primary parsed: {'wind_speed': 9.31, 'wind_dir': 202.0, 'temperature': 24.5, 'humidity': 34.3, 'pressure': 914.6, 'rain': 0.0}
Jul 17 10:10:05 Satcom weewxd[32727]: rmyro: mapped: {'windSpeed': 9.31, 'windDir': 202.0, 'outTemp': 24.5, 'outHumidity': 34.3, 'pressure': 914.6, 'rain_total': 0.0, 'dateTime': 1689613806, 'usUnits': 17, 'rain': 0.0}
Jul 17 10:10:05 Satcom weewxd[32727]: rmyro: primary raw: 0A 30 20 30 39 2E 38 35 20 31 39 37 2E 31 20 30 32 34 2E 35 20 30 33 34 2E 33 20 30 39 31 34 2E 36 20 30 30 30 30 30 20 30 30 2A 30 31 39 36 39 0D
Jul 17 10:10:05 Satcom weewxd[32727]: rmyro: primary parsed: {'wind_speed': 9.85, 'wind_dir': 197.1, 'temperature': 24.5, 'humidity': 34.3, 'pressure': 914.6, 'rain': 0.0}
Jul 17 10:10:05 Satcom weewxd[32727]: rmyro: mapped: {'windSpeed': 9.85, 'windDir': 197.1, 'outTemp': 24.5, 'outHumidity': 34.3, 'pressure': 914.6, 'rain_total': 0.0, 'dateTime': 1689613806, 'usUnits': 17, 'rain': 0.0}
Jul 17 10:10:05 Satcom weewxd[32727]: rmyro: primary raw: 0A 30 20 30 38 2E 34 38 20 32 30 30 2E 35 20 30 32 34 2E 35 20 30 33 34 2E 33 20 30 39 31 34 2E 36 20 30 30 30 30 30 20 30 30 2A 30 31 39 35 36 0D
Jul 17 10:10:05 Satcom weewxd[32727]: rmyro: primary parsed: {'wind_speed': 8.48, 'wind_dir': 200.5, 'temperature': 24.5, 'humidity': 34.3, 'pressure': 914.6, 'rain': 0.0}
Jul 17 10:10:05 Satcom weewxd[32727]: rmyro: mapped: {'windSpeed': 8.48, 'windDir': 200.5, 'outTemp': 24.5, 'outHumidity': 34.3, 'pressure': 914.6, 'rain_total': 0.0, 'dateTime': 1689613806, 'usUnits': 17, 'rain': 0.0}