finity
March 4, 2019, 4:00pm
10
there might be some “good” news on this but it will require you to make another small investment in different hardware.
I was trying to get these supported by Zigbee2MQTT and working with the developer to get it working. But we weren’t having any luck at all. Then another member sent him a device and he now reports that it is supported. I haven’t tried it yet but the thread is here:
opened 02:57PM - 28 Dec 18 UTC
closed 11:51PM - 16 Jun 19 UTC
stale
I'm trying to add a currently unsupported device.
It is a Bosch PIR Motion De… tector Model #ISW-ZPR1-WP13
I've added this to the devices.js:
```
// Bosch
{
zigbeeModel: ['ISW-ZPR1-WP13'], // The model ID from: Device with modelID 'lumi.sens' is not supported.
model: 'ISW-ZPR1-WP13', // Vendor model number, look on the device for a model number
vendor: 'Bosch', // Vendor of the device (only used for documentation and startup logging)
description: 'Bosch Motion Sensor', // Description of the device, copy from vendor site. (only used for documentation and startup logging)
supports: 'Motion', // Actions this device supports (only used for documentation)
fromZigbee: [], // We will add this later
toZigbee: [], // Should be empty, unless device can be controlled (e.g. lights, switches).
},
```
Here are the logs:
https://pastebin.com/Evi2dx1f
I'm not sure what do from this point.
From research online I think it is an IAS device but I'm not sure of that.
Here is a working configuration that someone else came up with for it to work on Smartthings:
https://raw.githubusercontent.com/tomasaxerot/SmartThings/master/devicetypes/tomasaxerot/bosch-motion-detector.src/bosch-motion-detector.groovy
Please let me know if there is anything else I can provide.
I've got 4 of these that have been sitting around for over a year waiting for zha in HA to support them. And I know there are several more people in the same situation who would appreciate getting these working if possible.
and here is the link to zigbee2mqtt:
and the related HA forum thread:
Hi all,
Because of the irritation I got from my Xiaomi Zigbee bridge (talking in Chinese, sending data to Chinese cloud and a bad app) I started to look if it is possible replace the Xiaomi gateway with a more open solution.
I found that Andrew Linden had a proof of concept for this. It bridges events and allows you to control your Zigbee devices via MQTT. In this way you can integrate your Zigbee devices with whatever smart home infrastructure you are using.
I found this idea very interestin…
Hopefully these will be supported by the native ZHA component soon but if not, at least there is an alternative now.