Compare commits
No commits in common. "4add593bf448de5a5529f45106f0b2504c883cfa" and "a6707b849b7c9d799f97431f1c0e0919f4d632fd" have entirely different histories.
4add593bf4
...
a6707b849b
12
README.md
12
README.md
|
|
@ -2,13 +2,7 @@
|
|||
|
||||
This integration will listen for data from your station and passes them to respective sensors. It also provides the ability to push data to Windy API.
|
||||
|
||||
_This custom component replaces [old integration via Node-RED and proxy server](https://github.com/schizza/WeatherStation-SWS12500)._
|
||||
|
||||
# Warning - FW 3.0 for SWS 12500!
|
||||
|
||||
As by now, it is strongly recommended **not to update to FW 3.0.**
|
||||
This firmware seems to be buggy in sending data to Home Assistant withou SSL settings.
|
||||
_**I am working of this issue and it is not resloved by now.**_
|
||||
*This custom component replaces [old integration via Node-RED and proxy server](https://github.com/schizza/WeatherStation-SWS12500).*
|
||||
|
||||
## Requirements
|
||||
|
||||
|
|
@ -21,12 +15,10 @@ _**I am working of this issue and it is not resloved by now.**_
|
|||
### If your station's firmware is 1.0 or your station is configured as described in this README and you still can not see any data incoming to Home Assistant please [read here](https://github.com/schizza/SWS-12500-custom-component/issues/17) and [here](firmware_bug.md)
|
||||
|
||||
### HACS installation
|
||||
|
||||
For installation with HACS, you have to first add a [custom repository](https://hacs.xyz/docs/faq/custom_repositories/).
|
||||
You will need to enter the URL of this repository when prompted: `https://github.com/schizza/SWS-12500-custom-component`.
|
||||
|
||||
After adding this repository to HACS:
|
||||
|
||||
- Go to HACS -> Integrations
|
||||
- Search for the integration `Sencor SWS 12500 Weather station` and download the integration.
|
||||
- Restart Home Assistant
|
||||
|
|
@ -48,7 +40,7 @@ For manual installation you must have an access to your Home Assistant's `/confi
|
|||
2. Select your station from available APs on your computer.
|
||||
3. Connect to the station's setup page: `http://192.168.1.1` from your browser.
|
||||
4. In the third URL section fill in the address to your local Home Assistant installation.
|
||||
5. Create new `ID` and `KEY`. You can use [online tool](https://www.allkeysgenerator.com/Random/Security-Encryption-Key-Generator.aspx) to generate random keys. _(you will need them to configure integation to Home Assistatnt)_
|
||||
5. Create new `ID` and `KEY`. You can use [online tool](https://www.allkeysgenerator.com/Random/Security-Encryption-Key-Generator.aspx) to generate random keys. *(you will need them to configure integation to Home Assistatnt)*
|
||||
6. Save your configuration.
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue