-
Notifications
You must be signed in to change notification settings - Fork 30
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
Low/High flame for Fireplace #117
Comments
Hi @kavakia - Are you thinking this would operate similar to a lightbulb where flame can be controlled with lightbulb brightness? There isn't a Fireplace type in Homekit, so it would likely appear as a dimmable light. |
I am currently using the fan icon in homekit (as subjectively in my mind it
resembles closer to a fireplace).
The gas valve is controlled by the mertik maxitrol gv60 valve. it is the
most common valve used by a bit more advanced fireplaces like valor, ortal,
flare etc. The valve is controlled by an rf remote which the bond hub
mimics.
The documentation on the valve says that it takes approximately 12 seconds
for the flame to go from the highest to the lowest point and the reverse.
Every time you open the fireplace it defaults to the highest flame. Based
on my observations one bond hub command to lower the flame corresponds to
approximately 1 second and therefore i need to “click” the “down” button on
the bond hub app 12 times in order to go from the highest to the lowest
point.
Therefore it would be nice to set the “brightness” or fan speed in the
middle and have the bond hub send the command 6 times. Unless u can find a
smarter way of doing this.
Hopefully all this makes sense
…On Mon, Dec 14, 2020 at 5:39 PM Aaron Sapp ***@***.***> wrote:
Hi @kavakia <https://github.com/kavakia> - Are you thinking this would
operate similar to a lightbulb where flame can be controlled with lightbulb
brightness? There isn't a Fireplace type in Homekit, so it would likely
appear as a dimmable light.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#117 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANFDGPIGQR7KQGCTGOW4SYDSU245BANCNFSM4TQDRXCA>
.
|
The best I could do here is what the Bond hub app does, which would be to expose two buttons: one for increase flame, one for decrease. Unless Bond starts tracking the state of the flame, I wouldn't be able to expose it as a brightness slider since I will never actually know what the current flame "value" is. These two buttons would just be switches in HomeKit, since that's the only way to expose these things. I'm already doing something similar for light increase/decrease brightness when state isn't available. |
Hi there. First of all, great job ! I bought a bond hub as soon I discovered your homebridge plugin ! (you should ask for rewards ;) ). Fell free to ask if you want (beta)testers :) `curl -H "BOND-Token: xxxxxxxxxxxxxxxx" -i http://yyyy.yyy.yyyy.yyyy/v2/devices/17edbe8e {"name":"Foyer","type":"FP","location":"Salon","actions":["SetFlame","SetFpFan","TurnOn","TurnLightOff","IncreaseFlame","TurnFpFanOff","TurnOff","TurnFpFanOn","TurnLightOn","DecreaseFlame","Stop","TogglePower","ToggleLight"],"":"086e50a1","commands":{"":"8907c896"},"state":{"":"df0e05e1"},"properties":{"":"80f0c5b3"},"skeds":{"_":"b02acedd"}}` The bond app (looks like the API does not expose Low-Medium-High flame...) |
hi @IMNotMax - what would be helpful is if you could enable debug mode and look through the logs for a message starting with "UDP Message received from" after adjusting the flame level in the bond app. That will help me understand how the state of the fireplace changes! |
You can also do a CURL request to get the state directly after changing it: |
Sorry for the delay... didn't see the notification. Here the curl result before, during and after playing with the up and down button on the bond app The "flame" value changes (50 was just the ON button)
Send the debug log later. |
Homebridge Debug when playing with Bond app buttons : (this debug follows exactly the CURL above)
And the last CURL (with flame 100 - higher value)
|
Currently updating the plugin. I'm going to test it (even if the fireplace season is going to end soon ;) ) |
Hi @aarons22 ! dimmer looks et works great on my setup ! |
Hey @IMNotMax - does dimming to 0 turn off the flame? Also, can you provide some debug logs here? |
Yes, it does. THat's the way I began to use it. Nice ! |
I have a similar issue. I can start/stop the flame by moving the dimmer >0% to start it and then back to 0% to stop it. However, I programmed the Bond to have “flame up” and “flame down” buttons, and these don’t seem to be passed through to HomeKit. I have tried moving the dimmer partially up/down instead, but no signal is sent on those actions. I would be happy keeping on/off as a dimmer in HomeKit and having switches exposed in HomeKit for flame up and for flame down. |
following as i m having the same functionality and would love the one
proposed.
…On Sat, Nov 18, 2023 at 5:29 PM seanwalter ***@***.***> wrote:
I have a similar issue. I can start/stop the flame by moving the dimmer
>0% to start it and then back to 0% to stop it. However, I programmed the
Bond to have “flame up” and “flame down” buttons, and these don’t seem to
be passed through to HomeKit.
I have tried moving the dimmer partially up/down instead, but no signal is
sent on those actions. I would be happy keeping on/off as a dimmer in
HomeKit and having switches exposed in HomeKit for flame up and for flame
down.
—
Reply to this email directly, view it on GitHub
<#117 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANFDGPNLPJCEEKFP74E4Z7LYFFOHFAVCNFSM4TQDRXCKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBRG43TCMBYHE3Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi,
Any plans on adding this in the future? Seems like bond captures the functionality and I can higher/lower the flame from the bond hub app. Would be nice to see it on homekit as well
11/8/2020, 7:04:38 PM [Bond] Configuring Accessory: Living Room Fireplace
11/8/2020, 7:04:38 PM [Bond] [Fireplace] actions: TurnOn,TurnOff,IncreaseFlame,DecreaseFlame,Stop,TogglePower,SetFlame
Not that familiar with homebridge or coding.
Thanks
The text was updated successfully, but these errors were encountered: