nliaudat / floor-heating-controller

esphome firmware for esp32_8ch_motor_shield
GNU General Public License v3.0
40 stars 12 forks source link

Documentation: How to disable unused channels #7

Closed heinemannj closed 10 months ago

heinemannj commented 10 months ago

I have only 6 heating circuits of the available 8 channels in use.

How to disable/deactivate channel 7 and 8 to avoid the creation/usage of the not required sensors within the ESP and/or HA?

nliaudat commented 10 months ago

That's not implemented cause yaml do not support scripting.

You can comment out all the CH7-8 related parts in the code or delete the hassio sensors

heinemannj commented 10 months ago

You can comment out all the CH7-8 related parts in the code or delete the hassio sensors

Meaning in all of the following files of floor-heating-controller?

nliaudat commented 7 months ago

fixe in v105 release.

Every channel is configured in config and pushed by packages as template