-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Smart pet food feeder 2 support #661
Comments
What does the debug log say? |
I have those logs:
|
Did you try to set the forceMiCloud property to true? It might be that your device is micloud only. |
Yes I tried both forced and not and the result is the same |
Then you need to post a deep debug log so that I can see what the issue is. |
Sure, here are some of the logs I could find. Let me you if you're looking for something specific.
|
Thanks! That looks strange, can you also please post your config? |
Sure here is my config (I removed the token):
|
Thanks, all actually looks good. I am not quite sure why your pet feeder does not work. |
Ok so some actions seem to work however properties are not working at all (and the feeder specific setting isn't working also) |
ok, that means a dedicated device implementation would be needed... |
Oh ok, how does it usually go? Would you consider doing it? |
I do not have the device itself so it would be tricky for me. There is a device class generator in the homebridge ui, you would need to use that to generate a generic class and then provide overrides in the overrides section for certain properties similiar as you see it in the vacuum device classes here https://github.com/merdok/homebridge-miot/tree/main/lib/modules/robotcleaner/devices |
Ok I'll try to take a look at it. |
You have to check the miot spec for your device for example here https://www.merdok.org/miotspec/ |
Device model
xiaomi.feeder.iv2001
Device name
Xiaomi Smart Pet Food Feeder 2
Does the device require a MiCloud connection?
Do not know
Anything special about the device?
The device is in the Miot spec however nothing is working in HomeKit. No service are added with the main accessory. When manually adding properties, values shown are always 0/empty.
The text was updated successfully, but these errors were encountered: