Pascal Martin

Results 23 comments of Pascal Martin

Actually, I am using raspbian 11.2 (32 bit) on a Raspberry Pi 2 (a minimal install, not desktop GUI), and pip was _not_ installed. Considering that Python is pretty important...

Tinytuya was able to detect the device: ``` $ python3 -m tinytuya scan TinyTuya (Tuya device scanner) [1.4.0] Scanning on UDP ports 6666 and 6667 for devices (15 retries)... Unknown...

The Feit app is actually a rebranded Tuya Smart Life app: same exact UI. :-) However they do not seem to use the same cloud: I wa able to create...

Thank you so much! It really was all the help I that I could dream of! I got the local key. I just hope that it does not expire after...

One more question: I see that there are two UDP ports and one TCP port. Do you know if all controls (on, off, color, dimmer) can be sent through UDP?

"If you are open to a polyglot ecosystem": _that is one thing that I love with microservices_. Because the API is HTTP and JSON, the programming language used for each...

Actually, "close to the metal" was more of a downside. Memory and string management in C is a chore, so I chose to waste memory and accept size limits rather...

I just added a (crude) gallery of screenshots (with explanations) to the houseportal project. The HousePortal is minimal, since the service does all its work in the background, automatically. Let...

I also added galleries for the HouseKasa and HouseLights services. This way it shows a complete line of services involved with light automation. I will probably add some more in...

Thank you for being kind. The files examples/bulb-scene.py and examples/bulb.py contain an actual ID, IP address and local key set (as default, apparently). Is not that risky? Why not use...