1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/tests/components/pooldose/fixtures/instantvalues.json
Lukas a721d32889 Pooldose additional entities for advanced pooldose device (#165608)
Co-authored-by: Ronald van der Meer <ronald@vandermeer.frl>
Co-authored-by: Erwin Douna <e.douna@gmail.com>
Co-authored-by: Joostlek <joostlek@outlook.com>
2026-03-25 12:54:32 +01:00

314 lines
5.4 KiB
JSON

{
"sensor": {
"temperature": {
"value": 25,
"unit": "°C"
},
"ph": {
"value": 6.8,
"unit": null
},
"orp": {
"value": 718,
"unit": "mV"
},
"cl": {
"value": 1.2,
"unit": "ppm"
},
"flow_rate": {
"value": 150,
"unit": "L/s"
},
"ph_type_dosing": {
"value": "alcalyne",
"unit": null
},
"peristaltic_ph_dosing": {
"value": "proportional",
"unit": null
},
"ofa_ph_time": {
"value": 0,
"unit": "min"
},
"orp_type_dosing": {
"value": "low",
"unit": null
},
"peristaltic_orp_dosing": {
"value": "proportional",
"unit": null
},
"cl_type_dosing": {
"value": "low",
"unit": null
},
"peristaltic_cl_dosing": {
"value": "off",
"unit": null
},
"ofa_orp_time": {
"value": 0,
"unit": "min"
},
"ph_calibration_type": {
"value": "2_points",
"unit": null
},
"ph_calibration_offset": {
"value": 8,
"unit": "mV"
},
"ph_calibration_slope": {
"value": 57.34,
"unit": "mV"
},
"orp_calibration_type": {
"value": "1_point",
"unit": null
},
"orp_calibration_offset": {
"value": 0,
"unit": "mV"
},
"orp_calibration_slope": {
"value": 0.96,
"unit": "mV"
},
"water_meter_total_permanent": {
"value": 12345.67,
"unit": "m3"
},
"water_meter_total_resettable": {
"value": 123.45,
"unit": "m3"
},
"circulation_pump_status": {
"value": "disabled",
"unit": null
},
"device_config": {
"value": "ph_orp",
"unit": null
},
"temperature_unit": {
"value": "celsius",
"unit": null
},
"power_on_delay_status": {
"value": "disabled",
"unit": null
},
"flow_delay_status": {
"value": "disabled",
"unit": null
}
},
"binary_sensor": {
"pump_alarm": {
"value": true
},
"ph_level_alarm": {
"value": false
},
"orp_level_alarm": {
"value": false
},
"flow_rate_alarm": {
"value": false
},
"relay_alarm": {
"value": true
},
"relay_aux1": {
"value": false
},
"relay_aux2": {
"value": false
},
"relay_aux3": {
"value": false
},
"alarm_ofa_ph": {
"value": false
},
"alarm_ofa_orp": {
"value": false
},
"alarm_ofa_cl": {
"value": false
},
"alarm_ofa2_ph": {
"value": false
},
"alarm_ofa2_orp": {
"value": false
},
"alarm_ofa2_cl": {
"value": false
},
"alarm_water_too_cold": {
"value": true
},
"alarm_water_too_hot": {
"value": false
},
"alarm_ph_too_low": {
"value": false
},
"alarm_ph_too_high": {
"value": false
},
"alarm_cl_too_low_orp": {
"value": false
},
"alarm_cl_too_high_orp": {
"value": true
},
"alarm_cl_too_high": {
"value": false
},
"alarm_system_standby": {
"value": true
}
},
"number": {
"ph_target": {
"value": 6.5,
"unit": null,
"min": 6,
"max": 8,
"step": 0.1
},
"orp_target": {
"value": 680,
"unit": "mV",
"min": 400,
"max": 850,
"step": 1
},
"cl_target": {
"value": 1,
"unit": "ppm",
"min": 0,
"max": 65535,
"step": 0.01
},
"ofa_ph_lower": {
"value": 6,
"unit": null,
"min": 0,
"max": 14,
"step": 0.1
},
"ofa_ph_upper": {
"value": 8,
"unit": null,
"min": 0,
"max": 14,
"step": 0.1
},
"ofa_orp_lower": {
"value": 600,
"unit": "mV",
"min": 0,
"max": 1000,
"step": 1
},
"ofa_orp_upper": {
"value": 800,
"unit": "mV",
"min": 0,
"max": 1000,
"step": 1
},
"ofa_cl_lower": {
"value": 0.2,
"unit": "ppm",
"min": 0,
"max": 10,
"step": 0.1
},
"ofa_cl_upper": {
"value": 0.9,
"unit": "ppm",
"min": 0,
"max": 10,
"step": 0.1
},
"time_off_ph_dosing": {
"value": 60,
"unit": "s",
"min": 1,
"max": 360,
"step": 1
},
"time_off_orp_dosing": {
"value": 60,
"unit": "s",
"min": 1,
"max": 360,
"step": 1
},
"time_off_cl_dosing": {
"value": 60,
"unit": "s",
"min": 1,
"max": 360,
"step": 1
},
"power_on_delay_timer": {
"value": 0,
"unit": "s",
"min": 0,
"max": 5400,
"step": 1
},
"flow_delay_timer": {
"value": 0,
"unit": "s",
"min": 0,
"max": 3600,
"step": 1
}
},
"switch": {
"pause_dosing": {
"value": false
},
"pump_monitoring": {
"value": true
},
"frequency_input": {
"value": false
}
},
"select": {
"water_meter_unit": {
"value": "m3"
},
"flow_rate_unit": {
"value": "L/s"
},
"ph_type_dosing_set": {
"value": "acid"
},
"ph_type_dosing_method": {
"value": "proportional"
},
"orp_type_dosing_set": {
"value": "low"
},
"orp_type_dosing_method": {
"value": "on_off"
},
"cl_type_dosing_set": {
"value": "high"
},
"cl_type_dosing_method": {
"value": "timed"
}
}
}