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: kbialek/deye-inverter-mqtt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2024.11.1
Choose a base ref
...
head repository: kbialek/deye-inverter-mqtt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 19 commits
  • 18 files changed
  • 2 contributors

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    e23277a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. - New sensor for sg01hp3 that returns total DC power (a sum from mult…

    …iple PV strings)
    
    - New sensor for sg01hp3 that reads the inverter status
    daniel-deptula committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    fbab534 View commit details
    Browse the repository at this point in the history
  2. Created a new sensor class for enum-type values that translate to str…

    …ings (and made the sg01hp3 inverter status to use that class)
    daniel-deptula committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    63761c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Amending formatting

    daniel-deptula committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    7869976 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Merge pull request #214 from daniel-deptula/main

    New sensors for sg01hp3 (total DC power and inverter status)
    kbialek authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    21546e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. Update dependencies

    Signed-off-by: Krzysztof Białek <[email protected]>
    kbialek committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    cd46f6b View commit details
    Browse the repository at this point in the history
  2. Rename DeyeModbusTcp to DeyeModbusTcpCustom

    Signed-off-by: Krzysztof Białek <[email protected]>
    kbialek committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    7836c93 View commit details
    Browse the repository at this point in the history
  3. Initial modbus/tcp implementation

    Signed-off-by: Krzysztof Białek <[email protected]>
    kbialek committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    9806446 View commit details
    Browse the repository at this point in the history
  4. Add modbus/tcp transactionId counter

    Signed-off-by: Krzysztof Białek <[email protected]>
    kbialek committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    3224952 View commit details
    Browse the repository at this point in the history
  5. Add option to configure mbtcp protocol in the config

    Signed-off-by: Krzysztof Białek <[email protected]>
    kbialek committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    f407bc7 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2025

  1. Document mbtcp protocol

    Signed-off-by: Krzysztof Białek <[email protected]>
    kbialek committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    ea42f0d View commit details
    Browse the repository at this point in the history
  2. Update dependency lock state file

    Signed-off-by: Krzysztof Białek <[email protected]>
    kbialek committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    480bd79 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #218 from kbialek/feature/modbus-tcp

    Add Standard Modbus/TCP protocol support
    kbialek authored Jan 5, 2025
    Configuration menu
    Copy the full SHA
    5cca6e1 View commit details
    Browse the repository at this point in the history
  4. Add computed total DC power sensor for sg04lp3

    Signed-off-by: Krzysztof Białek <[email protected]>
    kbialek committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    81b8d79 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #219 from kbialek/feature/sg04lp3-total-power

    Add computed total DC power sensor for sg04lp3
    kbialek authored Jan 5, 2025
    Configuration menu
    Copy the full SHA
    1d3c9f5 View commit details
    Browse the repository at this point in the history
  6. Set version to 2025.01.1

    Signed-off-by: Krzysztof Białek <[email protected]>
    kbialek committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    e4b0631 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    kbialek authored Jan 5, 2025
    Configuration menu
    Copy the full SHA
    ce9652f View commit details
    Browse the repository at this point in the history
  8. Update requirements files

    Signed-off-by: Krzysztof Białek <[email protected]>
    kbialek committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    375365b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Update README.md

    kbialek authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    111ce5b View commit details
    Browse the repository at this point in the history
Loading