├── LICENSE.md ├── README.md ├── _templates.csv ├── hardware_reversing ├── Honeywell_reversing_Easy_Control_Bus.svg ├── Honeywell_small.webp ├── README.md ├── flash+eeprom.bin.tar.gz └── water_compensation.png ├── home_assistant_integration ├── README.md ├── assets │ ├── dhw_comfort_widget_screenshot_small.webp │ ├── ha_global_screenshot.webp │ └── integration_errors.webp ├── mqtt-hassio.cfg.patch └── widgets_and_automations.yaml ├── mira_c_green.csv └── tools ├── bruteforce_errors.py └── bruteforce_registers.py /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysard/ebusd_configuration_chaffoteaux_bridgenet/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysard/ebusd_configuration_chaffoteaux_bridgenet/HEAD/README.md -------------------------------------------------------------------------------- /_templates.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysard/ebusd_configuration_chaffoteaux_bridgenet/HEAD/_templates.csv -------------------------------------------------------------------------------- /hardware_reversing/Honeywell_reversing_Easy_Control_Bus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysard/ebusd_configuration_chaffoteaux_bridgenet/HEAD/hardware_reversing/Honeywell_reversing_Easy_Control_Bus.svg -------------------------------------------------------------------------------- /hardware_reversing/Honeywell_small.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysard/ebusd_configuration_chaffoteaux_bridgenet/HEAD/hardware_reversing/Honeywell_small.webp -------------------------------------------------------------------------------- /hardware_reversing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysard/ebusd_configuration_chaffoteaux_bridgenet/HEAD/hardware_reversing/README.md -------------------------------------------------------------------------------- /hardware_reversing/flash+eeprom.bin.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysard/ebusd_configuration_chaffoteaux_bridgenet/HEAD/hardware_reversing/flash+eeprom.bin.tar.gz -------------------------------------------------------------------------------- /hardware_reversing/water_compensation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysard/ebusd_configuration_chaffoteaux_bridgenet/HEAD/hardware_reversing/water_compensation.png -------------------------------------------------------------------------------- /home_assistant_integration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysard/ebusd_configuration_chaffoteaux_bridgenet/HEAD/home_assistant_integration/README.md -------------------------------------------------------------------------------- /home_assistant_integration/assets/dhw_comfort_widget_screenshot_small.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysard/ebusd_configuration_chaffoteaux_bridgenet/HEAD/home_assistant_integration/assets/dhw_comfort_widget_screenshot_small.webp -------------------------------------------------------------------------------- /home_assistant_integration/assets/ha_global_screenshot.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysard/ebusd_configuration_chaffoteaux_bridgenet/HEAD/home_assistant_integration/assets/ha_global_screenshot.webp -------------------------------------------------------------------------------- /home_assistant_integration/assets/integration_errors.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysard/ebusd_configuration_chaffoteaux_bridgenet/HEAD/home_assistant_integration/assets/integration_errors.webp -------------------------------------------------------------------------------- /home_assistant_integration/mqtt-hassio.cfg.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysard/ebusd_configuration_chaffoteaux_bridgenet/HEAD/home_assistant_integration/mqtt-hassio.cfg.patch -------------------------------------------------------------------------------- /home_assistant_integration/widgets_and_automations.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysard/ebusd_configuration_chaffoteaux_bridgenet/HEAD/home_assistant_integration/widgets_and_automations.yaml -------------------------------------------------------------------------------- /mira_c_green.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysard/ebusd_configuration_chaffoteaux_bridgenet/HEAD/mira_c_green.csv -------------------------------------------------------------------------------- /tools/bruteforce_errors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysard/ebusd_configuration_chaffoteaux_bridgenet/HEAD/tools/bruteforce_errors.py -------------------------------------------------------------------------------- /tools/bruteforce_registers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ysard/ebusd_configuration_chaffoteaux_bridgenet/HEAD/tools/bruteforce_registers.py --------------------------------------------------------------------------------