Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jasonacox/pypowerwall
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.3
Choose a base ref
...
head repository: jasonacox/pypowerwall
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.1
Choose a head ref
  • 13 commits
  • 86 files changed
  • 2 contributors

Commits on Nov 21, 2023

  1. Comments

    jasonacox committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    98682e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Add tedapi decode tool

    jasonacox committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    c319ec6 View commit details
    Browse the repository at this point in the history
  2. Update protobuf labels

    jasonacox committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b8e194d View commit details
    Browse the repository at this point in the history
  3. Fix PayloadConfigSend

    jasonacox committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b1232d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3572f0c View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Configuration menu
    Copy the full SHA
    e8b778c View commit details
    Browse the repository at this point in the history
  2. Fix favicon

    jasonacox committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    02a0fcb View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. v0.6.4

    jasonacox committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    ebe7b69 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #58 from jasonacox/powerflow

    Localize PowerFlow Animation
    jasonacox authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    533707f View commit details
    Browse the repository at this point in the history
  3. Rev pypowerwall version

    jasonacox committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    77e7ef1 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Unpin pypowerwall library

    jasonacox committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    fb66a20 View commit details
    Browse the repository at this point in the history
  2. Revert "Unpin pypowerwall library"

    This reverts commit fb66a20.
    jasonacox committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    cd16009 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Tesla Cloud Option (#59)

    * TeslaCloud class
    
    * Placeholder TeslaCloud class
    
    * Unpack API dictionary
    
    * Add functions and tests
    
    * Add cache and setup
    
    * Remove TODOs
    
    * Add cloud setup to CLI
    
    * Fix log bug
    
    * Add teslapy to tests
    
    * CI test remove py 3.5
    
    * Remove sample data
    
    * Add file types
    
    * Add cloud mode
    
    * Add missing data
    
    * Fix bug for sites without inverters
    
    * Add test proxy using cloud and local
    
    * Fix hash issue
    
    * Build t31
    
    * Fix style
    
    * Fix grid services data mapping which relates to VPP events
    
    * Build t32
    
    * Unpin pypowerwall library
    
    * Fix backup reserve percent scaling
    
    * Fix API mismatch
    
    * Fix percentage_charged
    
    * Prep for v0.7.0
    
    * Minor fixes for consistency
    
    * Fix exception when vitals is None
    
    * Add get_time_remaining()
    
    * Remove vitals mock data
    
    * Fix vitals response
    
    * Add siteid selection to setup
    
    * Update setup install_requires
    
    * Fix duplicate line
    
    * Remove test servers
    
    * Update docs for v0.7.0
    
    * Add simulated vitals
    
    * Remove poll() cache
    
    * Add counter param to SITE_DATA call
    
    * Revise handling of siteid selection
    
    * Stagger TTL to reduce rate limit
    
    * Infinite loop to keep container running
    
    * Allow no cache option with pwcacheexpire = 0
    
    * Add stats for cloud mode
    
    * Startup details logging
    
    * Fix local log details
    
    * Limit cloud API requests to single thread
    
    * Reduce http timeout and remove retries
    
    * Change elapsed time measurements to monotonic clock
    
    * Fix exceptions and invalid return data
    
    * Add _site_api() to broker  calls
    
    * Revise debug log order, fix sites exception
    
    * Updates to documentation and error logging
    
    * Proxy t35
    
    * Counter param starts at 1
    
    ---------
    
    Co-authored-by: Michael Birse <michael@birse.com.au>
    jasonacox and mcbirse authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    8e87761 View commit details
    Browse the repository at this point in the history
Loading