-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated dependencies / Enhanced debug
- Loading branch information
1 parent
af80b59
commit 02f4666
Showing
46 changed files
with
777 additions
and
986 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,5 @@ client/node_modules/ | |
client/.vscode | ||
client/dist/ | ||
client/.env.private | ||
client/.env.development | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
### Release v1.0.0 | ||
###### 12.01.2025 | ||
|
||
- Initial Release. | ||
|
||
### Release v1.0.1 | ||
##### 18.01.2025 | ||
**Client (1.0.1)** | ||
- Enhanced debug information | ||
- Updated dependencies | ||
|
||
**Server (1.0.1)** | ||
- Updated dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,16 +49,16 @@ Managing many Shellies in a network is a challenge. The original Shelly Control | |
Read the [Configuration details](#server-configuration) below!<br/> | ||
The settings you must / should change before the first run are marked with (!). | ||
|
||
**Start the server**<br/> | ||
- Linux: _npm start_ | ||
- Windows: _node shellybroker.js_ | ||
|
||
Thats it! Navigate your browser to [YOURSERVERIP]:3031 and log in with *[email protected]* and password _undlos_ | ||
|
||
- **Client**<br/> | ||
The server release includes the current client version. But if the client version gets updated, you might want to install the newer version.<br/> | ||
Download the client release and unpack the content into the _/sb/public_ folder. | ||
|
||
## Starting / stopping the server<br/> | ||
- Linux: _npm start_ / _npm stop_ | ||
- Windows: _node shellybroker.js_ / CTRL-C | ||
|
||
Thats it! Navigate your browser to [YOURSERVERIP]:3031 and log in with *[email protected]* and password _undlos_ | ||
|
||
## How to particpate and join the project | ||
|
||
This project needs your help! There are so many Shelly devices and up to now only one developer :-) There is a simple and a developer stylish way to support. | ||
|
@@ -132,7 +132,7 @@ File: _/sb/public/index.html_ | |
| Option | Value | Description | | ||
| --------------- | ---------------- | ----------------------------------------------------------------- | | ||
| WSURL (!) | ws://[IP]:[PORT] | Used in (VITE) DEV mode to connect to the Websocket server | | ||
| WSSURL (!) | wss://[IP]:[PORT]| Used in (VITE) PROD mode to connect to the Websocket server | | ||
| WSSURL (!) | wss://[IP]:[PORT]| Used in (VITE) PROD mode to connect to the Websocket server. This can also be ws://[IP]:[PORT]| | ||
| RECONNECT_DELAY | nr. of seconds | When loosing the ws connection to server, reconnect after... | | ||
| RECONNECT_MAX | number | Number of reconnect attemps after loosing the connection | | ||
| LANDING_PAGE |'login' or 'blogs'| If 'blogs' and public blogs exist, they are shown directly | | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.