Hi all, new to HA and discord in general so sorry in advance about dumb mistakes.
I'm troubleshooting the AMR2MQTT/MQTT connection and coming up empty. Everything is up to date, sysinfo below:
Add-on version: 2.1.2
You are running the latest version of this add-on.
System: Home Assistant OS 10.3 (aarch64 / raspberrypi4-64)
Home Assistant Core: 2023.7.0
Home Assistant Supervisor: 2023.07.1
I've verified that my RTL-SDR works and that my meters are readable on my PC using RTLAMR. And I can see messages published by my MQTT broker from my pc using MQTT explorer.
My mosquitto config:
logins:
- username: mqtt-user
password: #######
require_certificate: false
certfile: fullchain.pem
keyfile: privkey.pem
customize:
active: false
folder: mosquitto
debug: true
debug: true
Ports are standard 1883 etc.
My AMR2MQTT config:
meters:
- id: 17737313
protocol: scm
name: Electrical Meter
type: energy
manufacturer: Itron
- id: 1567099574
protocol: r900
name: Water Meter
type: water
manufacturer: Neptune
mqtt:
host: 127.0.0.1
port: 1883
log_level: debug