reaper7 / SDM_Energy_Meter

reading SDM72 SDM120 SDM220 SDM230 SDM630 modbus energy meters from arduino (esp8266, esp32, avr)
247 stars 97 forks source link

Wrong register for SDM18 #87

Open llams opened 1 week ago

llams commented 1 week ago

You have specified an incorrect current register address for the device SDM18

Correct address: DDM_PHASE_1_VOLTAGE - 0x0000 DDM_PHASE_1_CURRENT - 0x0006 DDM_PHASE_1_POWER - 0x0012 DDM_PHASE_1_REACTIVE_POWER - 0x0018 DDM_PHASE_1_POWER_FACTOR - 0x001E DDM_FREQUENCY - 0x0046 DDM_IMPORT_ACTIVE_ENERGY - 0x0156 DDM_IMPORT_REACTIVE_ENERGY - 0x0158