Hope everyone is having a good week. I came into a few C By GE “Smart” bulbs. They work really well with Google Home, but I would really like to try to keep everything in HA. Has anyone tinkered with these bulbs and found a way to use them in Hassio?
I can access my HA things via google home, but my things that are connected via google home are not in HA. Trying to figure out if that is possible or if there is some way to directly connect to the bulbs via Bluetooth…
So I kinda got this to work… Not great but better than not having it at all. As @minsuke mentioned you need to integrate with Google Assistant. I did that and then created a switch that uses commands to do an API call. It looks like this:
No idea how to get the actual state of the bulbs, so the switches can get out of sync. The button will “stick” which helps… not an elegant solution at all.
@shaikmonster could you describe in more detail how you accomplished this? I’m trying to integrate my C-Reach that has two lightbulbs attached. I have integrated the C by GE account with Google Assistant. What is the device you are sending the commands to in your example? Can you share anymore info?
What I did was setup the free HA integration with Google Assistant API. This basically let’s me send commands just like I was saying “hey Google, turn off the office lights.”. It could be any command that the Google home can understand…except calling routines, that does not seem to work as well.
When you get it working you can test by just sending commands from your browser like:
I then just created a switch that sends the command that I want with the code above. Basically it just pretends like I actually said the command to my Google home. It works, but it ain’t elegant.
I bet there are much better ways to get this working… But I am not very good at this yet…
How is the progress of implementing support for C by GE progressing? I am a software engineer, I might be able to help.
I am curious because I have 30 smart switches in my house, I replaced most of the original switches with WEMO, C BY GE 3 Ways, C BY GE 2 ways, some lifx, and a few other random things. I have 12 c by ge switches and 18 c by ge bulbs. I can’t believe I can’t use them in this awesome application!
I am new to the forum. Not sure if you are asking me. If so, it does not support switch yet since I don’t have a dimmer switch. You might need to analyze the code and adopt to you needs.
What is listening on port 5000? I don’t have anything there. I am running the smart device access from Google but I am assuming that is now different than when you posted this. I just got a C by GE smart plug with a nest mini bundle and I want to see if I can control it in HA.
I found a way! It’s not the most responsive but it works well enough.
Idea: Automation triggers when slider is changed, takes input of the slider and sends command to Google Assist relay to change to x brightness. Downside: Have to have a seperate button/script to turn lights off or change the color.