CircuitSetup / Split-Single-Phase-Energy-Meter

Split Single-phase Energy Meter
https://www.crowdsupply.com/circuitsetup/split-single-phase-energy-meter
MIT License
263 stars 57 forks source link

The fields sent from ESP don't match CircuitSetup defaults on SD card image #9

Closed veggie2u closed 5 years ago

veggie2u commented 5 years ago

The fields I am getting from the ESP via MQTT are as follows: 0, V1, V2, CT1, CT2, totl, W, SolarV, SCT1, SCT2, totSolarl, SolarW, PF, temp, freq, freeram

These fields do not match the defaults from the SD image or the instructions image for creating a device and setting up inputs and feeds.

I am using the 'solar' version, which looks like 2 identical sensor modules. I just have one hooked up to Main.

CircuitSetup commented 5 years ago

This is being looked at by the EmonCMS people.

CircuitSetup commented 5 years ago

This should be fixed with this PR: https://github.com/emoncms/device/pull/48

veggie2u commented 5 years ago

There was an issue with the JSON that was fixed with https://github.com/emoncms/device/pull/49