You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using homebridge-mqtthing to connect Xiaomi Aqara temperature and humidity sensors to HomeKit.
I stumbled upon this github searching for a way to log sensor data to and wondering if I could use with Xiaomi Aqara.
I installed the mcuiot-logger on its own (sudo npm install -g mcuiot-logger) and set it up (sucessfully it seems) with my google account and a spreadsheet following the instructions. Have updated the my homebridge accessories with the spreadsheetID option too, however, it's doesn't seem to be logging anything. Could that maybe be because it is bme280 only? Wonder if it can be expanded.
Thanks.
The text was updated successfully, but these errors were encountered:
The logger is a separate package from this plugin and details are on it’s README page
https://github.com/NorthernMan54/mcuiot-logger <https://github.com/NorthernMan54/mcuiot-logger>
It is meant to be used by different plugins to log sensor data to a spreadsheet, but each plugin needs to integrate it into it’s code base. So that would be a question for the owner of homebridge-mqttthing. But as your sensors are using Mqtt, you should be able to use node-red to create your own logger etc.
On Jun 6, 2020, at 4:47 PM, nazgul6 ***@***.***> wrote:
Hi.
I'm using homebridge-mqtthing to connect Xiaomi Aqara temperature and humidity sensors to HomeKit.
I stumbled upon this github searching for a way to log sensor data to and wondering if I could use with Xiaomi Aqara.
I installed the mcuiot-logger on its own (sudo npm install -g mcuiot-logger) and set it up (sucessfully it seems) with my google account and a spreadsheet following the instructions. Have updated the my homebridge accessories with the spreadsheetID option too, however, it's doesn't seem to be logging anything. Could that maybe be because it is bme280 only? Wonder if it can be expanded.
Thanks.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#17>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AEXEFGHUA4IGTQ3EW64564LRVKTOHANCNFSM4NWLPPZQ>.
Hi.
I'm using homebridge-mqtthing to connect Xiaomi Aqara temperature and humidity sensors to HomeKit.
I stumbled upon this github searching for a way to log sensor data to and wondering if I could use with Xiaomi Aqara.
I installed the mcuiot-logger on its own (sudo npm install -g mcuiot-logger) and set it up (sucessfully it seems) with my google account and a spreadsheet following the instructions. Have updated the my homebridge accessories with the spreadsheetID option too, however, it's doesn't seem to be logging anything. Could that maybe be because it is bme280 only? Wonder if it can be expanded.
Thanks.
The text was updated successfully, but these errors were encountered: