Duculete
Duculete
if headonly = true, maybe i want to have the following: off - boiler is off permanently on - boiler is allways on auto - based on temperature threshold if...
you are comparing characteristicHeatingThresholdTemperature.value (ex: 22.5) with the tuya json value without divisor (ex: 225). use _getDividedState(changes[this.dpCurrentTemperature], this.temperatureDivisor) when comparing Change this: ``` if (changes.hasOwnProperty(this.dpDesiredTemperature)) { if (characteristicHeatingThresholdTemperature.value !== changes[this.dpDesiredTemperature])...
I created a new accessory SecuritySystem that can handle tuya security systems (no sensors are exposed): tested with: https://www.youtube.com/watch?v=s9JdIPgCEtM { "type": "SecuritySystem", "name": "home.Alarm", "id": "xxx", "key": "yyyy", "manufacturer": "BlitzWolf",...
I have this proto def: message DataSet { string field1 = 1; bytes field2 = 2; bytes field3 = 3; int32 filed4 = 4; } message TopicData { string schemaversion...
``` TypeError: Cannot read properties of undefined (reading 'uniqueId') at Hap. (/homebridge/node_modules/homebridge-gsh/src/hap.ts:485:22) at Generator.next () at /homebridge/node_modules/homebridge-gsh/dist/hap.js:27:71 at new Promise () at __awaiter (/homebridge/node_modules/homebridge-gsh/dist/hap.js:23:12) at Hap.processPendingStateReports (/homebridge/node_modules/homebridge-gsh/dist/hap.js:404:16) at SafeSubscriber._next (/homebridge/node_modules/homebridge-gsh/src/hap.ts:118:14)...