@zxdavb David looking at my schema I’ve obviously bound a few too many fake sensors during my testing.
How do I reset the schema? Do I need to reset the bindings within the Controller and then use restore_state: false?
Schema = {
'controller': '01:210309',
'system': {
'heating_control': '13:099643'},
'orphans': [],
'stored_hotwater': {'hotwater_sensor': '07:050079', 'hotwater_valve': '13:045348', 'heating_valve': '13:051578'},
'underfloor_heating': {},
'zones': {
'00': {'heating_type': 'radiator_valve', 'sensor': None, 'devices': ['04:032930', '04:032958']},
'01': {'heating_type': 'radiator_valve', 'sensor': {'device_id': '03:256026', 'is_faked': True}, 'devices': ['03:256026', '04:033020']},
'02': {'heating_type': 'radiator_valve', 'sensor': {'device_id': '03:256027', 'is_faked': True}, 'devices': ['03:256027', '03:256020', '03:256001', '04:030802', '04:030798']},
'03': {'heating_type': 'radiator_valve', 'sensor': {'device_id': '03:256009', 'is_faked': True}, 'devices': ['03:256009', '04:030582', '03:256019']},
'04': {'heating_type': 'radiator_valve', 'sensor': {'device_id': '03:256017', 'is_faked': True}, 'devices': ['03:256017', '04:033190', '03:256010']},
'05': {'heating_type': 'radiator_valve', 'sensor': {'device_id': '03:256000', 'is_faked': True}, 'devices': ['03:256000', '04:032988', '03:256004']},
'06': {'heating_type': 'radiator_valve', 'sensor': {'device_id': '03:256012', 'is_faked': True}, 'devices': ['03:256012', '04:030586', '03:256002']},
'07': {'heating_type': 'radiator_valve', 'sensor': {'device_id': '03:256028', 'is_faked': True}, 'devices': ['03:256028', '03:256024', '04:030584']},
'08': {'heating_type': 'radiator_valve', 'sensor': {'device_id': '03:256013', 'is_faked': True}, 'devices': ['03:256013', '03:256021', '04:030580']},
'09': {'heating_type': 'radiator_valve', 'sensor': {'device_id': '03:256029', 'is_faked': True}, 'devices': ['03:256029', '04:030796', '04:030800', '03:256003']},
'0A': {'heating_type': 'radiator_valve', 'sensor': {'device_id': '03:256030', 'is_faked': True}, 'devices': ['03:256030', '04:033006']},
'0B': {'heating_type': 'radiator_valve', 'sensor': {'device_id': '03:256014', 'is_faked': True}, 'devices': ['03:256014', '04:032980']
}
}
}