treban / pimatic-raspbee

This plugin provides a raspbee interface for pimatic.
GNU General Public License v2.0
5 stars 5 forks source link

Aqara smart plug is not detected as plug/switch/light #21

Closed mat1990dj closed 5 years ago

mat1990dj commented 5 years ago

I bought a new aqara smart plug (not the wall interated plug but the smart plug) and I have it on my deconz rest api but the raspbee plugin does only detect the plugin as a sensor (without proposing any type) and does not detect the switch

sweebee commented 5 years ago

I created a pull request for this #20. @treban can you merge this request?

treban commented 5 years ago

version 0.0.8 should fix this problem. PR #20 is merged.

mat1990dj commented 5 years ago

Still not fixed When I add the device via auto discovery there's no proposed device and using switch does not work image

This is the debug info: '15': { etag: '47168cf06790ee8dc1044eea57ef9447', hascolor: false, manufacturername: 'LUMI', modelid: 'lumi.plug', name: 'Light 15', state: { alert: 'none', on: false, reachable: true }, swversion: null, type: 'Smart plug', uniqueid: '00:15:8d:00:02:48:26:a8-01' }

treban commented 5 years ago

@mat1990dj please check version v0.0.10

mat1990dj commented 5 years ago

It works!