Open STJIKA opened 3 years ago
soory,I am new to homebrideg and json etc …..
can you tell me where exactly (screenshot would be fine..) I have to insert this „this.setProps({ format: Characteristic.Formats.UINT8, )
Thanks a lot
Stefan
@STJIKA You have to replace UINT8 by UINT16 in the file /node_modules/homebridge-netatmo/service/weatherstation-airpressure-legacy.js
Problem seems to be the props of the characteristic.. A UINT8 cannot be bigger than 255. changing to UINT16 solves the issue
Originally posted by @CBK482 in https://github.com/planetk/homebridge-netatmo/issues/88#issuecomment-840488785