blakadder / nspanel

Sonoff NSPanel protocol and hacking information. Tasmota Berry driver for NSPanel
https://blakadder.github.io/nspanel/
Creative Commons Zero v1.0 Universal
129 stars 35 forks source link

Tasmota compilation #52

Closed djlukas7 closed 1 year ago

djlukas7 commented 1 year ago

Does the tasmota build support temperature sensors like sht3x? If not, could you please provide a compilation with support for these sensors? I would like to replace the original temperature sensor with the sht30 sensor.

blakadder commented 1 year ago

https://tasmota.github.io/docs/Compile-your-build/

joBr99 commented 1 year ago

didn't check, but if it wasn't removed in the nspanel build it should be included by default

https://tasmota.github.io/docs/SHT30/

This feature is included only in tasmota-sensors and tasmota32 binaries

If the nspanel build doesn't have support for sht30, you could also use standard builds with the disadvantages documented here

https://templates.blakadder.com/sonoff_NSPanel.html

If using standard Tasmota32 builds: Current implementation of serial in Arduino core has a bug which can boot loop the device on soft reset. Power cycling the device solves the issue. PSRAM is also not supported.