Search found 6 matches

by 593304
Tuesday 28 September 2021 17:36
Forum: Others
Topic: TP-Link Tapo wifi plug
Replies: 64
Views: 24338

Re: TP-Link Tapo wifi plug

Hi Jon, Great news! Unfortunately I'm not have a bulb, so I cannot test that part. At this time only an on/off switch will be created for the bulb. It's easier to update my module to handle bulbs correctly, then adding the multiple IP feature, but I'm also need a little time for that. Other thing ...
by 593304
Tuesday 28 September 2021 16:23
Forum: Others
Topic: TP-Link Tapo wifi plug
Replies: 64
Views: 24338

Re: TP-Link Tapo wifi plug

Hi Jon,

Thank you and you're welcome :)

It will work offline without the cloud, because the PyP100 module communicates directly with the device.

If I have a little spare time, then I will update the module with the multiple IP option. I think it will take a few days.

Regards,
Adam
by 593304
Tuesday 28 September 2021 15:13
Forum: Others
Topic: TP-Link Tapo wifi plug
Replies: 64
Views: 24338

Re: TP-Link Tapo wifi plug

Hi Jon, I've update the code to handle the dict response from the PyP100 python module . Sorry I did not check that they updated their device info response type. I've tested on my RPI with the old and the new version of the PyP100 module and both of them are working now. Please try again after git ...
by 593304
Tuesday 28 September 2021 9:34
Forum: Others
Topic: TP-Link Tapo wifi plug
Replies: 64
Views: 24338

Re: TP-Link Tapo wifi plug

I've tried to reproduce the error, but I've only got a connection error. I've added a debug message for the heartbeat function. Could you run the git pull command in your Tapo plugin folder on your Domoticz server and restart your Domoticz server? Please turn on the Debug messages on the hardware ...
by 593304
Tuesday 06 July 2021 22:01
Forum: Python
Topic: Fujitsu Airco - Python plugin
Replies: 10
Views: 3739

Re: Fujitsu Airco - Python plugin

Please check my plugin based on pyfujitsu, I've just finished it: https://github.com/593304/Domoticz-Fujitsu-AC You will find the usage of Mmodarre library in it, but in short: from pyfujitseu import splitAC api = splitAC.api(<email>, <password>, <region [eu, cn, other]>) dsn = api.get_devices_dsn ...
by 593304
Sunday 04 July 2021 15:58
Forum: Others
Topic: TP-Link Tapo wifi plug
Replies: 64
Views: 24338

Re: TP-Link Tapo wifi plug

This works with my P100 plug: https://github.com/593304/Domoticz-Tapo

Adam