Results 35 comments of Greg

@lnlp Sorry for the late reply. If I remember correctly you have an Envoy-S? The current watts now value would be coming from ```/production.json```. This could account for the difference.

@lnlp I suspect this is still and issue? I was looking at a different issue today and saw that the Production value from a Production CT was negative in the...

@rsnodgrass I don't have access to an Envoy currently with batteries, are those URLs password protected?

I've looked into this a little bit more after implementing the Battery status for #36. It seems adding the grid connection status of the Enpower Smart Switch might be beneficial...

With the added `envoy_utils` library the `envoy_reader` can now determine the password for the `installer` account. I can see about working on this Issue after #86 is resolved.

@mmiller7 I believe the default polling period is 30seconds. Do you want a way to increase it to poll say every 45-60seconds?

In the post that is linked it mentions this query does not work `http://iotawatt/query?select=[net.wh,grid_consumption.wh,grid_return.wh]&begin=d&end=s&group=all` Unfortunately changing the parameter of `group` to `auto` or some other value the IoTaWatt backend returns...

@jyavenard Would the only code change (probably on the IoTawatt Home Assistant integration code side) that would need to be made is to change the negative values to positive and...

Is your Input and Output named the same in the IoTaWatt web interface? The Input and Output should be created in HA just that the Output will have appended _2...

Also how are you looking for the sensors? Through the Entities page? Developer Tools? Or from the drop down selection list in the Energy Dashboard configuration?