A new version of #thermoservice has been released.

This update focuses on Zabbix integration and improved reliability when working with the DS18B20 temperature sensor.

Key changes:

* Refactored Zabbix integration for DS18B20
* Updated dependencies and configuration handling
* Enhanced post-install script
* Added detailed Zabbix integration instructions
* Improved installation documentation
* Added error handling for missing DS18B20 sensor
* Updated packaging for Debian 13 and adjusted build dependencies

The project continues to target lightweight, reliable temperature monitoring with clean integration into Zabbix environments.

Get the latest version on GitHub:
https://github.com/VitexSoftware/thermoservice
#OpenSource #Linux #Debian13 #Zabbix #DS18B20 #IoT #Monitoring #DevOps #PHP #GitHub #Release #RaspberryPI

GitHub - VitexSoftware/thermoservice: Temperature sharing service for DS18B20

Temperature sharing service for DS18B20. Contribute to VitexSoftware/thermoservice development by creating an account on GitHub.

GitHub
While checking amp readings to make sure the #ds18b20 was getting fully switched off, I realized that even in deep sleep the #d1mini board was still pull about 10mA. Yikes! Turns out the 5v regulator leeches power even when not being used. That probably explains why I only get a few days run time from a 14500 battery when I was expecting closer to 3 weeks. Now I'll have to pull the regulator from a board and see how long the battery lasts...

I think I worked out the #DS18B20 problem finally. My boards are set up to power sensors using D7 and D8 to control Vcc and ground going to each, and that dropped the voltage too much since this sensor is barely rated for 3.3v. So for my 1wire plug I connected Vcc directly to the battery and just switch the ground.

Well last night's test provided sensor reading down to 2.39v before the #esp8266 itself gave out, and I was able to eliminate the extra resistor I kept messing with. Success!

J'ai une #idee ! (oui : encore)
J'ai une raspi5 qui fait home cinema
mais je manque de retours de température dans la maison 🤔
Alors j'ai des #DS18B20 #1wire, et la raspi a des #gpio
Bon jusque-là : ok
Mais la raspi chauffe, et des fils + un truc format transistor qui traîne (oui : encore), bein c'est moche, et ça va mesurer le dégagement de la raspi.
Alors je me suis dit :
il faut le surélever, et trouver un design sympa.
Conclusion : une main qui lève le doigt en #3D avec le capteur logé au bout du doigt.
Et en cas de question :
"Mais c'est quoi ce truc !?"
- c'est un thermomètre : c'est pour mesurer la température au doigt mouillé" 🤭 😂
#DIY
Chamber Master: Control Your 3D Printer Enclosure Like A Pro

Having an enclosed 3D printer can make a huge difference when printing certain filaments that are prone to warping. It’s easy enough to build an enclosure to stick your own printer in, but it…

Hackaday
So I stuck three #ds18b20 temperature sensors in our boiler. An #esp8266 and #esphome made them usable in #HomeAssisstant. What I couldn't have guessed is how much heat is transferred via the wire. When just stuck in a drilled hole through the insulation the temperature was 50⁰C. I then dug out the insulation and taped the sensor and some wire directly on the steel and foamed the cavity shut, the actual temperature is 73⁰C!

My smallscale reliability test for the good old watertight #DS18B20 temperature probes. I am comparing 4 different ones. All are being plotted into #InfluxDB. Let's see which survive and which are outliers. I'll report back in a week or so.

#electronics #AliExpress #LCSC #LowQuality

Делаем автомобильный компьютер с нескучным функционалом

Привет, я собрал небольшой бортовой компьютер для авто, который умеет показывать температуру, время с момента включения и раздавать «Free Wi-Fi». В этой статье приведён код, список компонентов и всё остальное, чтобы собрать такой же. Назвал я его Kruk — от беларуского слова «Крук» (рус. «Крюк»). Вот видео его работы на YouTube . Здесь его страница на GitHub. Если вы уже посмотрели видео, то понимаете суть функции «Free Wi-Fi». Как только к Wi-Fi подключаются, система сразу переводит пользователя на captive portal , а сам компьютер начинает показывать, помимо температуры и времени, ещё два дополнительных окна с информацией о количестве пользователей, подключившихся к Wi-Fi, и о количестве пользователей, которые до сих пор к нему подключены (online).

https://habr.com/ru/articles/920714/

#esp32 #ESP32C3 #ssd1306 #ds18b20 #arduino_ide #bmw_e36 #WeActStudio #Kruk #Sabas_Solutions #микроконтроллеры

Делаем автомобильный компьютер с нескучным функционалом

Привет, я собрал небольшой бортовой компьютер для авто, который умеет показывать температуру, время с момента включения и раздавать «Free Wi-Fi». В этой статье приведён код, список компонентов и всё...

Хабр
Are you looking to build your own temperature and humidity sensor? Bernhard Bablok compares eight sensors to determine which is the most accurate
https://www.makerspace-online.com/temperature-and-humidity-sensor-comparison/?utm_source=mms
#sensor #humidity #project #tutorial #testing #BMP280 #DS18B20 #AHT20 #RaspberryPi

E-paper Arduino термометр на ESP-IDF

Наверное каждый любитель электроники имеет в запасе модули приобретенные на всякий случай. Так несколько лет назад я не смог пройти мимо 1.5 дюймового E-Ink дисплея, лежащего на витрине радиомагазина. Через некоторое время нашлось для него применение. В статье ESP32 E-Paper Thermometer описывается, как отображать окружающую температуру, измеренную с помощью датчика DS18B20. Проект выполнен в Arduino IDE. Но я решил пройти "Путь самурая" и портировать код на ESP-IDF. Пришлось немного повозится с библиотеками для работы с дисплеем. На этом мой путь не окончился, как говорят: "У самурая нет цели, есть только путь". И я решил, что было бы неплохо добавить еще несколько сенсоров, измеряющих влажность, давление, CO2, а потом отправлять эти данные по MQTT. В том же радиомагазине был приобретен фанерный домик-конструктор со светодиодным ночником. А в другом магазине - модуль с датчиками. Таким образом родилась идея сконструировать Micro-smart-home. На передней части домика расположен дисплей на пластиковых стойках. А с другой стороны расположен модуль с сенсорами.

https://habr.com/ru/articles/912324/

#esp32 #espidf #Arduino #adafruit #ds18b20 #CCS811 #BMP280 #Si7021 #eink

E-paper Arduino термометр на ESP-IDF

Наверное каждый любитель электроники имеет в запасе модули приобретенные на всякий случай. Так несколько лет назад я не смог пройти мимо 1.5 дюймового E-Ink дисплея, лежащего на витрине радиомагазина....

Хабр