From dc8d24a91f9a99e551b006d615abd5bb24803187 Mon Sep 17 00:00:00 2001 From: elraro Date: Tue, 2 Jan 2024 23:30:24 +0100 Subject: [PATCH] chore: more removed strings --- README.md | 2 +- .../other_noteworthy_projects.md | 26 ------------------- docs/_pages/companion_apps/valeronoi.md | 3 +-- .../options/connectivity/MQTTConnectivity.tsx | 2 +- frontend/src/valetudo/timers/Timers.tsx | 2 +- .../src/valetudo/timers/res/TimersHelp.ts | 2 +- 6 files changed, 5 insertions(+), 32 deletions(-) delete mode 100644 docs/_pages/companion_apps/other_noteworthy_projects.md diff --git a/README.md b/README.md index f2033a88..57844125 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Support is still somewhat experimental, everything in this guide is under your r - The default settings here will be for running Congatudo on the robot itself, [standalone installation](#standalone-installation). - It could run in a server using Docker, [docker installation](#docker-installation). -- If you want to develop as well, check out the [Local Development guide](https://valetudo.cloud/pages/development/building-and-modifying-valetudo.html). +- If you want to develop as well, check out the [Local Development guide](https://congatudo.cloud/pages/development/building-and-modifying-congatudo.html). Any of the ways to get Valetudo running for the robot needs root access to your Conga, so here it will be explained too [Robot Setup](#robot-setup). diff --git a/docs/_pages/companion_apps/other_noteworthy_projects.md b/docs/_pages/companion_apps/other_noteworthy_projects.md deleted file mode 100644 index d061daca..00000000 --- a/docs/_pages/companion_apps/other_noteworthy_projects.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Other Noteworthy Projects -category: Companion Apps -order: 21 ---- -# Other Noteworthy Projects - -This page lists things that aren't necessarily Valetudo Companion services but might still be interesting to users of Valetudo. - - -## Roborock-specific - -These things apply to roborock only - -### Rockbin (Archived) - -A Go-based microservice, which publishes the dustbin state to mqtt. - -[https://github.com/johnDorian/rockbin](https://github.com/johnDorian/rockbin) - -### Roborock Oucher - -A microservice that makes the robot scream (play a sound) every time it bumps into something. - -[https://github.com/porech/roborock-oucher](https://github.com/porech/roborock-oucher) - diff --git a/docs/_pages/companion_apps/valeronoi.md b/docs/_pages/companion_apps/valeronoi.md index 5c65165d..fbd1c081 100644 --- a/docs/_pages/companion_apps/valeronoi.md +++ b/docs/_pages/companion_apps/valeronoi.md @@ -5,9 +5,8 @@ order: 16 --- # Valeronoi -Valeronoi (Valetudo + Voronoi) is a companion for [Valetudo](https://valetudo.cloud) for generating WiFi signal strength maps. It visualizes them using a [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram). +Valeronoi (Valetudo + Voronoi) is a companion for [Congatudo](https://congatudo.cloud) and [Valetudo](https://valetudo.cloud) for generating WiFi signal strength maps. It visualizes them using a [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram). ![image](./img/valeronoi.png) - For more information, check out [https://github.com/ccoors/Valeronoi](https://github.com/ccoors/Valeronoi) diff --git a/frontend/src/options/connectivity/MQTTConnectivity.tsx b/frontend/src/options/connectivity/MQTTConnectivity.tsx index ae317ec1..b04a5a61 100644 --- a/frontend/src/options/connectivity/MQTTConnectivity.tsx +++ b/frontend/src/options/connectivity/MQTTConnectivity.tsx @@ -816,7 +816,7 @@ const MQTTConnectivity = (): React.ReactElement => {

If you're experiencing problems regarding MQTT, make sure to try Mosquitto since some other MQTT - brokers only implement a subset of the MQTT spec, which often leads to issues when used with Valetudo. + brokers only implement a subset of the MQTT spec, which often leads to issues when used with Congatudo.

If you're using Mosquitto but still experience issues, make sure that your ACLs (if any) are correct and diff --git a/frontend/src/valetudo/timers/Timers.tsx b/frontend/src/valetudo/timers/Timers.tsx index 73768750..3454004d 100644 --- a/frontend/src/valetudo/timers/Timers.tsx +++ b/frontend/src/valetudo/timers/Timers.tsx @@ -131,7 +131,7 @@ const Timers = (): React.ReactElement => { - You currently don't have any timers configured in Valetudo. + You currently don't have any timers configured in Congatudo. } diff --git a/frontend/src/valetudo/timers/res/TimersHelp.ts b/frontend/src/valetudo/timers/res/TimersHelp.ts index b6834dd2..cbae3bb0 100644 --- a/frontend/src/valetudo/timers/res/TimersHelp.ts +++ b/frontend/src/valetudo/timers/res/TimersHelp.ts @@ -3,7 +3,7 @@ export const TimersHelp = ` ## Timers Timers allow you to execute a task at a specified time (UTC).
-To operate, they require the system time to be synced using the NTP client built into Valetudo. +To operate, they require the system time to be synced using the NTP client built into Congatudo. If it is unable to reach the configured NTP server, no timers will be executed unless the NTP client was disabled explicitly which would imply the user is responsible for providing time by other means.