benzino77 / tasmocompiler

Web GUI for custom Tasmota compilation
MIT License
511 stars 148 forks source link

tasmotizer config option for i2c sensors #114

Closed riker65 closed 3 years ago

riker65 commented 3 years ago

Hi, need some help using tasmotizer. need to compline display and i2c sensors . But do not know which option to check for i2c Sensors as INA219. Thanks

so I need rules, i2c display, web, I2C sensor

Would this work?

Or did I miss anything?

Thanks T

drhideg commented 3 years ago

If you select Display support, it will include i2c support. For INA219 you need to add lines in the custom parameters box

#ifdef USE_INA219
  #undef USE_INA219
#endif
#define USE_INA219

You can add any feature/sensor from here as described above.

benzino77 commented 3 years ago

I think there should be additional group of features created - "Voltage and current sensors". In such situation you will just need to select display and voltage and current sensors on features step.

benzino77 commented 3 years ago

... or add "Generic sensors" checkbox to include all others sensors which are not included in other sections.

riker65 commented 3 years ago

ok thanks. Is there an overview which use-options are covered with your checkboxes? thanks a lot

benzino77 commented 3 years ago

No, there is not... but it should be. Let me think about it. For now you can check this link

benzino77 commented 3 years ago

I have created features description file which includes informatioan which sensors are included in particular features group.