peterwoj / homebridge-blynk-platform

homebridge plugin to use Blynk
MIT License
10 stars 2 forks source link

Accessory types #14

Closed Cr4ck3r32 closed 3 years ago

Cr4ck3r32 commented 3 years ago

Hello,

I am using Blynk and I would like to know why in HomeKit it only identifies buttons / switches, regardless of the type of accessory that I put on it. Is there a way that I can identify temperature sensors or other things?

Thank you and have a nice day.

peterwoj commented 3 years ago

It's the only thing that I have implemented right now. I haven't added more functionality outside of these controls. Is there anything in particular which would be wanted first?

Cr4ck3r32 commented 3 years ago

Hello, i am using this plugin with Blynk and Homekit, but in Blynk we are using a "Button" a "Labeled Value" and a "Slider" so i would like that these 3 things to be interpreted in Homekit, because we are using the "BUtton - switch a plug On/Off" the "Labeled Value - show how much Watt we are consuming" and the "Slider - to give more or less power on the plug". So it would be very nice to have that in the plugin to be showed in Homekit.

Plobli commented 3 years ago

Hey, I love your plugin, but I miss a solution to read temperature for a nice automation. Is it possible for you to implement a temperature accessory? It would be very nice!

damjangr commented 3 years ago

Great plugin. I would like solution for reading temperature, humidity, air pressure, etc. Thanks

peterwoj commented 3 years ago

Added several types that I could quickly test and corrected a handful of additional bugs I found