The chain of data starts with rtl_433 which collects the temperature sensor data via an RTL-SDR. The output of rtl_433 is sent to Mosquitto, an MQTT messaging protocol server. A program called Telegraf then subscribes to the MQTT queue, and parses and transmits the metrics to InfluxDB. ...
The MQTT Client-ID is computed from the driver string. If you use multiple RTL-SDR, perhaps set a serial and select by that (helps not to get the wrong antenna). [-F influx[:[//]host[:port][/<path and options>]] Specify InfluxDB 2.0 server with e.g. -F "influx://localhost:...
Changed rtl_433_mqtt_hass.py to use moisture class (#2726) Changed rtl_433_mqtt_hass.py to add battery_mV (#2725) Changed Fineoffset-WS90 packet size check (#2702) Fixed logging message in HA script (#2696) Added Pool/Spa Thermometer PN 7009973 note to Bresser-6in1 (#2689) Added ph...
share/doc/rtl-433/examples/rtl_433_http_ws.py /usr/share/doc/rtl-433/examples/rtl_433_influxdb_relay.py /usr/share/doc/rtl-433/examples/rtl_433_json_to_rtlwmbus.py /usr/share/doc/rtl-433/examples/rtl_433_mqtt_hass.py /usr/share/doc/rtl-433/examples/rtl_433_mqtt_relay.py /usr...
rtl_433_json_to_rtlwmbus.py /usr/share/doc/rtl-433/examples/rtl_433_mqtt_hass.py /usr/share/doc/rtl-433/examples/rtl_433_mqtt_relay.py /usr/share/doc/rtl-433/examples/rtl_433_prometheus_relay.py /usr/share/doc/rtl-433/examples/rtl_433_rrd_relay.py /usr/share/doc/rtl-433/...
Software: OpenMQTTGateway Node: N/A npm: N/A Process Supervisor not applicable Additional Context No response dilmashadded thebugSomething isn't workinglabelNov 16, 2023 Thanks for identifying this To confirm which decoder is triggering this, can you add this line back in ( you may need to...
rtl_433_json_to_rtlwmbus.py rtl_433_mqtt_hass.py rtl_433_mqtt_relay.py rtl_433_prometheus_relay.py rtl_433_rrd_relay.py rtl_433_statsd_pipe.py rtl_433_statsd_relay.py include man src tests .clang-format .gitignore AUTHORS CHANGELOG.md CMakeLists.txt COPYING Doxyfile.in README.md ...
rtl_433 -F json -M utc | mosquitto_pub -t home/rtl_433 -lWill pipe the output to network as JSON formatted MQTT messages. A test MQTT client can be found inexamples/mqtt_rtl_433_test_client.py. rtl_433 -f 433.53M -f 434.02M -H 15Will poll two frequencies with 15 seconds hop ...
std::string devnum = munge_to_printable(get_definition_opt("device")); if (devnum != "") { set_int_source_cap_interface("rtl433usb#" + devnum); } else { set_int_source_cap_interface("rtl433usb"); }if (!in_mqtt) { set_int_source_hardware("rtlsdr");...
For TLS support (mqtts and influxs) you need OpenSSL installed. E.g. install Chocolatey then open a Command Prompt and choco install openssl Clone the project, e.g. open Visual Studio, change to "Team Explorer" > "Projects" > "Manage Connections" > "Clone" and enter https://github....