Hello all I’m trying to get P1 cable working on iskra am550 dsrm.
But it cant seem to get it to work.
I connected the usb to my laptop and the cable is working.
These are my settings:
# ISKRA AM550 (DSMR 5.0)
# Entry for USB/serial connected Smartmeter
- platform: dsmr
device: /dev/ttyUSB1
dsmr_version: 5
group:
# ISKRA AM550 (DSMR 5.0)
# Entry for USB/serial connected Smartmeter
meter_readings:
name: Meter readings
entities:
- sensor.power_consumption_low
- sensor.power_consumption_normal
- sensor.power_production_low
- sensor.power_production_normal
- sensor.gas_consumption`
Is there something i’m missing?
Got it working already.
The problem was Meter_readings. I removed that part and now everything is working fine.