Tell us about yourself!
- th.deppe commented on NorthernM's instructable Build a Apple HomeKit Temperature Sensor (BME280) Using a RaspberryPI and a BME280
- th.deppe commented on deba168's instructable Solar Powered WiFi Weather StationView Instructable »
So if i see this right. The Thingspeak Sketch has no Deepsleep. I'm no Programmer, but is it possible to get a Deepsleep Feature in there too? I'm using Thingspeak for some other things and would like to use it for my solar Weatherstation. But i am not shure if the ESP8266 would discharge the Battery too fast without the deepsleep feature.
- th.deppe commented on NorthernM's instructable Build a Apple HomeKit Temperature Sensor Device Using a ESP8266 and a BME280View Instructable »
I think i found sometthing, if i use the bmetest.lua file i get the same error. But, ich i change:bme280.init(config.bme280sda,config.bme280scl)to:i2c.setup(0, 6, 5, i2c.SLOW)bme280.setup()instead it works!So i think the bme280.init thing is the problem. Im no programmer and what i found was in the bme280 Documentation of the NodeMCU Firmware and i did some fiddling with copy&paste. But how do i get this together in the bme.lua file which is needed for init.lua or test.lua?
- th.deppe commented on NorthernM's instructable Build a Apple HomeKit Temperature Sensor Device Using a ESP8266 and a BME280
Does anybody knows how to get the trends graph working in the Eve app?I just read this on the Github page of the homebridge-bme280 plugin:Support the graphing feature of the Eve app for trendsBut there ist nothing showing up in my Eve appI use some other temperature related plugins for weather etc. that have a working trend graph. So i know that in theory it can be done. But homebridge-bme280 is not working this way it seems...