Yerik

Results 6 comments of Yerik

Not sure if it's your case, but you need to make sure all libraries (.dll) are present ( fmod.dll, fmodstudio.dll, libGodotFmod.windows.release.64.dll in my case) in the same folder as the...

I found a solution for this issue while working on a project of mine. It seems that MacOS doesn't have a difference between a relative path or a global path...

Here's the command with the debug flag on: ```bash > miot get-prop --debug 192.168.100.117 3.1 INFO Connecting to device at 192.168.100.117 INFO Device found! Retrieving property value: 3.1 (Protocol) Call...

What I find interesting is that the battery "accessory" in the homebridge UI shows the correct battery percentage, But when I do the request manually the device doesn't respond. I...

Here's using the cloud, seems to be the same result, very puzzling ```bash > miot cloud get-props --debug 192.168.100.117 3.1 INFO Executing get_properties command over MiCloud country cn with params...

Using a different library called `python miio` I was able to get and set properties on the device (just like the UI on homebridge), not sure if there are implementation...