[MacPorts] #69940: Missing recent protocol definitions
MacPorts
noreply at macports.org
Wed May 8 15:12:01 UTC 2024
#69940: Missing recent protocol definitions
------------------------+---------------------
Reporter: wenestvedt | Owner: (none)
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.9.3
Keywords: | Port: rtl_433
------------------------+---------------------
The version of rtl_433 shipping in Macports now -- "rtl_433 version 21.12
(2021-12-14)" -- only knows about protocols up to number 207, whereas the
current version -- 23.11, which is almost two years newer -- has protocols
defined up to number 257. As a result my device, a Govee water sensor,
using protocol number 231, isn't recognized. I just installed MacPorts an
hour ago so it's not stale.
Here's the terminal output:
{{{
$ rtl_433
rtl_433 version 21.12 (2021-12-14) inputs file rtl_tcp RTL-SDR SoapySDR
with TLS
Use -h for usage help and see https://triq.org/ for documentation.
Trying conf file at "rtl_433.conf"...
Reading conf from "rtl_433.conf".
Publishing MQTT data to 192.168.1.200 port 1883
Publishing events info to MQTT topic "rtl_433[/model][/id]".
Protocol number specified (231) is larger than number of protocols
}}}
My rtl_433 configuration file is as follows, taken from a Debian host
where it runs happily:
{{{
output
mqtt://192.168.1.200,user=REDACTED,pass=REDACTED,retain=0,events=rtl_433[/model][/id]
report_meta time:iso:tz:local
output kv
protocol 192 #Govee Water Leak Detector H5054, Door Contact Sensor B5023
protocol 231 #Govee Water Leak Detector H5054
}}}
--
Ticket URL: <https://trac.macports.org/ticket/69940>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list