HACS integration for Safetec and SYR water meters
- Adds sensors for water consumption, water pressure, water temperature +++
- Monitors NeoSoft-specific values such as salt level and regeneration state
- Opening/Closing of water valve
- Last tapped volume (
getLTV).
- Battery voltage (
getBAT). - Current water consumption (
getAVO). - Water conductivity (
getCND). - Mains voltage (
getNET). - Water flow (
getFLO). - Water hardness (
getCND / 30). - Water pressure (
getBAR). - Water temperature (
getCEL). - WiFi signal strength (
getWFR). - WiFi state (
getWFS).
- Added configurable port in the UI options (alongside IP address and fetch interval).
- Ensured
getFLO,getLTV, andgetAVOare mapped so those entities are created when available. - Kept the water supply valve entity (
valve.pontos_water_supply) as provided by the integration.
- Safetec
- SYR Trio
- SYR SafeTech+
- SYR NeoSoft
- Download or clone this repository.
- Copy
custom_components/hass_safetecto your Home Assistantcustom_componentsdirectory. - Restart Home Assistant.
- Add the integration via Home Assistant's Integrations page and follow the configuration steps.
- In the integration options you can change the IP address, port, and fetch interval.
This integration is based on the original hass-pontos project by sangvikh: https://github.com/sangvikh/hass-pontos