Skip to content

CSV output prints only headers #3225

@HaxtonFale

Description

@HaxtonFale

I'm trying to capture the signals from my weather sensor outside so I tried running the following invocation:

$ rtl_433 -v -F csv:weather/sdr.csv -R 19

The problem is that it produced the following file:

$ cat weather/sdr.csv
time,msg,codes,model,id,channel,battery_ok,temperature_C,humidity
time,msg,codes,model,id,channel,battery_ok,temperature_C,humidity
time,msg,codes,model,id,channel,battery_ok,temperature_C,humidity
time,msg,codes,model,id,channel,battery_ok,temperature_C,humidity
time,msg,codes,model,id,channel,battery_ok,temperature_C,humidity
time,msg,codes,model,id,channel,battery_ok,temperature_C,humidity
time,msg,codes,model,id,channel,battery_ok,temperature_C,humidity
time,msg,codes,model,id,channel,battery_ok,temperature_C,humidity
time,msg,codes,model,id,channel,battery_ok,temperature_C,humidity
time,msg,codes,model,id,channel,battery_ok,temperature_C,humidity

This feels less than ideal.

I'm using RTL-SDR V4 with Debian 12 (bookworm), rtl_433 version 22.11 (2022-11-19) from the repo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feedbackRequest for more information; may be closed in 30d if not received

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions