Koen Kanters

Results 1524 comments of Koen Kanters

Could you check if the issue is fixed with the following external converter: ```js const fz = require('zigbee-herdsman-converters/converters/fromZigbee'); const tz = require('zigbee-herdsman-converters/converters/toZigbee'); const exposes = require('zigbee-herdsman-converters/lib/exposes'); const reporting = require('zigbee-herdsman-converters/lib/reporting');...

To make sure the converter is loaded, I've added `CUSTOM` at the end of the description (https://github.com/zigbee2mqtt/hassio-zigbee2mqtt/issues/359#issuecomment-1200117159). Can you load this external converter and see if `CUSTOM` appears at the...

Looking at your logs `{"battery":47.5,"linkquality":255,"state":"OPEN","tilt":100}` looks correct to me. (`state` is now `OPEN`). Isn't this reflected in HA?

@shanelord01 I've updated https://github.com/zigbee2mqtt/hassio-zigbee2mqtt/issues/359#issuecomment-1200117159 to use `open`/`closed`

What happens if you manually publish to `zigbee2mqtt/YOUR_DEVICE_FRIENDLY_NAME` payload `{"battery":48,"linkquality":255,"state":"open","tilt":100}`? If this doesn't give the correct state this looks a HA issue to me.

@shanelord01 this looks a bit of a hack for me since we map position to tilt, nevertheless, does it full work now without any external converters?

I think we should first try to solve this at the HA side because I feel this workaround should be implemented there (since it is exposing to HomeKit/Google Home). Can...

> just the way Z2M is presenting it into HA auto discovery is incorrect. In my opinion the way it exposes is correct, tilt is exposed as tilt, position as...

With state you mean the `state` attribute right? Does it work with the following external converter and manual HA entry? ```js const fz = require('zigbee-herdsman-converters/converters/fromZigbee'); const tz = require('zigbee-herdsman-converters/converters/toZigbee'); const...

Great, can you remove the external converter and try with: ```yaml mqtt: cover: - name: "Test Blinds" unique_id: xxx-xxx-xxx json_attributes_topic: "zigbee2mqtt/Blinds - Back Lounge 1" command_topic: "zigbee2mqtt/Blinds - Back Lounge...