🏠 Home Assistant will get first-class support

Home Assistant is awesome. A lot of our products are ultimately used within it, so Home Assistant will now get first-class support from us. All of our products will have HA demonstration projects. That means we give you a working YAML and header file for everything that doesn't already have…

SHT3x for Arduino

πŸ“’ Datasheet PDF 1. πŸ”½ Get Arduino Install the Arduino IDE 2. πŸ“¦ Install the library Start the Arduino IDE, press the Sketch menu, and then Include Library > Manage Libraries 1. Search for Microfire and install the library called Microfire SHT3x 3. πŸ”Œ Connections 1. Make the I2C connections: * SHT3x SDA to controller SDA…

DS18B20 for Arduino

πŸ“’ Datasheet PDF There are many libraries for DS18B20 sensors. This write-up will use the most common set. 1. πŸ”½ Get Arduino Install the Arduino IDE 2. πŸ“¦ Install the library Start the Arduino IDE, press the Sketch menu, and then Include Library > Manage Libraries 1. Search for DallasTemperature and install the library…

Mod-ORP for ESPHome and Home Assistant

In this write-up, we will install ESPHome to get ORP measurements into Home Assistant. * We will be working in a terminal and using a few commands * You'll need a Home Assistant installation running * An ESP-device * A Mod-ORP module and preferably a carrier board 1. πŸ“¦ Install ESPHome Follow the instructions on…

Mod-NTC for Arduino

πŸ“’ Datasheet PDF DOC HTML πŸ“¦ Arduino IDE and PlatformIO library PDF DOC HTML 1. πŸ”½ Get Arduino Install the Arduino IDE 2. πŸ“¦ Install the library Start the Arduino IDE, press the Sketch menu, and then Include Library > Manage Libraries 1. Search for Microfire and install the library called Microfire Mod-NTC 3. πŸ”Œ Connect…

Mod-pH for Arduino

πŸ“’ Datasheet PDF DOC HTML πŸ“¦ Arduino IDE and PlatformIO library PDF DOC HTML 1. πŸ”½ Get Arduino Install the Arduino IDE 2. πŸ“¦ Install the library Start the Arduino IDE, press the Sketch menu, and then Include Library > Manage Libraries 1. Search for Microfire and install the library called Microfire Mod-pH 3. πŸ”Œ Connect…

Mod-Box for Home Assistant

This write-up will focus on using several of our components, Mod-EC, Mod-pH, and DS18B20 temperature sensor, Β in one device, to create a complete sensor box that works with Home Assistant. * We will be working in a terminal and using a few commands * You'll need a Home Assistant installation running * An…

Mod-pH for ESPHome and Home Assistant

In this write-up, we will install ESPHome to get pH measurements into Home Assistant. * We will be working in a terminal and using a few commands * You'll need a Home Assistant installation running * An ESP-device * A Mod-pH module and preferably a carrier board 1. πŸ“¦ Install ESPHome Follow the instructions on…