Hi! I thought you might be interested in the status of the HA integration so attached you'll find some screenshots. The pull request which I created yesterday is required to make the integration work. So when that's incorporated I can release the integration.
It's not entirely clear to me how the data groups work. Can you elaborate?
Also some thing I notices in your API which could use some fine tuning:
The function data_threshold expects the value to be in milliamperes while record_intensity_threshold in the UMmeterData object is converted to amperes.
In my opinion the keys record_capacity_threshold, record_energy_threshold and record_intensity_threshold don't really cover the purpose. I think recorded_capacity, recorded_energy and recording_treshold would be better fitting. What do you think?


Hi! I thought you might be interested in the status of the HA integration so attached you'll find some screenshots. The pull request which I created yesterday is required to make the integration work. So when that's incorporated I can release the integration.
It's not entirely clear to me how the data groups work. Can you elaborate?
Also some thing I notices in your API which could use some fine tuning:
The function
data_thresholdexpects the value to be in milliamperes whilerecord_intensity_thresholdin the UMmeterData object is converted to amperes.In my opinion the keys
record_capacity_threshold,record_energy_thresholdandrecord_intensity_thresholddon't really cover the purpose. I thinkrecorded_capacity,recorded_energyandrecording_tresholdwould be better fitting. What do you think?