Skip to content

Releases: wilsto/pool-monitor-card

v1.9.0

03 Nov 16:12
Compare
Choose a tag to compare

New Features

Individual Sensor Customization

  • Customizable Icons for Each Sensor: A new configuration pattern, xxx_icon, is available for individual sensors, enabling users to customize icons for each monitored parameter independently. Replace xxx with the specific sensor name (e.g., temperature_icon, ph_icon, orp_icon).
    • Options:
      • image_url: Specify a custom image URL to display a unique icon for each sensor.
      • mdi: Use Material Design Icons (MDI) for a consistent visual style across all sensor icons.
      • hide: Hide the icon for any specific sensor.
    • Default: By default (if no configuration is specified), the system will continue using the images from the resources directory as before.

Global Display Configuration

  • Toggle Icon and Unit Display: Added global settings to control the display of icons and units for all sensors.
    • show_icons (boolean): Allows users to enable or disable the display of all sensor icons at once.
      • Default: true (icons are displayed by default).
    • show_units (boolean): Provides the option to show or hide the units of measurement for all sensors.
      • Default: true (units are displayed by default).

v1.8.0

03 Nov 14:10
Compare
Choose a tag to compare

New Features and Improvements

  • New Sensor Support: Added support for 5 additional sensors, enhancing monitoring capabilities for various aspects of your pool’s management system:

    Sensor Type Required Description Default
    water_level String Optional Measures the water level in your pool. none
    flow_rate String Optional Tracks the flow rate through your pool's filtration system. none
    uv_radiation String Optional Monitors the UV light output in your pool’s sanitization system. none
    product_volume String Optional Tracks the volume of liquid chemical products in storage. none
    product_weight String Optional Monitors the weight of powdered chemical products in storage. none
  • Russian Language Support: Added Russian language support, making the application more accessible to Russian-speaking users.

v1.7.0

03 Nov 10:36
Compare
Choose a tag to compare

New Features and Improvements

  • Magnesium Sensor Support: Special thanks to JDeighty4 for adding support for magnesium sensors, expanding the range of measurable data.

  • Hebrew Language Accessibility: Many thanks to Yehuda for making the application accessible to Hebrew-speaking users, promoting broader inclusivity.

  • Documentation Enhancement: Improved the README for clearer instructions, making it easier for new users to get started and navigate key features.

v1.6.2

02 Nov 18:00
29b1e32
Compare
Choose a tag to compare

Bugs fixes

  • Add min et max for Sg
  • correct decimals display

v1.6.1

02 Nov 16:57
Compare
Choose a tag to compare

Bugs fixes

  • syntax error

v1.6.0

02 Nov 15:23
645dc92
Compare
Choose a tag to compare

New functionnalities

v1.5.1

31 Jul 08:42
Compare
Choose a tag to compare

New functionnalities

  • added new salinity unit

Bugs fixes

  • fixes version number

v1.5.0

29 May 10:43
Compare
Choose a tag to compare

New functionnalities

  • added multilingual capabilities to sensor names
  • new parameter to change the name of each entity

Bugs fixes

  • css error in compact mode

v1.4.0

26 May 09:21
Compare
Choose a tag to compare

New functionnalities

  • Add 8 new pre-defined sensors : we already have temperature, pH, ORP levels and TDS and now if you need them : salinity, CYA, calcium, phosphate, alkalinity, filter pressure , free chlorine, total chlorine
  • Add a second temperature sensor
  • Improve UX settings with show_names & show_labels
  • Add FR language
  • Add Info in Browser Log
  • Update Hardware
  • Update Screenshots
  • Improve Readme

** Breaking changes : names is enabled by default

Bugs fix

  • fix to numeric comparaison
  • fix some css error

Full Changelog: v1.3.4...v1.4.0

v1.3.4

25 May 08:59
Compare
Choose a tag to compare

To help debugging, confirm the installation in the web browser console log
POOL-MONITORING-CARD 1.3.4 IS INSTALLED
Readme: https://github.com/wilsto/pool-monitor-card

Full Changelog: v1.3.3...v1.3.4