lumapu / ahoy

Various tools, examples, and documentation for communicating with Hoymiles microinverters
https://ahoydtu.de
Other
936 stars 221 forks source link

Feature Request / Improvement: Add and display (Multi-) Sensor for Monitoring the ESP8266 (e.g. BME280) #368

Closed andi-bar157 closed 9 months ago

andi-bar157 commented 1 year ago

Hardware

x - ESP8266

Modelname: Wemos D1 mini Retailer URL:

nRF24L01+ Module

x - nRF24L01+ you verified this is a Plus model capable of the required 256kBit/s mode

Antenna:

x circuit board

Power Stabilization:

x - 100uF Electrolytic Capacitor

Connection diagram:

n.A.

Connection diagram I used:

n.a.

Software

x - AhoyDTU

Version / Git SHA:

n.A.

Build & Flash Method:

n.A.

Desktop OS:

n.A.

Debugging:

n.A.

Comment:

For monitoring the ESP82600 it would make sense to have the possibility to connect a multisensor like the BME280 to have the environmental parameters of the 8266. Furthermore it would be great if these parameters as well as the WIFI RSSI could be output, on the one hand via GUI and on the other hand via MQTT (see my first issue: https://github.com/lumapu/ahoy/issues/260).

lumapu commented 1 year ago

Verstehe den Feature Request nicht, bitte nochmal detailierter beschreiben. Ist die Funktion für die Allgemeinheit nützlich?

stefan123t commented 1 year ago

@lumapu BME280 ist ein Bosch Environment Sensor und mißt neben Luftdruck, Temperatur und Luftfeuchtigkeit. Wird m.W. per I2C Bus angeschloßen. Ich weiß jedoch nicht ob das für die DTU so interessant ist, wenn die im Gebäude aufgestellt ist und der WR bzw. die PV-Panele vor der Tür stehen. Wenn man die DTU aber auch draußen aufstellt und noch genügend Pins zur Verfügung hat, könnte man die gewünschten Werte ermitteln. Eventuell reicht aber auch ein AM2302 oder ein DS18B20 für die Umgebungs-Temperatur. Obwohl die gibt der WR ja selbst aus ... Vielleicht kann man ja auch die Temperatur des ESP8266 aus einem Register abfragen ?