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
This is the error message I receive: "Cannot read properties of undefined (reading 'setCharacteristic')". Everything is fine up until the plugin looks for the device id setup I didn't provide since there's no indication of any "Device ID" as requested, anywhere. Especially in plugin's logs. There is one (the API readme indicates as "device id", and it's an alpha numeric string but the plugin settings wouldn't recognize it as valid.
To summarize: I can provide username & password, within that in place I'm able to provide the token, the plugin logs everything (even temperatures!) but fails to add the device. I guess that's because I didn't set the device ID. I would, but I can't because it is nowhere to find.
To Reproduce
To reproduce the bug I guess my u/p and coordinating with me to start a cook is mandatory.
{
"name": "Meater",
"credentials": {
"email": "xxxxxxxxx",
"password": "xxxxxxxxxx",
"token": "xxxxxxxxxxxxxx",
"notice": "Keep your tokens a secret!"
},
<!-- I know there should be the device settings here -->"_bridge": {
"username": "0E:E6:68:19:1E:F1",
"port": 44396
},
"platform": "Meater"
}
Screenshots
No response
Device and Model
Meater SE
Node.js Version
v22.14.0
Homebridge Version
v1.9.0
Homebridge Meater Plugin Version
v2.0.1
Homebridge UI Version
v4.71.0
Operating System
Raspbian
The text was updated successfully, but these errors were encountered:
Describe the Bug
This is the error message I receive: "Cannot read properties of undefined (reading 'setCharacteristic')". Everything is fine up until the plugin looks for the device id setup I didn't provide since there's no indication of any "Device ID" as requested, anywhere. Especially in plugin's logs. There is one (the API readme indicates as "device id", and it's an alpha numeric string but the plugin settings wouldn't recognize it as valid.
To summarize: I can provide username & password, within that in place I'm able to provide the token, the plugin logs everything (even temperatures!) but fails to add the device. I guess that's because I didn't set the device ID. I would, but I can't because it is nowhere to find.
To Reproduce
To reproduce the bug I guess my u/p and coordinating with me to start a cook is mandatory.
Expected Behavior
Properly adding the device in homebridge
Relevant Log Output
Config for homebridge-meater
Screenshots
No response
Device and Model
Meater SE
Node.js Version
v22.14.0
Homebridge Version
v1.9.0
Homebridge Meater Plugin Version
v2.0.1
Homebridge UI Version
v4.71.0
Operating System
Raspbian
The text was updated successfully, but these errors were encountered: