does it support osram smart+ plug ? does it configure the plug to send back its state when changed from the plug ?
I’ve moved to zigbee2mqtt, still have my zigate tho, are the json messages identical between the 2 projects, or are their structures entirely different ?
The ZiGate plugin, not Abeille.
By the way, it’s not the official zigate plugin for Jeedom, since I’m not working for Jeedom or for ZiGate But I use the official name and logo in agreement to the zigate creator.
To run raw command, you could use the service zigate.raw_command with data like {“cmd”:78,“data”:“7daf00”}
cmd is the command number in integer form, example the command 0x0010 would be 16
data is a optionnal payload string in hex form
So example, you want to call permit_join 0x0049 for 30 sec
{“cmd”:73, “data”:“FFFC1E00”}
Some commands a directly available as service, example zigate.permit_join
Thanks it works, I’ve completely delete entries in my entity_registry file and update the code to latest version (because I had a lot of entities from testing in my file so I wanted to start from a clean file)
Now I can rename my entities following your instructions.
But now I have one of my wall switch with message saying I need to refresh it, does not appear in the switches and refresh have no effect:
Hi, if you need some information about sensors from Xiaomi (Aquara and Mijia door sensor, Aqara PIR, Mijia button) and the one from Heiman please contact me, I would gladly help
Apart from the heiman (I posted some info on GitHub, ask if it was not enough), everything just works, and the smart button even get a secondary sensor for multiclic. Nice done, much better than previous custom component.
Thanks for the answers !
I’m using set2net on the server my usb zigate is connected to, and I’ve configured it as a wifi zigate (with ip+port) with homeassistant.
Very good thing that it supports reconnection !