Skip to content

Commit

Permalink
Merge pull request #131 from jontofront/103-feat-add-new-device-lambd…
Browse files Browse the repository at this point in the history
…a-sensor

docs: update README to include detailed sensor and binary sensor info…
  • Loading branch information
jontofront authored Dec 16, 2024
2 parents 04c6b7d + bba2cdd commit a26b66b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,19 @@ These binary sensors are retrieved from the `../econet/regParams` and `../econet
| `mainSrv` | Indicates if the main server is operational | `../econet/sysParams` |
| `wifi` | Indicates if the Wi-Fi connection is active | `../econet/sysParams` |
| `lan` | Indicates if the LAN connection is active | `../econet/sysParams` |
</details>

### Number Entities

These number entities are retrieved from the `../econet/rmCurrentDataParamsEdits` endpoint. Below is the list of available entity keys, their descriptions, and the corresponding API endpoint keys:

<details>
<summary>**👉 Click here to expand the table**</summary>

| Entity Key | Description | Endpoint |
|----------------------|----------------------------------------------|--------------------------------------|
| `tempCOSet` | Desired fireplace set temperature | `../econet/rmCurrentDataParamsEdits` |
| `tempCWUSet` | Desired hot water (CWU) set temperature | `../econet/rmCurrentDataParamsEdits` |


## Contributing

Expand All @@ -196,4 +208,4 @@ Thank you for contributing to the Home Assistant community!
## Disclaimer

**Use at your own risk.**
This software is provided as-is, for educational purposes. The authors and contributors hold no responsibility for any harm, data loss, or damage caused by using this integration.
This software is provided as-is, for educational purposes. The authors and contributors hold no responsibility for any harm, data loss, or damage caused by using this integration.
7 changes: 0 additions & 7 deletions custom_components/econet300/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,7 @@
API_REG_PARAMS_DATA_URI = "regParamsData"
API_REG_PARAMS_DATA_PARAM_DATA = "data"

## Map names for params data in API_REG_PARAMS_DATA_URI
API_RM_CURRENT_DATA_PARAMS_URI = "rmCurrentDataParams"

## Map units for params data map API_RM_CURRENT_DATA_PARAMS_URI
API_RM_PARAMSUNITSNAMES_URI = "rmParamsUnitsNames"

# Boiler status keys map
# boiler mode names from endpoint http://LocalIP/econet/rmParamsEnums?
OPERATION_MODE_NAMES = {
0: STATE_OFF,
1: "fire_up",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/econet300/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"issue_tracker": "https://github.com/jontofront/ecoNET-300-Home-Assistant-Integration/issues",
"requirements": [],
"ssdp": [],
"version": "v1.0.8",
"version": "v1.0.9",
"zeroconf": []
}

0 comments on commit a26b66b

Please sign in to comment.