You have two "[SDR]" stanzas. Only one is allowed. Combine them into one.
So, this

[SDR]
    # This section is for the software-defined radio driver.

    # The driver to use
    driver = user.sdr
    cmd = rtl_433 -M utc -F json -R 55


# collect data from Acurite-606TX


[SDR]
    driver = user.sdr


[[sensor_map]]
OutTemp = temperature.25.Acurite606TXPacketV2


becomes this

[SDR]
    # This section is for the software-defined radio driver.

    # The driver to use
    driver = user.sdr
    cmd = rtl_433 -M utc -F json -R 55


    [[sensor_map]]

        OutTemp = temperature.25.Acurite606TXPacketV2



On Fri, Sep 13, 2024 at 12:29 AM 'ALPHA SG' via weewx-user <
[email protected]> wrote:

> I sent a response but it does not appear here, I made a mistake in sending
> the response to the author :)
> but I looked at the file and deleted line 68
> [SDR]
>     driver = user.sdr
> now the error has changed. here is the new error log
> thank you.
>
> systemctl status weewx
>
> weewx.service - weewx weather system
>      Loaded: loaded (/etc/systemd/system/weewx.service; enabled; vendor
> preset: enabled)
>      Active: failed (Result: timeout) since Fri 2024-09-13 01:01:03 CEST;
> 12min ago
>     Process: 853 ExecStart=/usr/bin/weewxd /etc/weewx/weewx.conf
> (code=killed, signal=TERM)
>         CPU: 25.971s
>
> Sep 13 01:01:03 raspberrypi weewxd[853]: DEBUG __main__:     ****    File
> "/usr/lib/python3.9/queue.py", line 180, in get
> Sep 13 01:01:03 raspberrypi weewxd[853]: DEBUG __main__:     ****
>  self.not_empty.wait(remaining)
> Sep 13 01:01:03 raspberrypi weewxd[853]: DEBUG __main__:     ****    File
> "/usr/lib/python3.9/threading.py", line 316, in wait
> Sep 13 01:01:03 raspberrypi weewxd[853]: DEBUG __main__:     ****
>  gotit = waiter.acquire(True, timeout)
> Sep 13 01:01:03 raspberrypi weewxd[853]: DEBUG __main__:     ****    File
> "/usr/share/weewx/weewxd.py", line 221, in sigTERMhandler
> Sep 13 01:01:03 raspberrypi weewxd[853]: DEBUG __main__:     ****
>  raise Terminate
> Sep 13 01:01:03 raspberrypi weewxd[853]: DEBUG __main__:     ****
>  Terminate
> Sep 13 01:01:03 raspberrypi systemd[1]: weewx.service: Failed with result
> 'timeout'.
> Sep 13 01:01:03 raspberrypi systemd[1]: Failed to start weewx weather
> system.
> Sep 13 01:01:03 raspberrypi systemd[1]: weewx.service: Consumed 25.971s
> CPU time.
>
> Le vendredi 13 septembre 2024 à 00:09:34 UTC+2, Tom Keffer a écrit :
>
>> Take a look at line 68 in /etc/weewx/weewx.conf. Something is malformed.
>>
>> On Thu, Sep 12, 2024 at 2:24 PM 'ALPHA SG' via weewx-user <
>> [email protected]> wrote:
>>
>>> Good evening,
>>> I'm a new user and I installed weewx version 5 on the rpi .
>>> I have an error when I do systemctl status weewx (start or stop it's the
>>> same)
>>> I will post the log i hope is help .
>>>  I don't really know where the problem comes from.
>>> thanks.
>>>
>>> --
>>> 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/944dfe79-cefd-431c-a9ef-bf451220a30an%40googlegroups.com
>>> <https://groups.google.com/d/msgid/weewx-user/944dfe79-cefd-431c-a9ef-bf451220a30an%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/5ca34c0f-a50d-489e-b85e-003ea1e8711an%40googlegroups.com
> <https://groups.google.com/d/msgid/weewx-user/5ca34c0f-a50d-489e-b85e-003ea1e8711an%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/CAPq0zEB1pk3ycBr%2Bmi0Yyg__L6Mwdrr_Vocwx82E-fMZ-VYDjg%40mail.gmail.com.

Reply via email to