Search found 3 matches
- Wednesday 08 March 2023 13:57
- Forum: Python
- Topic: Python plugin: Xiaomi Mi Flower Mate
- Replies: 99
- Views: 27300
Re: Python plugin: Xiaomi Mi Flower Mate
Dear all, I have been trying to get the xiaomi flower sensors working for quite some time, but have been unable to. The plugin doesn't seem to work due to polling errors. The script didn't seem to work with python v 3 9, had to change base64 .encodestring() to base64 .encodebytes(). I am not a ...
- Wednesday 22 November 2017 9:23
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 170691
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
If you have a PSK and identity from pytradfri that works, I would recommend to input them into the plugin. The default IDENT from pytradfri is pytradfri, combined with the PSK from the text file... Regards, M I have added the PSK and identity in the plugin in domoticz as well as in the gateway_psk ...
- Wednesday 22 November 2017 0:12
- Forum: Python
- Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
- Replies: 951
- Views: 170691
Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Hello, I've been trying to get the plugin to work, but I was having trouble with the PSK from the Pytradfri at first. I fixed this by manually adding the Gateway Identity and PSK on two places in "libcoap_api.py', but now I'm getting the following error when trying to use tradfri.tac: Initializing ...