Skip to content

Commit

Permalink
Updated dependencies / Enhanced debug
Browse files Browse the repository at this point in the history
  • Loading branch information
akreienbring committed Jan 18, 2025
1 parent af80b59 commit 02f4666
Show file tree
Hide file tree
Showing 46 changed files with 777 additions and 986 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ client/node_modules/
client/.vscode
client/dist/
client/.env.private
client/.env.development

14 changes: 14 additions & 0 deletions CHANGELOG.md
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

14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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 |
Expand Down
5 changes: 0 additions & 5 deletions client/CHANGELOG.md

This file was deleted.

Loading

0 comments on commit 02f4666

Please sign in to comment.