Skip to content

Commit

Permalink
README.md: update docs webserver
Browse files Browse the repository at this point in the history
  • Loading branch information
dingo35 committed Jan 3, 2024
1 parent e44c4fe commit c51b709
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@ CONTACT2 One can add a second contactor (C2) that switches off 2 of the 3 p
```
# Webserver
After configuration of your Wifi parameters, your SmartEVSE will present itself on your LAN via a webserver. This webserver can be accessed through:
* http://ip-address/
* http://smartevse-xxxx.local/ where xxxx is the serial number of your SmartEVSE. It can be found on a sticker on the bottom of your SmartEVSE. It might be necessary that mDNS is configured on your LAN.
* http://smartevse-yyyy.lan/ where yyyy is a derivative of the MAC addresss, that was shown to you when you configured your Wifi parameters.

# Multiple SmartEVSE controllers on one mains supply
Up to eight SmartEVSE modules can share one mains supply.
- Hardware connections
Expand Down Expand Up @@ -160,6 +166,7 @@ Once the temperature has dropped below 55ºC charging is started again.
The error condition can be reset by pressing any button on the SmartEVSE.



# Changes with regards to the original firmware
* New Status page using the Rest API
* Home battery integration
Expand Down Expand Up @@ -239,10 +246,6 @@ The error condition can be reset by pressing any button on the SmartEVSE.
- Charging in Normal mode has not changed, and charging in Smart and Solar mode has not changed if you have no Sensorbox and/or kWh-meter enabled.


# New Status Page
![image](https://user-images.githubusercontent.com/36994651/160653707-121dd618-ee0d-4cb3-bc39-82fde1a1a653.png)


# Home Battery Integration
In a normal EVSE setup a sensorbox is used to read the P1 information to deduce if there is sufficient solar energy available. This however can give unwanted results when also using a home battery as this will result in one battery charging the other one. <br/>

Expand Down

0 comments on commit c51b709

Please sign in to comment.