GithubHelp home page GithubHelp logo

Comments (23)

donavanbecker avatar donavanbecker commented on June 4, 2024 1

try v1.2.2

from homebridge-switchbot.

donavanbecker avatar donavanbecker commented on June 4, 2024 1

@SeanHama please install the latest beta and let me know if it is fixed now?

from homebridge-switchbot.

SeanHama avatar SeanHama commented on June 4, 2024

BTW - re this line in debug - [25/11/2021, 14:43:48] [SwitchBot] [DEVICE] Meter: Meter 59 serviceData: {"model":"T","modelName":"WoSensorTH","temperature":{"c":30.2,"f":86.4},"fahrenheit":false,"humidity":79,"battery":100}

"c":30.2

FYI - my meter is actually 23.9 right now, so that line is not correct

from homebridge-switchbot.

donavanbecker avatar donavanbecker commented on June 4, 2024

@SeanHama that is what I am pulling from the device using node-switchbot

from homebridge-switchbot.

SeanHama avatar SeanHama commented on June 4, 2024

Something isnt right, see image of my meter right now, a few mins after the ticket raised.
IMG_8467
t
There is a bug somewhere in getting the right temp, and the second one, no temp is showing in HB or HK.

from homebridge-switchbot.

SeanHama avatar SeanHama commented on June 4, 2024

Let me try now

from homebridge-switchbot.

SeanHama avatar SeanHama commented on June 4, 2024

Now the temp is coming thru, but the temp & humidity showing in HB is a completely different to the Temp showing on switchbot device (switchbot device is showing the correct temp)

from homebridge-switchbot.

SeanHama avatar SeanHama commented on June 4, 2024

Hey, any updates. At the moment this plugin and Switchbot for Homekit is un-useable. Should I be going back to the old plugin?

from homebridge-switchbot.

donavanbecker avatar donavanbecker commented on June 4, 2024

This is definitely a node-SwitchBot issue, which plugin were you using?

from homebridge-switchbot.

SeanHama avatar SeanHama commented on June 4, 2024

from homebridge-switchbot.

SeanHama avatar SeanHama commented on June 4, 2024

Any suggestions on how to fix this "This is definitely a node-SwitchBot issue, which plugin were you using?"

from homebridge-switchbot.

donavanbecker avatar donavanbecker commented on June 4, 2024

@SeanHama, I will have to look at the old plugin, because I am pulling what the API is sending me and pushing to HomeKit.

from homebridge-switchbot.

SeanHama avatar SeanHama commented on June 4, 2024

Ok please fix, its making all my Temp sensors and home automation dead. Its a real show stopper.

from homebridge-switchbot.

SeanHama avatar SeanHama commented on June 4, 2024

Screen Shot 2021-12-13 at 3 49 54 pm
hmmm, no its still "Not working" - the temp showing on the physical meter switch bot is 23.1 degrees celesius, this plugin is showing over 30degrees (which is incorrect)

from homebridge-switchbot.

donavanbecker avatar donavanbecker commented on June 4, 2024

I am seeing that exact results as I am with the SwitchBot app, so not experiencing the same thing.

@, can you try the newest beta:

npm version

Click here to find out how to install Beta

from homebridge-switchbot.

SeanHama avatar SeanHama commented on June 4, 2024

No 1.3.1.-beta.12 still not working - Ive restart that plugin also after upgrading.

Does my switchbot meter firmware need upgrading (I'm on v2.6)?

This is my HB config.

"name": "SwitchBot",
            "credentials": {
                "openToken": "8da9xxx",
                "notice": "Keep your token a secret!"
            },
            "options": {
                "devices": [
                    {
                        "deviceId": "F2D210301Bxx",
                        "configDeviceName": "Meter 59",
                        "configDeviceType": "Meter",
                        "ble": true
                    }
                ]
            },
            "_bridge": {
                "username": "0E:CD:CA:9D:A4:xx",
                "port": 35673
            },
            "platform": "SwitchBot"
        },

from homebridge-switchbot.

SeanHama avatar SeanHama commented on June 4, 2024

Screen Shot 2021-12-13 at 4 05 43 pm
I installed beta13 and this is appearing.

Here is the log
Screen Shot 2021-12-13 at 4 08 23 pm

from homebridge-switchbot.

donavanbecker avatar donavanbecker commented on June 4, 2024

No 1.3.1.-beta.12 still not working - Ive restart that plugin also after upgrading.

Does my switchbot meter firmware need upgrading (I'm on v2.6)?

This is my HB config.

"name": "SwitchBot",

            "credentials": {

                "openToken": "8da9xxx",

                "notice": "Keep your token a secret!"

            },

            "options": {

                "devices": [

                    {

                        "deviceId": "F2D210301Bxx",

                        "configDeviceName": "Meter 59",

                        "configDeviceType": "Meter",

                        "ble": true

                    }

                ]

            },

            "_bridge": {

                "username": "0E:CD:CA:9D:A4:xx",

                "port": 35673

            },

            "platform": "SwitchBot"

        },

Firmware is the newest, I wonder if you need to calibrate your meter. Because I am not experiencing this. I will try to emulate this by doing BLE only mode.

from homebridge-switchbot.

donavanbecker avatar donavanbecker commented on June 4, 2024

Screen Shot 2021-12-13 at 4 05 43 pm

I installed beta13 and this is appearing.

Here is the log

Screen Shot 2021-12-13 at 4 08 23 pm

This happens when you don't receive a connection.

from homebridge-switchbot.

SeanHama avatar SeanHama commented on June 4, 2024

from homebridge-switchbot.

SeanHama avatar SeanHama commented on June 4, 2024

How did you go testing the BLE version?

from homebridge-switchbot.

SeanHama avatar SeanHama commented on June 4, 2024

I found a workaround for this (I think initial bug still needs fixing). I held onto the reset button on the meter on the back and repair it after restarting the plugin and it works.

from homebridge-switchbot.

donavanbecker avatar donavanbecker commented on June 4, 2024

@SeanHama Awesome. If someone reports again, I will look further

from homebridge-switchbot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.