Skip to content

Commit

Permalink
fixed WiCAN upper case
Browse files Browse the repository at this point in the history
  • Loading branch information
meatpiHQ committed Oct 12, 2024
1 parent ae084fa commit 57a2073
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WiCan Docs
# WiCAN Docs


These docs are generated using [docus](https://docus.dev/). To update any of them, just update the markdown file in the content folder.
Expand Down
4 changes: 2 additions & 2 deletions docs/app.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// https://github.com/nuxt-themes/docus/blob/main/nuxt.schema.ts
export default defineAppConfig({
docus: {
title: 'WiCan Docs',
description: 'Docs and guides around WiCan',
title: 'WiCAN Docs',
description: 'Docs and guides around WiCAN',
socials: {
github: 'meatpiHQ/wican-fw',
},
Expand Down
6 changes: 3 additions & 3 deletions docs/content/0.Config/WiFi.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Configuring WiFi

Your WiCan will broadcast its own Access Point, that you can connect to. It will be called `WiCAN_xxxxxxx`. You can connect to it with the default password `@meatpi#`.
Your WiCAN will broadcast its own Access Point, that you can connect to. It will be called `WiCAN_xxxxxxx`. You can connect to it with the default password `@meatpi#`.

If you are using a phone, you may need to wait a few seconds and confirm you want to connect to a network that does not provide internet.

Once connected you can go to `192.168.80.1` in your browser to get to the WiCan settings.
Once connected you can go to `192.168.80.1` in your browser to get to the WiCAN settings.

From there you can go to the `Settings` tab to change `Mode` to AP+Station, and input your home `SSID` and `Password`. Once saved you can check the `Status` tab to see your WiCan `Station IP`. Once you have the station IP, you can connect your phone from the WiCan AP to your regular home WiFi, and go to the `Station IP` you just got from the Status tab. This should show you the same website as you saw earlier. Congradulations you now have your WiCan connected to home WiFi.
From there you can go to the `Settings` tab to change `Mode` to AP+Station, and input your home `SSID` and `Password`. Once saved you can check the `Status` tab to see your WiCAN `Station IP`. Once you have the station IP, you can connect your phone from the WiCAN AP to your regular home WiFi, and go to the `Station IP` you just got from the Status tab. This should show you the same website as you saw earlier. Congradulations you now have your WiCAN connected to home WiFi.
4 changes: 2 additions & 2 deletions docs/content/0.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ title: Home
navigation: false
---

Welcome to the WiCan docs.
Welcome to the WiCAN docs.

Use the menu to find various pages. Also checkout out the [contributing](/contributing) page on how to add and update these docs.

All the docs assume you are running the latest version of the WiCan Firmware, please make sure you keep your firmware up to date.
All the docs assume you are running the latest version of the WiCAN Firmware, please make sure you keep your firmware up to date.

These docs are very new, and defiantly still a work in progress. Feel free to help out and migrate helpful content from the main README.md, and various issues/discussions all in here to get them in in a central place
4 changes: 2 additions & 2 deletions docs/content/1.home assistant/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Overview
description: Overview of Home Assistant Integration with WiCan
description: Overview of Home Assistant Integration with WiCAN
---

## Home Assistant

WiCan currently can connect to Home Assistant via MQTT. There are also plans for an upcoming proper API integration in the future. For now see [MQTT](/home-assistant/mqtt/) to set it up via MQTT
WiCAN currently can connect to Home Assistant via MQTT. There are also plans for an upcoming proper API integration in the future. For now see [MQTT](/home-assistant/mqtt/) to set it up via MQTT

0 comments on commit 57a2073

Please sign in to comment.