diff --git a/.github/ISSUE_TEMPLATE/sensor.md b/.github/ISSUE_TEMPLATE/sensor.md index a9ada136..bdc1f1ee 100644 --- a/.github/ISSUE_TEMPLATE/sensor.md +++ b/.github/ISSUE_TEMPLATE/sensor.md @@ -7,7 +7,7 @@ assignees: '' --- -Existing sensor definitions can be found [here](https://github.com/kellerza/sunsynk/blob/main/src/sunsynk/definitions/). You can test your own definitions using [custom sensors](https://kellerza.github.io/sunsynk/reference/mysensors) +Existing sensor definitions can be found [here](https://github.com/maslyankov/sunsynk/blob/main/src/sunsynk/definitions/). You can test your own definitions using [custom sensors](https://sunsynk.wectrl.net/reference/mysensors) ### Your environment - Home Assistant version: __ diff --git a/.github/workflows/deploy-multi-mp.yml b/.github/workflows/deploy-multi-mp.yml index cd09ebf0..ea099f88 100644 --- a/.github/workflows/deploy-multi-mp.yml +++ b/.github/workflows/deploy-multi-mp.yml @@ -273,5 +273,5 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v5.0.1 with: branch: main - commit_user_email: kellerza@gmail.com + commit_user_email: m.maslyankov@me.com commit_message: Update addon version to ${{ needs.information.outputs.version }} [no ci] diff --git a/.github/workflows/deploy-multi.yml b/.github/workflows/deploy-multi.yml index dcb2f433..c7331d91 100644 --- a/.github/workflows/deploy-multi.yml +++ b/.github/workflows/deploy-multi.yml @@ -180,5 +180,5 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v5.0.1 with: branch: main - commit_user_email: kellerza@gmail.com + commit_user_email: m.maslyankov@me.com commit_message: Update addon version to ${{ needs.information.outputs.version }} [no ci] diff --git a/README.md b/README.md index 5b0c4d45..b55c4bc7 100644 --- a/README.md +++ b/README.md @@ -8,28 +8,28 @@ This code was developed on a [Sunsynk](https://www.sunsynk.org/) 5.5 kWh inverte ## Documentation -Refer to [https://kellerza.github.io/sunsynk/](https://kellerza.github.io/sunsynk/) +Refer to [https://sunsynk.wectrl.net/](https://sunsynk.wectrl.net/) ## Home Assistant Sunsynk Add-On -For the Add-On you require Home Assistant OS and a RS-485 adaptor to connect to your Sunsynk inverter. Sensors are read using the Modbus protocol and sent to a MQTT server. See [deployment options](https://kellerza.github.io/sunsynk/guide/deployment-options) for examples of tested hardware. +For the Add-On you require Home Assistant OS and a RS-485 adaptor to connect to your Sunsynk inverter. Sensors are read using the Modbus protocol and sent to a MQTT server. See [deployment options](https://sunsynk.wectrl.net/guide/deployment-options) for examples of tested hardware. ### Installation 1. Add this repository to your HA Supervisor - [![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fkellerza%2Fsunsynk) + [![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fmaslyankov%2Fsunsynk) - `https://github.com/kellerza/sunsynk` + `https://github.com/maslyankov/sunsynk` 2. Install the Sunsynk Add-On from the **Add-On Store** and configure through the UI - ![Install Sunsynk Addon](https://github.com/kellerza/sunsynk/raw/main/images/addon-install.png) + ![Install Sunsynk Addon](https://github.com/maslyankov/sunsynk/raw/main/images/addon-install.png) Below an example of the HomeAssistant Energy management dashboard using sensors from the Sunsynk. -![HASS Energy management](https://github.com/kellerza/sunsynk/raw/main/images/energy.png) +![HASS Energy management](https://github.com/maslyankov/sunsynk/raw/main/images/energy.png) ## Sunsynk Python Library [![PyPI version](https://badge.fury.io/py/sunsynk.svg)](https://pypi.org/project/sunsynk/) diff --git a/hass-addon-git-push/config.yaml b/hass-addon-git-push/config.yaml index e6b11700..62ae4048 100644 --- a/hass-addon-git-push/config.yaml +++ b/hass-addon-git-push/config.yaml @@ -4,7 +4,7 @@ version: 0.1c slug: git_push name: Git push (experimental) description: Simple git push backup local configuration -url: https://github.com/kellerza/sunsynk +url: https://github.com/maslyankov/sunsynk advanced: true arch: - armhf diff --git a/hass-addon-mbusd/config.yaml b/hass-addon-mbusd/config.yaml index 1a2b77d8..bc055979 100644 --- a/hass-addon-mbusd/config.yaml +++ b/hass-addon-mbusd/config.yaml @@ -4,7 +4,7 @@ description: Add-on for a Modbus TCP to Modbus RTU Gateway using mbusd version: 2021.10.1 startup: services boot: auto -url: 'https://github.com/kellerza/sunsynk' +url: 'https://github.com/maslyankov/sunsynk' uart: true arch: - aarch64 diff --git a/hass-addon-sunsynk-edge/CHANGELOG.md b/hass-addon-sunsynk-edge/CHANGELOG.md index 46ca15b0..7a5dea80 100644 --- a/hass-addon-sunsynk-edge/CHANGELOG.md +++ b/hass-addon-sunsynk-edge/CHANGELOG.md @@ -1,3 +1,3 @@ # Changelog - + diff --git a/hass-addon-sunsynk-edge/DOCS.md b/hass-addon-sunsynk-edge/DOCS.md index 9271413b..7ba92327 100644 --- a/hass-addon-sunsynk-edge/DOCS.md +++ b/hass-addon-sunsynk-edge/DOCS.md @@ -1 +1 @@ -# [Online Documentation](https://kellerza.github.io/sunsynk/reference/multi-options) +# [Online Documentation](https://sunsynk.wectrl.net/reference/multi-options) diff --git a/hass-addon-sunsynk-edge/README.md b/hass-addon-sunsynk-edge/README.md index eb6c3bc8..597a941d 100644 --- a/hass-addon-sunsynk-edge/README.md +++ b/hass-addon-sunsynk-edge/README.md @@ -2,4 +2,4 @@ The developer version of the addon. Contains the latest changes committed to the Github repository. - + diff --git a/hass-addon-sunsynk-edge/config.yaml b/hass-addon-sunsynk-edge/config.yaml index 0379f0cd..b30defe7 100644 --- a/hass-addon-sunsynk-edge/config.yaml +++ b/hass-addon-sunsynk-edge/config.yaml @@ -1,12 +1,12 @@ --- name: Sunsynk/Deye Inverter Add-on (edge/dev) version: "2c7ad42" -image: ghcr.io/kellerza/hass-addon-sunsynk-multi +image: ghcr.io/maslyankov/hass-addon-sunsynk-multi slug: hass-addon-sunsynk-edge description: Add-on for a Sunsynk/Deye branded Inverter startup: services boot: auto -url: "https://github.com/kellerza/sunsynk" +url: "https://github.com/maslyankov/sunsynk" uart: true init: false arch: diff --git a/hass-addon-sunsynk-multi/CHANGELOG.md b/hass-addon-sunsynk-multi/CHANGELOG.md index e9c675ad..1b93729e 100644 --- a/hass-addon-sunsynk-multi/CHANGELOG.md +++ b/hass-addon-sunsynk-multi/CHANGELOG.md @@ -1,3 +1,3 @@ # Changelog - + diff --git a/hass-addon-sunsynk-multi/DOCS.md b/hass-addon-sunsynk-multi/DOCS.md index 9271413b..7ba92327 100644 --- a/hass-addon-sunsynk-multi/DOCS.md +++ b/hass-addon-sunsynk-multi/DOCS.md @@ -1 +1 @@ -# [Online Documentation](https://kellerza.github.io/sunsynk/reference/multi-options) +# [Online Documentation](https://sunsynk.wectrl.net/reference/multi-options) diff --git a/hass-addon-sunsynk-multi/Dockerfile.local b/hass-addon-sunsynk-multi/Dockerfile.local index cc3270b5..f6f5d09b 100644 --- a/hass-addon-sunsynk-multi/Dockerfile.local +++ b/hass-addon-sunsynk-multi/Dockerfile.local @@ -1,5 +1,5 @@ -# FROM ghcr.io/kellerza/hass-addon-sunsynk-multi/armhf:edge -FROM ghcr.io/kellerza/hass-addon-sunsynk-multi/armhf:0.7.5 +# FROM ghcr.io/maslyankov/hass-addon-sunsynk-multi/armhf:edge +FROM ghcr.io/maslyankov/hass-addon-sunsynk-multi/armhf:0.7.5 # Install sunsynk from local source COPY sunsynk sunsynk diff --git a/hass-addon-sunsynk-multi/README.md b/hass-addon-sunsynk-multi/README.md index 44b73c5b..439cc8dd 100644 --- a/hass-addon-sunsynk-multi/README.md +++ b/hass-addon-sunsynk-multi/README.md @@ -5,11 +5,11 @@ It supports Home Assistant auto-discovery. The addon supports multiple inverters and allows you to update the inverter settings. -See the docs for more info - [https://kellerza.github.io/sunsynk](https://kellerza.github.io/sunsynk/reference/multi-options) +See the docs for more info - [https://sunsynk.wectrl.net](https://sunsynk.wectrl.net/reference/multi-options) Example of Home Assistant Energy Management, enabled by this addon. -![HASS Energy management](https://github.com/kellerza/sunsynk/raw/main/images/energy.png) +![HASS Energy management](https://github.com/maslyankov/sunsynk/raw/main/images/energy.png) ## Usage of env vars diff --git a/hass-addon-sunsynk-multi/config.yaml b/hass-addon-sunsynk-multi/config.yaml index ebd2a7df..31110445 100644 --- a/hass-addon-sunsynk-multi/config.yaml +++ b/hass-addon-sunsynk-multi/config.yaml @@ -1,12 +1,12 @@ --- name: Sunsynk/Deye Inverter Add-on (multi) version: "0.7.5" -image: ghcr.io/kellerza/hass-addon-sunsynk-multi/{arch} +image: ghcr.io/maslyankov/hass-addon-sunsynk-multi/{arch} slug: hass-addon-sunsynk-multi description: Add-on for a Sunsynk/Deye branded Inverter startup: services boot: auto -url: "https://github.com/kellerza/sunsynk" +url: "https://github.com/maslyankov/sunsynk" uart: true init: false arch: diff --git a/repository.yaml b/repository.yaml index f55fc212..35fe0595 100644 --- a/repository.yaml +++ b/repository.yaml @@ -1,3 +1,3 @@ name: Sunsynk/Deye Inverter Add-On -url: "https://github.com/kellerza/sunsynk" -maintainer: "Johann Kellerman " +url: "https://github.com/maslyankov/sunsynk" +maintainer: "Martin Maslyankov " diff --git a/setup.cfg b/setup.cfg index 092181b1..afab5f4b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,9 +4,9 @@ version = attr: sunsynk.VERSION description = Library to interface Deye/Sunsynk Hybrid Inverters long_description = file: README.md long_description_content_type = text/markdown -url = https://kellerza.github.io/sunsynk/ -author = Johann Kellerman -author_email = kellerza@gmail.com +url = https://sunsynk.wectrl.net/ +author = Martin Maslyankov +author_email = m.maslyankov@me.com license = MIT license_files = LICENSE classifiers = diff --git a/src/ha_addon_sunsynk_multi/a_inverter.py b/src/ha_addon_sunsynk_multi/a_inverter.py index 5cf5f9c2..859f4ce5 100644 --- a/src/ha_addon_sunsynk_multi/a_inverter.py +++ b/src/ha_addon_sunsynk_multi/a_inverter.py @@ -124,7 +124,7 @@ async def connect(self) -> None: if not await self.read_sensors_retry(sensors=list(SOPT.startup)): raise ConnectionError( f"No response on the Modbus interface {self.inv.port}, " - "see https://kellerza.github.io/sunsynk/guide/fault-finding" + "see https://sunsynk.wectrl.net/guide/fault-finding" ) expected_ser = self.opt.serial_nr.replace("_", "") actual_ser = str(self.inv.state[DEFS.serial]) diff --git a/src/ha_addon_sunsynk_multi/sensor_options.py b/src/ha_addon_sunsynk_multi/sensor_options.py index f8591057..f59858aa 100644 --- a/src/ha_addon_sunsynk_multi/sensor_options.py +++ b/src/ha_addon_sunsynk_multi/sensor_options.py @@ -151,7 +151,7 @@ def import_definitions() -> None: """A dict of all options related to sensors.""" SENSOR_GROUPS: dict[str, list[str]] = { - # https://kellerza.github.io/sunsynk/guide/energy-management + # https://sunsynk.wectrl.net/guide/energy-management "energy_management": [ "total_battery_charge", "total_battery_discharge", @@ -159,7 +159,7 @@ def import_definitions() -> None: "total_grid_import", "total_pv_energy", ], - # https://kellerza.github.io/sunsynk/examples/lovelace#sunsynk-power-flow-card + # https://sunsynk.wectrl.net/examples/lovelace#sunsynk-power-flow-card "power_flow_card": [ "aux_power", "battery_1_soc", # 3PH HV diff --git a/src/sunsynk/sensors.py b/src/sunsynk/sensors.py index 1e4fc23a..4f6d3f1f 100644 --- a/src/sunsynk/sensors.py +++ b/src/sunsynk/sensors.py @@ -218,7 +218,7 @@ def reg_to_value(self, regs: RegType) -> ValType: _LOGGER.warning( "%s: Unknown register value %s. " "Consider extending the definition with a PR. " - "https://github.com/kellerza/sunsynk/tree/main/src/sunsynk/definitions", + "https://github.com/maslyankov/sunsynk/tree/main/src/sunsynk/definitions", self.id, regsm[0], ) diff --git a/www/docs/.vitepress/build_sitemap.js b/www/docs/.vitepress/build_sitemap.js index 5828d3a7..bd8a3872 100644 --- a/www/docs/.vitepress/build_sitemap.js +++ b/www/docs/.vitepress/build_sitemap.js @@ -2,8 +2,8 @@ import {resolveOptions, generateSitemap} from "sitemap-ts"; function buildEnd() { const opt = resolveOptions({ - hostname: "https://kellerza.github.io/", - basePath: "/sunsynk", + hostname: "https://sunsynk.wectrl.net/", + basePath: "/", outDir: "docs/.vitepress/dist", exclude: ["/404"], readable: true, diff --git a/www/docs/.vitepress/config.ts b/www/docs/.vitepress/config.ts index 1612e948..494d8fb5 100644 --- a/www/docs/.vitepress/config.ts +++ b/www/docs/.vitepress/config.ts @@ -4,7 +4,7 @@ import imsize from "markdown-it-imsize" export default defineConfig({ lang: "en-US", title: "Deye/Sunsynk", - base: "/sunsynk/", + base: "/", description: "Take control of your inverter.", lastUpdated: true, cleanUrls: true, @@ -121,12 +121,12 @@ export default defineConfig({ ], editLink: { - pattern: "https://github.com/kellerza/sunsynk/edit/main/www/docs/:path", + pattern: "https://github.com/maslyankov/sunsynk/edit/main/www/docs/:path", text: "Edit this page on GitHub", }, socialLinks: [ - { icon: "github", link: "https://github.com/kellerza/sunsynk" }, + { icon: "github", link: "https://github.com/maslyankov/sunsynk" }, ], footer: { diff --git a/www/docs/guide/deployment-options.md b/www/docs/guide/deployment-options.md index c5084a63..67d96321 100644 --- a/www/docs/guide/deployment-options.md +++ b/www/docs/guide/deployment-options.md @@ -7,7 +7,7 @@ If the Inverter is close to your server/SBC running Home Assistant, you can use The Sunsynk Add-on runs on the Home Assistant OS, reads the Inverter's Modbus registers over RS-485, and publishes sensor values to the MQTT server. The architecture is shown below: - ![Deployment Option](https://github.com/kellerza/sunsynk/raw/main/images/deploy.png) + ![Deployment Option](https://github.com/maslyankov/sunsynk/raw/main/images/deploy.png) 2. A Modbus TCP to RTU/serial gateway @@ -15,13 +15,13 @@ If the Inverter is close to your server/SBC running Home Assistant, you can use You can also use a commercial Modbus gateway, like the USR-W630 - ![Deployment Option Gateway](https://github.com/kellerza/sunsynk/raw/main/images/deploy-gw.png) + ![Deployment Option Gateway](https://github.com/maslyankov/sunsynk/raw/main/images/deploy-gw.png) 3. Extend with an MQTT gateway This remote option runs the Sunsynk Addon close to the Inverter, and then sends MQTT messages over your network toward the MQTT server (typically on the same server as Home Assistant) - ![Deployment Option MQTT](https://github.com/kellerza/sunsynk/raw/main/images/deploy-mqtt.png) + ![Deployment Option MQTT](https://github.com/maslyankov/sunsynk/raw/main/images/deploy-mqtt.png) 4. Standalone in Docker @@ -29,4 +29,4 @@ If the Inverter is close to your server/SBC running Home Assistant, you can use Read more [here](./standalone-deployment). - ![Deployment Option Standalone](https://github.com/kellerza/sunsynk/raw/main/images/deploy-standalone.png) + ![Deployment Option Standalone](https://github.com/maslyankov/sunsynk/raw/main/images/deploy-standalone.png) diff --git a/www/docs/guide/energy-management.md b/www/docs/guide/energy-management.md index 58fd90e8..5c464b55 100644 --- a/www/docs/guide/energy-management.md +++ b/www/docs/guide/energy-management.md @@ -4,7 +4,7 @@ You can read more Energy Management in Home Assistant [here](https://www.home-assistant.io/blog/2021/08/04/home-energy-management/) and [here](https://www.home-assistant.io/docs/energy/). -![HASS Energy management](https://github.com/kellerza/sunsynk/raw/main/images/energy.png) +![HASS Energy management](https://github.com/maslyankov/sunsynk/raw/main/images/energy.png) The following sensors are required as a minimum to enable the Home Assistant Energy feaure for a hybrid inverter with PV and a battery. diff --git a/www/docs/guide/fault-finding.md b/www/docs/guide/fault-finding.md index 2bef620b..aa221dbb 100644 --- a/www/docs/guide/fault-finding.md +++ b/www/docs/guide/fault-finding.md @@ -34,7 +34,7 @@ View/update the Modbus server ID on your inverter under "Advanced Settings" / "M Please note that this can be reset to zero after a software upgrade on your inverter, and this will stop the addon from reading data from your inverter. Resetting it to the previous value (the value the value in `MODBUS_ID` if you had this working previously), and then restarting the inverter should fix the [issue](https://powerforum.co.za/topic/15779-home-assistant-no-longer-getting-data-after-sunsynk-firmware-update-solved/). - + ## (c) Reducing timeouts @@ -65,4 +65,4 @@ but this may drop to around 0.5v with the 120 ohm load. RS485 devices are typically multi-drop with a termination resistor on the first and last devices. However, the RS485 BMS port may only be intended to connect to a single device. - + diff --git a/www/docs/guide/getting-started.md b/www/docs/guide/getting-started.md index 8fee7b0e..1c68a418 100644 --- a/www/docs/guide/getting-started.md +++ b/www/docs/guide/getting-started.md @@ -4,13 +4,13 @@ 1. Add this repository to your HA Supervisor. - [![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fkellerza%2Fsunsynk) + [![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fmaslyankov%2Fsunsynk) - `https://github.com/kellerza/sunsynk` + `https://github.com/maslyankov/sunsynk` 2. Install the "Sunsynk/Deye Inverter Add-on **(multi)**" from the **Add-On Store** and configure it through the UI. - ![Install Sunsynk Addon](https://github.com/kellerza/sunsynk/raw/main/images/addon-install.png) + ![Install Sunsynk Addon](https://github.com/maslyankov/sunsynk/raw/main/images/addon-install.png) ## Available addons diff --git a/www/docs/guide/mbusd.md b/www/docs/guide/mbusd.md index 3d54d693..d9ebc977 100644 --- a/www/docs/guide/mbusd.md +++ b/www/docs/guide/mbusd.md @@ -6,4 +6,4 @@ That is a TCP-Server, which acts as a RTU-Client to get data from Modbus RTU-Ser When you add the Sunsynk HASS repository, it includes a mbusd addon called "Modbus TCP to Modbus RTU Gateway Add-on". - + diff --git a/www/docs/guide/overview.md b/www/docs/guide/overview.md index 76512b18..80fba2c7 100644 --- a/www/docs/guide/overview.md +++ b/www/docs/guide/overview.md @@ -14,7 +14,7 @@ An add-on to receive Sunsynk Inverter Values and push them to Home Assistant thr It supports Home Assistant auto-discovery for the sensors and flexible scheduling when to read and when to report. -![HASS Energy management](https://github.com/kellerza/sunsynk/raw/main/images/energy.png) +![HASS Energy management](https://github.com/maslyankov/sunsynk/raw/main/images/energy.png) For the Add-On you require Home Assistant OS and a RS-485 adaptor to connect to your Sunsynk inverter. Sensors are read using the Modbus protocol and sent to a MQTT server. @@ -51,4 +51,4 @@ Please note that the addon is an example of how the library can be used and no s - Powerforum users Bloubul7, @jacauc and Sc00bs. See [this thread](https://powerforum.co.za/topic/8646-my-sunsynk-8kw-data-collection-setup/). - @Ivan-L for adding the writable sensors. - @kababook & @archi for the 3-phase definitions. -- Other [contributors](https://github.com/kellerza/sunsynk/graphs/contributors) +- Other [contributors](https://github.com/maslyankov/sunsynk/graphs/contributors) diff --git a/www/docs/guide/standalone-deployment.md b/www/docs/guide/standalone-deployment.md index 94cc5562..5894232b 100644 --- a/www/docs/guide/standalone-deployment.md +++ b/www/docs/guide/standalone-deployment.md @@ -80,7 +80,7 @@ Adjust the `INVERTERS` section to match your inverter setup. `tcp://mbusd:502` p ## Using Pre-built Docker Images -The repo also contains prebuilt Docker images for Sunsynk Multi. You can see the different images for the various supported architectures [here](https://github.com/kellerza?tab=packages&repo_name=sunsynk). +The repo also contains prebuilt Docker images for Sunsynk Multi. You can see the different images for the various supported architectures [here](https://github.com/maslyankov?tab=packages&repo_name=sunsynk). ### Docker-Compose examples @@ -90,7 +90,7 @@ The repo also contains prebuilt Docker images for Sunsynk Multi. You can see the services: sunsynk-multi: restart: unless-stopped - image: ghcr.io/kellerza/hass-addon-sunsynk-multi:stable + image: ghcr.io/maslyankov/hass-addon-sunsynk-multi:stable volumes: - ${PWD}/options.yaml:/data/options.yaml ``` @@ -99,7 +99,7 @@ services: services: sunsynk-multi: restart: unless-stopped - image: ghcr.io/kellerza/hass-addon-sunsynk-multi:stable + image: ghcr.io/maslyankov/hass-addon-sunsynk-multi:stable volumes: - ${PWD}/options.yaml:/data/options.yaml environment: @@ -122,12 +122,12 @@ Below are examples using the docker CLI. docker run -d --name sunsynk-multi \ --restart unless-stopped \ -v ${PWD}/options.yaml:/data/options.yaml \ -ghcr.io/kellerza/hass-addon-sunsynk-multi:stable +ghcr.io/maslyankov/hass-addon-sunsynk-multi:stable ``` ### Important Information on Compatibility -You should use the `ghcr.io/kellerza/hass-addon-sunsynk-multi` image without specifying the platform, as the image is supported for all platforms. However, it is backwards compatible, meaning that even if you use `ghcr.io/kellerza/hass-addon-sunsynk-multi/armv6` on an x86 PC, it will still work. This offers flexibility when pulling images for different platforms. +You should use the `ghcr.io/maslyankov/hass-addon-sunsynk-multi` image without specifying the platform, as the image is supported for all platforms. However, it is backwards compatible, meaning that even if you use `ghcr.io/maslyankov/hass-addon-sunsynk-multi/armv6` on an x86 PC, it will still work. This offers flexibility when pulling images for different platforms. ## Using Environment Variables with Docker Compose @@ -143,7 +143,7 @@ services: sunsynk-mult-amd64: restart: unless-stopped profiles: ['sunsynk-amd64'] - image: ghcr.io/kellerza/hass-addon-sunsynk-multi/amd64:stable + image: ghcr.io/maslyankov/hass-addon-sunsynk-multi/amd64:stable environment: MQTT_HOST: mqtt MQTT_PORT: 1883 diff --git a/www/docs/guide/wiring.md b/www/docs/guide/wiring.md index 92022e75..5e7679f2 100644 --- a/www/docs/guide/wiring.md +++ b/www/docs/guide/wiring.md @@ -74,7 +74,7 @@ Other tested adaptors ### Sunsynk 3.6kW Inverter - + ### Sunsynk Ecco 3.6kW Hybrid Inverter @@ -82,9 +82,9 @@ Model number: `SUN-3.6K-SG04LP1-EU` This likely applies to similar models in the Ecco range: `SUN-3K-SG04LP1-24-EU / SUN-3K-SG04LP1-EU / SUN-5K-SG04LP1-EU / SUN-6K-SG04LP1-EU` - + -[Closer view of the RS485/CAN port](https://github.com/kellerza/sunsynk/raw/main/images/inv-ss-ecco-3-6kw-485can.png) +[Closer view of the RS485/CAN port](https://github.com/maslyankov/sunsynk/raw/main/images/inv-ss-ecco-3-6kw-485can.png) ### Sunsynk 5.5kW Inverter @@ -94,7 +94,7 @@ NOTE: RJ-45 port marked **RS485** (bottom right) does not work. ### Sunsynk 8.8kW Inverter - + Tested with: USB-to-485 adaptor sourced from Micro Robotics, [here](https://www.robotics.org.za/index.php?route=product/product&product_id=5947) @@ -102,7 +102,7 @@ Tested with: USB-to-485 adaptor sourced from Micro Robotics, [here](https://www. ### Deye 8kW Inverter - + RS485 is the blue line - top left, as with the Sunsynk inverters. Yellow is the CAN-comms with the Pylontech batteries diff --git a/www/docs/reference/definitions.md b/www/docs/reference/definitions.md index 393ef3dc..db96b27f 100644 --- a/www/docs/reference/definitions.md +++ b/www/docs/reference/definitions.md @@ -1,7 +1,7 @@ # Sensors ::: tip -You can find all sensors names in the definitions here: +You can find all sensors names in the definitions here: ::: You can add sensors under the `SENSORS` and `SENSORS_FIRST_INVERTER` keys in the configuration. @@ -36,7 +36,7 @@ SENSORS: - battery_soc ``` -You can find the details of the definitions [here](https://github.com/kellerza/sunsynk/blob/main/src/sunsynk/definitions) and definitions are selected in the configuration with one of the following options: +You can find the details of the definitions [here](https://github.com/maslyankov/sunsynk/blob/main/src/sunsynk/definitions) and definitions are selected in the configuration with one of the following options: ```yaml SENSOR_DEFINITIONS: single-phase / three-phase [low voltage] / three-phase-hv [high voltage] diff --git a/www/package.json b/www/package.json index bd587a62..8189f65c 100644 --- a/www/package.json +++ b/www/package.json @@ -13,14 +13,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/kellerza/sunsynk.git" + "url": "git+https://github.com/maslyankov/sunsynk.git" }, - "author": "Johann Kellerman ", + "author": "Martin Maslyankov ", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/kellerza/sunsynk" + "url": "https://github.com/maslyankov/sunsynk" }, - "homepage": "https://github.com/kellerza/sunsynk", + "homepage": "https://github.com/maslyankov/sunsynk", "dependencies": { "clipboard": "^2.0.11" },