Skip to content

Commit

Permalink
welcome to hoylabs: update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
schlimmchen committed Oct 9, 2024
1 parent d71a2dc commit cd5a38e
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions docs/3rd_party/opendtu_fusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ OpenDTU-OnBattery peripherals such as VE.Direct devices and a Pylontech battery.

Firmware builds for the `generic_esp32s3_usb` variant are available in
OpenDTU-OnBattery's GitHub [Release
Page](https://github.com/helgeerbe/OpenDTU-OnBattery/releases).
Page](https://github.com/hoylabs/OpenDTU-OnBattery/releases).

OpenDTU-OnBattery also ships an OpenDTU Fusion-specific device profile
(`pin_mapping.json`) in [the code
repository](https://github.com/helgeerbe/OpenDTU-OnBattery/blob/master/docs/DeviceProfiles/opendtu_fusion.json).
repository](https://github.com/hoylabs/OpenDTU-OnBattery/blob/master/docs/DeviceProfiles/opendtu_fusion.json).

## Board Documentation

Expand Down
2 changes: 1 addition & 1 deletion docs/firmware/compile_cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
1. Install [PlatformIO Core](https://platformio.org/install/cli){target=_blank} (PIO).
1. Install the prerequisits to be able to [build the
WebApp](compile_webapp.md#install-prerequisits).
1. Clone the [source code repository](https://github.com/helgeerbe/OpenDTU-OnBattery).
1. Clone the [source code repository](https://github.com/hoylabs/OpenDTU-OnBattery).
You really have to clone the source code repository. Do not download and
extract a source ZIP file. During the build process the Git hash is embedded
into the firmware. If you merely download and extract the source ZIP file a
Expand Down
2 changes: 1 addition & 1 deletion docs/firmware/compile_vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
1. ![Clone Source Code](../assets/images/firmware/vscode_clone.png){align=right}
Clone the source code repository. Select the `Source Control` tab on the
left, click `Clone Repository`, and enter the URL
`https://github.com/helgeerbe/OpenDTU-OnBattery`. You really have to clone
`https://github.com/hoylabs/OpenDTU-OnBattery`. You really have to clone
the source code repository. Do not download and extract a source ZIP file.
During the build process the Git hash is embedded into the firmware. If you
merely download and extract the source ZIP file a build error will occur, as
Expand Down
2 changes: 1 addition & 1 deletion docs/firmware/compile_webapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ same).

[1]: https://nodejs.org/en/download/prebuilt-installer
[2]: https://github.com/nodesource/distributions
[3]: https://github.com/helgeerbe/OpenDTU-OnBattery/blob/development/.github/workflows/build.yml
[3]: https://github.com/hoylabs/OpenDTU-OnBattery/blob/development/.github/workflows/build.yml

## Building the WebApp

Expand Down
2 changes: 1 addition & 1 deletion docs/firmware/device_profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

!!! note "Sample Profiles"
Ready-to-use device profiles can be found [in the code
repository](https://github.com/helgeerbe/OpenDTU-OnBattery/tree/master/docs/DeviceProfiles){target=_blank}.
repository](https://github.com/hoylabs/OpenDTU-OnBattery/tree/master/docs/DeviceProfiles){target=_blank}.

## Summary

Expand Down
2 changes: 1 addition & 1 deletion docs/firmware/flash_esp.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ tab below that matches your flash tool.

The easiest, platform-independent method. Requires Chrome or Edge browser.
Only installs firmware which has been released through
[Github](https://github.com/helgeerbe/OpenDTU-OnBattery/releases).
[Github](https://github.com/hoylabs/OpenDTU-OnBattery/releases).

=== "Espressif Web Flasher :material-linux::material-apple::material-microsoft-windows:"

Expand Down
4 changes: 2 additions & 2 deletions docs/firmware/howto/migrate_generic.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ The only difference between `opendtu-onbattery-generic.bin` (deprecated) and `op
## Migration process

* Make a backup of your configuration! (**Settings** --> **Config Management** --> **Backup** --> Select **config.json** --> Press **Backup**)
* Download the latest `opendtu-onbattery-generic_esp32.bin` file from the GitHub [Release Page](https://github.com/helgeerbe/OpenDTU-OnBattery/releases){target=_blank}
* Download [a compatible device profile](https://raw.githubusercontent.com/helgeerbe/OpenDTU-OnBattery/master/docs/DeviceProfiles/nodemcu_esp32.json){target=_blank}. It contains the same pin assignments as the hard-coded ones in `opendtu-onbattery-generic.bin`.
* Download the latest `opendtu-onbattery-generic_esp32.bin` file from the GitHub [Release Page](https://github.com/hoylabs/OpenDTU-OnBattery/releases){target=_blank}
* Download [a compatible device profile](https://raw.githubusercontent.com/hoylabs/OpenDTU-OnBattery/master/docs/DeviceProfiles/nodemcu_esp32.json){target=_blank}. It contains the same pin assignments as the hard-coded ones in `opendtu-onbattery-generic.bin`.
* Upload the device profile. (**Settings** --> **Config Management** --> **Restore** --> Select **Pin Mapping (pin_mapping.json)** --> Select `nodemcu_esp32.json` --> Press **Restore**)
* The ESP reboots but does nothing different at the moment.
* Select the new uploaded device profile. This can already be done using the `opendtu-onbattery-generic.bin` firmware. (**Settings** --> **Device-Manager** --> **Selected profile** --> Select `NRF24` --> Press **Save**)
Expand Down
6 changes: 3 additions & 3 deletions docs/firmware/howto/upgrade_8mb.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type and amount of flash memory).

In case you need to first determine how much flash memory is actually available
on your board, install [OpenDTU-OnBattery
2024.06.03](https://github.com/helgeerbe/OpenDTU-OnBattery/releases/tag/2024.06.03)
2024.06.03](https://github.com/hoylabs/OpenDTU-OnBattery/releases/tag/2024.06.03)
and navigate to **Info** --> **System** in the web UI. It lists the flash
memory size in section "Hardware Information".

Expand Down Expand Up @@ -59,7 +59,7 @@ with 4 MB of flash results in a bootloop.

If you are actually on an ESP32-S3 with 4 MB of flash (should be quite exotic)
and need a matching firmware image, then [open an
issue](https://github.com/helgeerbe/OpenDTU-OnBattery/issues). Similar to
issue](https://github.com/hoylabs/OpenDTU-OnBattery/issues). Similar to
`generic_esp32_4mb_no_ota` there will be no support for OTA updates and you
will have to upgrade using a wired connection going forward.

Expand Down Expand Up @@ -112,7 +112,7 @@ and `generic_esp32` are no longer available.
layout does, however, fit 4 MB of flash while also accomodating more space
(the same amount as for devices with ≥ 8 MB) for the firmware.

See [#1025](https://github.com/helgeerbe/OpenDTU-OnBattery/issues/1025) for
See [#1025](https://github.com/hoylabs/OpenDTU-OnBattery/issues/1025) for
more background information.

## Exception for ESP32-S3
Expand Down
2 changes: 1 addition & 1 deletion docs/firmware/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Download Firmware

The pre-compiled binary files can be found on the GitHub [Releases
Page](https://github.com/helgeerbe/OpenDTU-OnBattery/releases) (the right
Page](https://github.com/hoylabs/OpenDTU-OnBattery/releases) (the right
column on the projects start page). Currently there are pre-compiled binaries
for ESP32 and ESP32-S3 MCUs.

Expand Down
2 changes: 1 addition & 1 deletion docs/firmware/mqtt_topics.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ publishing to the respective `cmd` topic has no effect.

Note that, depending on your settings, some of the thresholds might have no
effect. Refer to the [DPL
documentation](https://github.com/helgeerbe/OpenDTU-OnBattery/wiki/Dynamic-Power-Limiter)
documentation](https://github.com/hoylabs/OpenDTU-OnBattery/wiki/Dynamic-Power-Limiter)
to understand the thresholds.

| Topic | Limitation |
Expand Down
2 changes: 1 addition & 1 deletion docs/firmware/webinstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Use the [Community WebFlasher](https://solar.metacontrol.eu/opendtu-onbattery-webflasher/)
to install OpenDTU-OnBattery on your ESP32 or ESP32-S3 board with a
user-defined release version of the pre-built firmware binaries (sourced from
the project's GitHub [Releases Page](https://github.com/helgeerbe/OpenDTU-OnBattery/releases)).
the project's GitHub [Releases Page](https://github.com/hoylabs/OpenDTU-OnBattery/releases)).

The WebFlasher is platform-independent, but requires the Chrome or Edge browser.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ and test features, or offsetting recurring costs like domain registrations.
<script type='text/javascript' src='https://storage.ko-fi.com/cdn/widget/Widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Support on ko-fi', '#121317', 'W7W6YT23K');kofiwidget2.draw();</script>

[1]: https://www.hoymiles.com/
[2]: https://www.github.com/helgeerbe/OpenDTU-OnBattery/discussions
[2]: https://www.github.com/hoylabs/OpenDTU-OnBattery/discussions
[3]: https://discord.gg/WzhxEY62mB
[4]: https://github.com/tbnobody/OpenDTU
4 changes: 2 additions & 2 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
* Double check that you have a radio module NRF24L01+ with a plus sign at the end. NRF24L01 module without the plus are not compatible with this project.
* There is no possibility of auto-discovering the inverters. Double check you have entered the serial numbers of the inverters correctly.
* OpenDTU-OnBattery needs access to a working NTP server to get the current date & time.
* If your problem persists, check the [Issues on Github](https://github.com/helgeerbe/OpenDTU-OnBattery/issues){target=_blank}. Please inspect not only the open issues, also the closed issues contain useful information.
* Another source of information are the [Discussions](https://github.com/helgeerbe/OpenDTU-OnBattery/discussions/){target=_blank}
* If your problem persists, check the [Issues on Github](https://github.com/hoylabs/OpenDTU-OnBattery/issues){target=_blank}. Please inspect not only the open issues, also the closed issues contain useful information.
* Another source of information are the [Discussions](https://github.com/hoylabs/OpenDTU-OnBattery/discussions/){target=_blank}
* Make sure to connect one inverter only to one DTU (Original, Ahoy, OpenDTU, OpenDTU-OnBattery doesn't make a difference). If you query the same inverter from multiple DTUs you will mess up the communication.
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
edit_uri: https://github.com/schlimmchen/OpenDTU-OnBattery-docs/edit/main/docs/
edit_uri: https://github.com/hoylabs/OpenDTU-OnBattery-docs/edit/main/docs/

repo_url: https://github.com/helgeerbe/OpenDTU-OnBattery
repo_url: https://github.com/hoylabs/OpenDTU-OnBattery
repo_name: OpenDTU-OnBattery

site_name: OpenDTU-OnBattery Documentation
Expand All @@ -11,7 +11,7 @@ copyright: '&copy; 2024 OpenDTU Community &ndash; based on <a href="https://open
extra:
social:
- icon: material/github
link: https://github.com/helgeerbe/OpenDTU-OnBattery/discussions
link: https://github.com/hoylabs/OpenDTU-OnBattery/discussions
name: GitHub Discussions
- icon: fontawesome/brands/discord
link: https://discord.gg/WzhxEY62mB
Expand Down

0 comments on commit cd5a38e

Please sign in to comment.