envy / esp-knx-ip

A KNX/IP library for the ESP8266 with Arduino
MIT License
136 stars 49 forks source link

SONOFF example also with additional sensors? #14

Open sisamiwe opened 6 years ago

sisamiwe commented 6 years ago

Hi, first to say this is a great project!

So nevertheless I'm wondering whether it is (already) possible to add additional sensors like a DS18B20 to the GPIOs of the SONOFF and get there measurements also via knx? This is a nice add-on the Tasmota firmware (MQTT) already has.

Thanks for the response.

envy commented 6 years ago

Hi,

first to say this is a great project!

Thanks!

So nevertheless I'm wondering whether it is (already) possible to add additional sensors like a DS18B20 to the GPIOs of the SONOFF and get there measurements also via knx? This is a nice add-on the Tasmota firmware (MQTT) already has.

I don't know yet, I don't want to recreate everything Tasmota has done. I don't want to offer a finished solution for every imaginable use-case but rather a library that can be used to build specialized firmwares. The examples are there to show the feature-set of the library in a minimal setting.

ascillato commented 6 years ago

For anyone who is interesed, now Sonoff-Tasmota supports KNX thanks to this great library and Nico's help. :+1:

Also, there are compiled binaries here