wrongisthenewright / ebusd-configuration-ariston-bridgenet

Ebusd Configuration file for Ariston/Chaffoteaux/Elco Bridgenet Bus
GNU General Public License v3.0
32 stars 6 forks source link

ONOFF field type not working #14

Open ck-coke opened 6 months ago

ck-coke commented 6 months ago

Hi,

for all lines with onoff field type I get the following error: [main error] error reading config files from /etc/ebusd/: ERR: element not found, last error: ariston.csv:71: ERR: element not found, field type ONOFF in field 1

What is the issue here and how can I solve that?

wrongisthenewright commented 5 months ago

You must copy on the same folder of the ariston.csv also the _template.csv file.

It translate the 0/1 of ebusd to on)off for HA

wrongisthenewright commented 5 months ago

also, pay attention to caps, in my CSV onoff is lower caps, and the same is valid for _template.csv file. If you modified it to UPPER you should do it in both places (ariston.csv AND _template.csv).