Powerwall - Extended Parameters

My Powerwall updated to 1.9.1 some weeks back and that broke the PVOutput Integration Services as the time stamp was incorrect and could not seem to be fixed by config file changes - unable to use PVOutput for Powerwall data since this time…
Pleas to Tesla Australia for longer term data fell on deaf ears - not in their priority list to be available soon. My contemplated solution is to record locally from the Gateway to local database

Greg Nichols

The timestamps are now presented in local time rather than UTC. A fix will be available in the next version of the Integration Service, possibly early next week.

The Integration service runs with the timezone=Australia/Sydney without any output. Connects to the gateway interface but does not read any data. Perhaps in re-installing the service I have missed something or perhaps the gateway update changed the data presentation to the reader.

Hi BB - can it be configurable please - my PW2 hasn’t been updated yet and I don’t know when it will be. So there might be two sets of users - those that are running on 1.9.1 and those that aren’t (I’m running 1.6 at this point in time).

It will work for both scenarios.

The service will use timezone used by the PW gateway and convert that to the timezone configured in pvoutput.ini

1 Like

The latest version of the PVOutput Integration Service should now work with PW Firmware 1.9.1

The quickest way to upgrade from 1.5.1 to 1.5.1.1 is -

  • Download the above zip
  • Stop the PVOutput Integration Service
  • Copy the file org.pvoutput.integration.jar from the lib directory in the zip and overwrite the existing file in your install directory
  • Start the PVOutput Integration Service
  • The pvoutput.log should indicate that 1.5.1.1 is now running
3 Likes

OK - I’ve got all of my set up done now until the SOE (battery percentage) is available in the next release. I’ve got the solar generation reporting along with all of the params that BJReplay showed in his configuration setup (not using all). Happy I’ve got the big picture for what I want to see, Solar generation, house usage, battery use/recharge, and export to the grid. Thanks to everyone for their contributions.

Hi BB - can you do me a favour and look at my output page? It is reporting funny numbers although the graph looks OK for the extended parameters. The table shows the Power and Power Used as being the close to the same. Sometimes it reflects the solar generated and sometimes the load - it is very random. I can’t figure it out so any help would be appreciated. Thanks in advance.

What does the powerwall.ini configuration look like - either load or solar can be used per service.

I am running two services on the same PC - one for Load and the other for Solar. They are called something different (.name).

Check that the dir=c:/logs directory in pvoutput.ini is unique for both services

If the log directories are the same, the PW0-yyyy-mm-dd.log log file used to upload data will be overwritten each time by either service.

That will be it - and it makes total sense - thank you.

Just to confirm - all looking very good today BB - thanks again…

No problems, thanks for the update.

Anyone here have any idea how to display the Battery SoC extended parameter? I can’t seem to make it appear.

I’m using the Powershell script above to successfully upload battery SoC% as v9 data - I can see the raw data is available on PVOutput (it’s included in the live data CSV download), but the displayed graph always says 0.

https://pvoutput.org/intraday.jsp?id=6483&sid=54376 is my system.

I have v9 listed as Battery, Unit %, Summary Last, Axis 0

It doesn’t look like zero, the last value I see is .675% - which I’m assuming is a decimal placement issue - probably should be showing 67.5%

Yes, I eventually found it had “Divide by 1000” set under the cog.

Divide by 10 works better, but the scale doesn’t really suit, as it is calibrated in KW, with no way I can see to change to %, so it will approach 10KW for 100%. In a perfect world, you could set the parameter for the capacity - 13.5KWHr - and that would be the 100% value it would approach, instead of 10KW.

BB said that the next version 1.5.2(?) was going to have the SOE as a parameter - he didn’t mention how he was going to represent it on the graph though.

It would just be another extended parameter - the usual formatting options would be available.

1 Like

State of charge data is now supported as an extended parameter.

https://bitbucket.org/pvoutput/pvoutput-integration-service/downloads/org.pvoutput.integration.v1.5.2.zip

Upgrade instructions -

Add to powerwall.ini

soc-url=http://<gateway_ip>/api/system_status/soe
soc-parameter=v12
2 Likes