Skip to content
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

upload images #1

Open
cflurin opened this issue Aug 4, 2016 · 14 comments
Open

upload images #1

cflurin opened this issue Aug 4, 2016 · 14 comments

Comments

@cflurin
Copy link
Owner

cflurin commented Aug 4, 2016

node-red-mqtt

office_lamp

@ArnieX
Copy link

ArnieX commented Oct 6, 2016

screen shot 2016-10-06 at 11 02 09

Some playing with Homebridge-MQTT plugin ;). The only working thing yet is DIY LED Strip controlled by ESP8266.

@ArnieX
Copy link

ArnieX commented Oct 12, 2016

Just an idea what can be accomplished with Homebridge-MQTT plugin, NodeMCU and dimmer module using MOSFET. I have to say, HB-MQTT plugin is best plugin for HB ever and is great enabler for many IoT projects.

Video@YouTube:
IMAGE ALT TEXT HERE

@cflurin
Copy link
Owner Author

cflurin commented Oct 12, 2016

@ArnieX:
awesome! thanks for uploading the image and the video.

@ArnieX
Copy link

ArnieX commented Oct 12, 2016

@cflurin could you please point me in right direction? I'm looking for lightbulb's characteristic that could set the accessory unavailable in case that it is physically offline that can happen with such accessory. Thank you.

@cflurin
Copy link
Owner Author

cflurin commented Oct 13, 2016

There is a service "Outlet" that has a characteristic "OutletInUse" but it only shows the details>OutletInUse: Yes or No.

Another option is to remove the Lightbulb and add it again when it's available.

@ArnieX
Copy link

ArnieX commented Oct 13, 2016

@cflurin yeah but outlet is different story, it is meant to show if something is connected to outlet or not. But my friend who has Philips Hue with new bridge has it showing as unavailable when someone flip the physical switch off, so there has to be some characteristic to set the state to unavailable, but I can't find it. Unfortunately removing and adding isn't really useful way of doing things as you will have to always change the room, add it again to scenes, to automations etc.

@cflurin
Copy link
Owner Author

cflurin commented Oct 13, 2016

I see, I also use a hue bridge connected directly to Homekit (not homebridge). Indeed it shows "no response". I think they use a timeout, I'll investigate but just now I'm working on an other project.

@ArnieX
Copy link

ArnieX commented Oct 13, 2016

@cflurin that is the right wording ;) I thought it shows unavailable but no response is it. No rush here we haven't finished our ESP8266 operated relay module for lights yet so it won't be needed for at least a month and a half.

@ArnieX
Copy link

ArnieX commented Oct 14, 2016

@cflurin I will just use this thread to reference my two projects here on GitHub

1st is relay control using NodeMCU or ESP8266: https://github.com/ArnieX/esp8266_relay_mqtt
2nd is led strip dimming with the same setup: https://github.com/ArnieX/esp8266_dimmer_mqtt

In both project's readme I have also referenced your plugin ;) so I hope in case someone will find my project appealing will also use HB-MQTT plugin.

@cflurin
Copy link
Owner Author

cflurin commented Oct 18, 2016

@ArnieX:

I've added homebridge/to/set/reachability

topic: homebridge/to/set/reachability
payload: {"name": "flex_lamp", "reachable": true}
or
payload: {"name": "flex_lamp", "reachable": false}

Please install from GitHub:

sudo npm install -g cflurin/homebridge-mqtt

It'd be nice if you could test this feature.

@ArnieX
Copy link

ArnieX commented Oct 18, 2016

@cflurin wow that is awesome I will test that right away when I get home and will let you know. Thank you.

@cflurin
Copy link
Owner Author

cflurin commented Oct 18, 2016

Please continue on issue 9 for the Reachability feature:
#9

@PianSom
Copy link

PianSom commented Apr 13, 2017

I use homebridge-mqtt with node-red and a Broadlink RM Pro (infrared + 433MHz transmitter) and associated python coding to give a MQTT interface. Together these can control various devices. Here used for a tv (actually a tv and set-top box combo, via a macro), an electric fire, and a series of 4 plug switches.

Additional node-red coding allows for adding/removing the devices, and for changing the home bridge state if a device is changed by e.g. an Alexa command.

screen shot 2017-04-13 at 21 18 56

@cflurin
Copy link
Owner Author

cflurin commented Apr 14, 2017

@PianSom:
awesome! thanks for your feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants