nVuln / homebridge-lg-thinq

A Homebridge plugin for controlling/monitoring LG ThinQ device via their ThinQ platform.
https://github.com/nVuln/homebridge-lg-thinq
Apache License 2.0
218 stars 48 forks source link

Freezer temperature 1 degree lower than the set one #22

Closed grgmll closed 3 years ago

grgmll commented 3 years ago

The freezer temperature is set at -18 ° but is shown at -17 ° instead

nVuln commented 3 years ago

may I know your model number ? please turn on homebridge debug mode, you can see your device data in debug logging, please upload it

grgmll commented 3 years ago

My model number is GBB71PZUFN in the LG Thinq app I can set the freezer temperature from -25 to -15

[LGThinQ] Found device: a56e2dd4-db12-1a64-835f-24e85314b53a: Frigorifero (REFRIGERATOR 2REB1GLVB1) [7/1/2021, 10:26:21] [LGThinQ] data: {"deviceId":"a56e2dd4-db12-1a64-835f-24e85314b53a","deviceType":101,"modelName":"2REB1GLVB1","subModelNm":null,"sensorType":null,"alias":"Frigorifero","deviceCode":"KI0104","networkType":"02","tftYn":"N","guideTypeYn":"Y","guideType":"TYPE1","pccModelYn":"Y","autoOrderYn":"N","drServiceYn":"N","ssid":"GNET","timezoneCode":"Europe/Rome","timezoneCodeAlias":"Europe/Rome","sdsGuide":"{\"deviceCode\":\"KI01\"}","newRegYn":"N","remoteControlType":"","fareTarget":null,"area":"213490","sleep":null,"deviceState":"E","rmsClientId":null,"regDtUtc":"20210624093315000","regIndex":0,"blackboxYn":"Y","groupableYn":"N","controllableYn":"N","combinedProductYn":"N","masterYn":"Y","snapshot":{"mid":20377310,"online":true,"static":{"deviceType":"101","countryCode":"IT"},"meta":{"allDeviceInfoUpdate":true,"messageId":"BmcuHanoTrCNkKFRUmc6gQ"},"refState":{"displayLock":"LOCK","freezerTemp":4,"sabbathMode":"OFF","tempUnit":"CELSIUS","ecoFriendly":"OFF","activeSaving":"OFF","expressFridge":"OFF","smartSavingRun":"STOP","atLeastOneDoorOpen":"CLOSE","fridgeTemp":3,"expressMode":"OFF","dualFridgeMode":"IGNORE","freshAirFilter":"IGNORE","monStatus":"NORMAL","smartSavingMode":"OFF","convertibleTemp":0,"waterFilter":"0_MONTH"},"timestamp":1625127815185},"manufacture":null,"online":true,"platformType":"thinq2","homeDeviceOrder":-1,"roomDeviceOrder":1,"ownershipYn":"Y","modelJsonVer":"1.07","modelJsonUri":"https://objectcontent.lgthinq.com/93794021-1988-4b15-bf0e-f372f83e52bf?hdnts=exp=1686294046~hmac=23c8ff017021ecfa33288d2e45f9b0973e61b7af86b7008af01773101444cdda","appModuleVer":"303.20","appModuleUri":"https://objectcontent.lgthinq.com/564c4841-f80f-4865-9372-31160a1010ed?hdnts=exp=1684281366~hmac=a0802768ae20ee30aa6d9154e23878212b6f5a87aff505bb35aafd7d4d3f9561","appRestartYn":"Y","appModuleSize":"7337592","langPackProductTypeVer":"46.2","langPackProductTypeUri":"https://objectcontent.lgthinq.com/892622c1-9827-4885-aca3-ba703d8d5cd8?hdnts=exp=1687501297~hmac=ae726c3a2a4789701ec0464c27320b39c5d5d6c369bd08fee80ec2392efa4cca","langPackModelVer":null,"langPackModelUri":null,"roomId":"","fwInfoList":[{"checksum":"00001EE8","partNumber":"SAA41323402","order":1}],"modemInfo":{"modelName":"2REB1GLVB1___","appVersion":"clip_hna_v1.9.104","modemType":"QCOM_QCA4010","ruleEngine":"y"},"existsEntryPopup":"N","fwVer":null,"modemVer":"clip_hna_v1.9.104","subDeviceCount":0,"firebaseLogKey":"T:RFBFBF-M:2D-P:P_V+BF1"} [7/1/2021, 10:26:21] [LGThinQ] Restoring existing accessory from cache: Frigorifero [7/1/2021, 10:26:21] [LGThinQ] Start polling device data

nVuln commented 3 years ago

please update to latest version and see if your issue got resolved

grgmll commented 3 years ago

thanks, the problem of reading the temperature is solved but there is still the problem of setting the temperature of freezer from the homekit app, when I try to set a temperature it does not work

grgmll commented 3 years ago

with these changes: .setProps ({minValue: -25, maxValue: -15, minStep: 1}); .... freezerTemp: -14 - parseInt (value.toString ()),

it seems to work

nVuln commented 3 years ago

I'll fix it in next release

grgmll commented 3 years ago

Nothing works after the update.

nVuln commented 3 years ago

please try again v0.2.13

grgmll commented 3 years ago

Now both the fridge temperature and the freezer temperature seem to work thanks