NorthernMan54 / homebridge-mcuiot

Homebridge platform plugin that support's a network of nodemcu's running nodemcu-dht-yl69-mdns to display Temperature and Humidity.
30 stars 12 forks source link

BME280/BMP280 Read Error #32

Closed oldpeterhof closed 4 years ago

oldpeterhof commented 4 years ago

I'm getting the following error regardless of whether I've got a BMP280 or BME280 lined up with my board. Any fix?

BME280 Read Error %d nil PANIC: unprotected error in call to Lua API (main.lua:56: attempt to concatenate a nil value)

NorthernMan54 commented 4 years ago

That error is a device read error, is it connected correctly etc?

On Aug 16, 2019, at 3:33 AM, oldpeterhof notifications@github.com wrote:

I'm getting the following error regardless of whether I've got a BMP280 or BME280 lined up with my board. Any fix?

BME280 Read Error %d nil PANIC: unprotected error in call to Lua API (main.lua:56: attempt to concatenate a nil value)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

oldpeterhof commented 4 years ago

Haha well I forgot to include websocket in my NodeMCU build. This is what happens when you stay up too late. Thanks for the reply. :)