logo elektroda
logo elektroda
X
logo elektroda

Wanted WiFi thermometer with data dump to server and sleep mode

1050 9
Best answers

How can I set up battery-powered thermometers that send temperature readings to a local server on my LAN without using the cloud?

The best solution is usually not pure Wi‑Fi sensors, but battery-powered BLE or 868 MHz thermometers paired with a mains-powered Wi‑Fi gateway, because Wi‑Fi is too power-hungry for long battery life [#20717960][#20718353][#20718504] If you use Wi‑Fi thermometers anyway, one estimate says an upload can take about 30 seconds and consume about 1 mAh, which works out to roughly 1.5 Ah per month, so you would likely need to change the battery monthly [#20718504] For a ready-made setup, Ecowitt was recommended as a practical solution that supports multiple thermometers and a Wi‑Fi gateway for collecting the data [#20718417][#20718511] It was also noted that 868 MHz sensors are preferable if the signal must pass through building walls [#20718353]
Summary generated by AI based on the discussion content.
ADVERTISEMENT
This content has been translated flag-pl » flag-en View the original version here
  • #1 20717768
    Anonymous
    Level 1  
  • ADVERTISEMENT
  • #2 20717960
    TvWidget
    Level 39  
    Posts: 4406
    Help: 472
    Rate: 697
    WiFi communication is not very suitable for battery-powered devices. Even if connecting occasionally, the battery has to be large to ensure adequate current capacity. Running the radio interface in the ESP requires a current of the order of 100mA(_at_)3.3V. In comparison, thermometers with a BLE interface require several thousand times less energy to operate. They can therefore be powered by a small CR2032 battery for many months. Solutions consisting of battery-operated BLE thermometers and a gateway e.g. on ESP32 with mains power supply are often used.
  • ADVERTISEMENT
  • #3 20718310
    Anonymous
    Level 1  
  • ADVERTISEMENT
  • #4 20718353
    TvWidget
    Level 39  
    Posts: 4406
    Help: 472
    Rate: 697
    If the signal is to pass through the walls of a building, it is advisable to use thermometers operating in the 868MHz range. With this solution, there may be formal limitations with too frequent sending of measurements.
    Do you need one thermometer or are you looking for a larger scale solution?
  • #5 20718360
    Anonymous
    Level 1  
  • ADVERTISEMENT
  • #6 20718379
    TvWidget
    Level 39  
    Posts: 4406
    Help: 472
    Rate: 697
    How often are the temperature measurements to be taken ?
    What measurement range and accuracy is required ?
    Is WiFi available at those locations where the thermometers will be ?
    There are also thermometers with archiving. You can approach them and read out historical data with a smartphone. Is this solution acceptable ?
  • #7 20718387
    Anonymous
    Level 1  
  • #8 20718417
    hindoos
    Level 36  
    Posts: 3735
    Help: 287
    Rate: 656
    Ecowitt makes thermometers for the frequency of your choice as well as WiFi gateways that work with them so you can collect this data. It is not cheap but it is practically a ready-made solution and supports many thermometers
  • Helpful post
    #9 20718504
    TvWidget
    Level 39  
    Posts: 4406
    Help: 472
    Rate: 697
    As an estimate, it can be assumed that data can be sent to the server in 30 sec. This means that 1mAh will be consumed per upload. If I am counting correctly this will give a monthly consumption of around 1.5Ah. If you accept changing the battery once a month then go for WiFi thermometers. If not then energy efficient wireless thermometers and a WiFi gateway with mains power will be the solution.
  • #10 20718511
    Anonymous
    Level 1  

Topic summary

✨ A user seeks a WiFi thermometer that can connect to a local network, periodically send measurement data to a designated server, and enter sleep mode to conserve battery life, avoiding cloud dependency. Responses highlight the challenges of using WiFi for battery-powered devices due to high energy consumption, suggesting alternatives like Bluetooth Low Energy (BLE) thermometers paired with a mains-powered gateway. Recommendations include using thermometers operating in the 868MHz range for better indoor range and solutions from Ecowitt, which offers compatible thermometers and WiFi gateways. The user expresses interest in a system that can handle multiple thermometers for data collection and statistics, with a preference for automatic data transmission.
Summary generated by AI based on the discussion content.
ADVERTISEMENT