American Recipes

Custom cookbook software

ESP32 by simple yet powerful configuration files and control them remotely through Home Custom cookbook software systems. This list contains a bunch of getting started and more advanced guides for using ESPHome.

ESP32 devices are supported by ESPHome. Sonoff T1 UK 3 Gang V1. Sonoff T3 EU 3 Gang V1. Sensors have been split into categories. If a sensor fits into more than one category, it will be listed multiple times. Looking for a sensor that outputs its values as an analog voltage? Looking for WS2811 and similar individually addressable lights?

Do you have other awesome automations or cool setups? Please feel free to add them to the documentation for others to copy. A new version has been release since you last visited this page: 2021. Logging to a single file from multiple processes Using concurrent. This page contains a number of recipes related to logging, which have been found useful in the past. This is true not only within the same module, but also across modules as long as it is in the same Python interpreter process. 2005-03-23 23:47:11,663 – spam_application – INFO – creating an instance of auxiliary_module.

Auxiliary – INFO – creating an instance of Auxiliary 2005-03-23 23:47:11,665 – spam_application – INFO – created an instance of auxiliary_module. Auxiliary 2005-03-23 23:47:11,668 – spam_application – INFO – calling auxiliary_module. Logging from multiple threads requires no special effort. This shows the logging output interspersed as one might expect.