rename docs.emsesp.org to emsesp.org

This commit is contained in:
proddy
2025-12-29 10:44:32 +01:00
parent 263af58dc0
commit e638a471d1
12 changed files with 17 additions and 19 deletions

View File

@@ -21,7 +21,7 @@ _Make sure your have performed every step and checked the applicable boxes befor
- [ ] Searched the issue in [issues](https://github.com/emsesp/EMS-ESP32/issues) - [ ] Searched the issue in [issues](https://github.com/emsesp/EMS-ESP32/issues)
- [ ] Searched the issue in [discussions](https://github.com/emsesp/EMS-ESP32/discussions) - [ ] Searched the issue in [discussions](https://github.com/emsesp/EMS-ESP32/discussions)
- [ ] Searched the issue in the [docs](https://docs.emsesp.org/Troubleshooting/) - [ ] Searched the issue in the [docs](https://emsesp.org/Troubleshooting/)
- [ ] Searched the issue in the [chat](https://discord.gg/3J3GgnzpyT) - [ ] Searched the issue in the [chat](https://discord.gg/3J3GgnzpyT)
- [ ] Provide the System information in the area below, taken from `http://<IP>/api/system` - [ ] Provide the System information in the area below, taken from `http://<IP>/api/system`

View File

@@ -1,7 +1,7 @@
blank_issues_enabled: false blank_issues_enabled: false
contact_links: contact_links:
- name: EMS-ESP Docs - name: EMS-ESP Docs
url: https://docs.emsesp.org url: https://emsesp.org
about: All the information related to EMS-ESP. about: All the information related to EMS-ESP.
- name: EMS-ESP Discussions and Support - name: EMS-ESP Discussions and Support
url: https://github.com/emsesp/EMS-ESP32/discussions url: https://github.com/emsesp/EMS-ESP32/discussions

View File

@@ -85,7 +85,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The automatically generated temperature sensor ID has replaced dashes (`-`) with underscores (`_`) to be compatible with Home Assistant. - The automatically generated temperature sensor ID has replaced dashes (`-`) with underscores (`_`) to be compatible with Home Assistant.
- `api/system/info` has it's JSON key names changed to camelCase syntax. - `api/system/info` has it's JSON key names changed to camelCase syntax.
For more details go to [docs.emsesp.org](https://docs.emsesp.org/). For more details go to [emsesp.org](https://emsesp.org/).
## Added ## Added

View File

@@ -1,6 +1,6 @@
# Changelog # Changelog
For more details go to [docs.emsesp.org](https://docs.emsesp.org/). For more details go to [emsesp.org](https://emsesp.org/).
## [3.8.0] ## [3.8.0]

View File

@@ -6,7 +6,7 @@ Everybody is welcome and invited to contribute to the EMS-ESP Project by:
- providing Pull Requests (Features, Fixes, suggestions) - providing Pull Requests (Features, Fixes, suggestions)
- testing new released features and report issues on your EMS equipment - testing new released features and report issues on your EMS equipment
- contributing to missing [documentation](https://docs.emsesp.org) - contributing to missing [documentation](https://emsesp.org)
This document describes rules that are in effect for this repository, meant for handling issues by contributors in the issue tracker and PRs. This document describes rules that are in effect for this repository, meant for handling issues by contributors in the issue tracker and PRs.

View File

@@ -15,7 +15,7 @@
<a href="https://github.com/emsesp/EMS-ESP32/blob/dev/CONTRIBUTING.md"> <a href="https://github.com/emsesp/EMS-ESP32/blob/dev/CONTRIBUTING.md">
<img src="https://img.shields.io/badge/Contribute-ff4785?style=for-the-badge&logo=git&logoColor=white" alt="Contribute" /> <img src="https://img.shields.io/badge/Contribute-ff4785?style=for-the-badge&logo=git&logoColor=white" alt="Contribute" />
</a> </a>
<a href="https://docs.emsesp.org"> <a href="https://emsesp.org">
<img src="https://img.shields.io/badge/Documentation-0077b5?style=for-the-badge&logo=googledocs&logoColor=white" alt="Guides" /> <img src="https://img.shields.io/badge/Documentation-0077b5?style=for-the-badge&logo=googledocs&logoColor=white" alt="Guides" />
</a> </a>
<a href="https://discord.gg/3J3GgnzpyT"> <a href="https://discord.gg/3J3GgnzpyT">
@@ -60,17 +60,17 @@ It requires a small circuit to interface with the EMS bus which can be purchased
## 🚀&nbsp; **Installing** ## 🚀&nbsp; **Installing**
Head over to [download.emsesp.org](https://download.emsesp.org) for instructions on how to install EMS-ESP. There is also further details on which boards are supported in [this section](https://docs.emsesp.org/Installing/) of the documentation. Head over to the [Installation Guide](https://emsesp.org/Installing) section of the documentation for instructions on how to install EMS-ESP.
## 📋&nbsp; **Documentation** ## 📋&nbsp; **Documentation**
Visit [emsesp.org](https://docs.emsesp.org) for more details on how to install and configure EMS-ESP. There is also a collection of Frequently Asked Questions and Troubleshooting tips with example customizations from the community. Visit [emsesp.org](https://emsesp.org) for more details on how to install and configure EMS-ESP. There is also a collection of Frequently Asked Questions and Troubleshooting tips with example customizations from the community.
## 💬&nbsp; **Getting Support** ## 💬&nbsp; **Getting Support**
To chat with the community reach out on our [Discord Server](https://discord.gg/3J3GgnzpyT). To chat with the community reach out on our [Discord Server](https://discord.gg/3J3GgnzpyT).
If you find an issue or have a request, see [how to request support](https://docs.emsesp.org/Support/) on how to submit a bug report or feature request. If you find an issue or have a request, see [how to request support](https://emsesp.org/Support/) on how to submit a bug report or feature request.
## 🎥&nbsp; **Live Demo** ## 🎥&nbsp; **Live Demo**

View File

@@ -42,8 +42,7 @@ interface CustomSupport {
html: string | null; html: string | null;
} }
// Constants moved outside component to prevent recreation const DEFAULT_IMAGE_URL = 'https://emsesp.org/_media/images/installer.jpeg';
const DEFAULT_IMAGE_URL = 'https://docs.emsesp.org/_media/images/installer.jpeg';
const SUPPORT_BOX_STYLES: SxProps<Theme> = { const SUPPORT_BOX_STYLES: SxProps<Theme> = {
borderRadius: 3, borderRadius: 3,
@@ -116,7 +115,7 @@ const HelpComponent = () => {
const helpLinks: HelpLink[] = useMemo( const helpLinks: HelpLink[] = useMemo(
() => [ () => [
{ {
href: 'https://docs.emsesp.org', href: 'https://emsesp.org',
icon: <MenuBookIcon />, icon: <MenuBookIcon />,
label: () => LL.HELP_INFORMATION_1() label: () => LL.HELP_INFORMATION_1()
}, },

View File

@@ -91,12 +91,12 @@ function ErrorPage() {
<p style={errorPageStyles.message2}> <p style={errorPageStyles.message2}>
Please report on{' '} Please report on{' '}
<a <a
href="https://docs.emsesp.org/Support" href="https://emsesp.org/Support"
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
style={{ color: 'inherit', textDecoration: 'underline' }} style={{ color: 'inherit', textDecoration: 'underline' }}
> >
https://docs.emsesp.org/Support https://emsesp.org/Support
</a> </a>
</p> </p>
</div> </div>

View File

@@ -384,7 +384,7 @@ function custom_support() {
'', '',
"For help and questions please <a target='_blank' href='https://emsesp.org'>contact</a> your installer." "For help and questions please <a target='_blank' href='https://emsesp.org'>contact</a> your installer."
], ],
img_url: 'https://docs.emsesp.org/_media/images/designer.png' img_url: 'https://emsesp.org/_media/images/designer.png'
// img_url: 'https://picsum.photos/200/300' // img_url: 'https://picsum.photos/200/300'
} }
}; };

View File

@@ -496,7 +496,7 @@ void Mqtt::on_connect() {
// with disabled HA we subscribe and the broker sends all stored HA-emsesp-configs. // with disabled HA we subscribe and the broker sends all stored HA-emsesp-configs.
// Around line 272 they are removed (search for "// remove HA topics if we don't use discover") // Around line 272 they are removed (search for "// remove HA topics if we don't use discover")
// If HA is enabled the subscriptions are removed. // If HA is enabled the subscriptions are removed.
// As described in the doc (https://docs.emsesp.org/Troubleshooting?id=home-assistant): // As described in the doc (https://emsesp.org/Troubleshooting?id=home-assistant):
// disable HA, wait 5 minutes (to allow the broker to send all), than reenable HA again. // disable HA, wait 5 minutes (to allow the broker to send all), than reenable HA again.
queue_subscribe_message(discovery_prefix_ + "/+/" + Mqtt::basename() + "/#"); queue_subscribe_message(discovery_prefix_ + "/+/" + Mqtt::basename() + "/#");
} }

View File

@@ -345,8 +345,7 @@ bool WebStatusService::getCustomSupport(JsonObject root) {
#if defined(EMSESP_STANDALONE) #if defined(EMSESP_STANDALONE)
// dummy test data for "test api3" // dummy test data for "test api3"
deserializeJson( deserializeJson(doc, "{\"type\":\"customSupport\",\"Support\":{\"html\":[\"html code\",\"here\"], \"img_url\": \"https://emsesp.org/_media/images/designer.png\"}");
doc, "{\"type\":\"customSupport\",\"Support\":{\"html\":[\"html code\",\"here\"], \"img_url\": \"https://docs.emsesp.org/_media/images/designer.png\"}");
#else #else
// check if we have custom support file uploaded // check if we have custom support file uploaded
File file = LittleFS.open(EMSESP_CUSTOMSUPPORT_FILE, "r"); File file = LittleFS.open(EMSESP_CUSTOMSUPPORT_FILE, "r");

View File

@@ -13,6 +13,6 @@
"", "",
"For help and questions please <a target='_blank' href='https://emsesp.org'>contact</a> your installer." "For help and questions please <a target='_blank' href='https://emsesp.org'>contact</a> your installer."
], ],
"img_url": "https://docs.emsesp.org/_media/images/designer.png" "img_url": "https://emsesp.org/_media/images/designer.png"
} }
} }