Commit 1f2f6b3f105017a1d59c09ebf918472a5c951aa9

Authored by Jeroen88
1 parent d3f04ca9

Update README.md files

Showing 1 changed file with 4 additions and 2 deletions
examples/README.md
... ... @@ -95,6 +95,9 @@ Topics to subscribe to:
95 95 - Metriot/EasyOpenTherm/22b5ea03f784/relative_modulation/state: to receive 'relative modulation' updates of the format ```{"relative_modulation":0.0}```
96 96 - Metriot/EasyOpenTherm/22b5ea03f784/water_pressure/state: to receive 'water pressure' updates of the format ```{"water_pressure":2.2}```
97 97  
  98 +### Modifing Advanced_Thermostat.ino for HVACs
  99 +It should be possible to modify the program to work with HVACs. It should be relatively straight forward (maybe a flag can_heat must be added, the right status should be used, the flags need adaptations and the DATA-IDs need to be changed, to name a few). I do not have a HVAC, but maybe I can help and publish a HVAC example too.
  100 +
98 101 ## OpenTherm_Show_DATA-IDs.ino
99 102 Sends all known DATA-IDs to the secondary and shows it's response. Can be used for both boilers and HVACs, although the boiler information is more extensive. Also the data types for the HVAC calls may not be correct.
100 103  
... ... @@ -151,5 +154,4 @@ Number of times flame signal was too low: 13
151 154 ```
152 155  
153 156 ## Basic_Thermostat_Commands.ino
154   -Shows the most basic commands that can be sent from a thermostat (primary) to a boiler (secondary) and may also be used as inspiration for a HVAC thermostat. It sets the room temperature setpoint to a fixed value, which is not reasonable for a real thermostat. But it will start your boiler and heat up your house! You need a temperature sensor connected to the microcontroller. The program used a BME280 sensor, but any sensor can be used, as long as you adapt the program accordingly.
155   -
  157 +Shows the most basic commands that can be sent from a thermostat (primary) to a boiler (secondary) and may also be used as inspiration for a HVAC thermostat. It sets the room temperature setpoint to a fixed value, which is not reasonable for a real thermostat. But it will start your boiler and heat up your house!
... ...