Same for me. Dev says he’s posting here…
Unfortunately that hasn’t made a difference
Also tried, no effect.
Can’t be a coincidence that two of us have the same issue at the same time…
I agree that it is weird. But I dont have any issues myself as far as I can tell.
Can either of you go to the app settings and use the cloud api test page? Then send me the responses in a DM. Ill check what the API is responding.
Thanks for the quick responses.
Dm has been sent now
try the new test version to handle this new error:
Govee | Homey
But it is a error on ready elements that should be there (light scenes etc) so probably govee changed something or has a issue on the API side. But this should protect the app from crashing
I have the same issue, resolved with the experimental version for me
That’s sorted it for me, thanks!
I seem to be having the same light scene problem which SUCKS because I have a scene for literally every season, weather condition, and holiday. Where would I go about finding this experimental version?
Happy Pi Day Everyone!
I am trying to use Govee H600B Matter smart bulbs in outdoor fixtures controlled by a Zooz ZEN76 switch. I originally set the bulbs up in Home Assistant but disabled them in HA and reset them in Homey Pro. I want to change colors based on calendar and noticed several posts here about scenes. I am new to Homey and need guidance on setting up scenes.
I am also having difficulty connecting to the bulbs. I seem to have lost the WiFi when I migrated them to Homey. Is thewre an easay way to get them back on track?
Thank you
John
hi @Kaoh, i’m having trouble with the dreamview.
i have a ceiling light and a ledstrip, put these in a dreamview scene and tried to start the scene via Homey..
When i do this, my lamps just show me the previous state my lamps were before i turned them off.. but not the dreamview scene i want..
what am i doing wrong?
The dreamview is for my perspective just a turn on type of interaction. The config itself and its behavior is so mixed with devices of different generations its something I have little experience with myself.
So cant help, I hope others might.
@John_Mazibrook I am not affiliated with Govee so I dont give device support. Check their support to find out how to reset the bulbs so you can get them on wifi again.
For scenes, its a Homey feature that is rather simple and self explenatory in the app, they are on the top of each zone, it will just send the color/brightness settings to all the lights in that zone for example. Be aware that not govee lights follow the warm light commands well, so some might not follow the scene commands well.
New test version with Kettle support:
I recently own 2 ceiling light ultra (H1270) that can be controled with local api and with cloud. I can select the lightscene, but i can’t select DIY-scenes. Is it possible to include this? Thank you very much.
It is, if the device reports that it has active DIY they would show up. The api is not very device specific but more capability specific. Whe do know some advanced flows dont show up. Also sometimes the app needs to be restarted if you created the DIY flows after you have it running already. Else use the test page in the settings and send me the response.
Hi, i have 2 Ceiling Light Pro’s. Any idea why Homey moods either takes like 3 seconds to change color on the lights, only changes one of them or doesn’t work at all? I have tried local api, cloud and matter.
Probably because the govee api has rate limits. Polling +batch operations might trigger those.
Ahhh, i see.
Hi, I have a Govee Smart Tower Fan 2 Max (model H7107). I have an API key, and I can add as a device in Homey, but I cannot turn the fan on / off with Homey, only the Govee iPhone app. I’m pretty sure it was working last summer! I had flows written! But right now, I can only control with the Govee app, not homey. I tried remove / re-add the device. Any guidance on how to resolve this?
Here is the API test output
{
"code": 200,
"message": "success",
"data": [
{
"sku": "H7107",
"device": "1C:77:98:17:3C:35:35:D0",
"deviceName": "Smart Tower Fan 2 Max",
"type": "devices.types.fan",
"capabilities": [
{
"type": "devices.capabilities.on_off",
"instance": "powerSwitch",
"parameters": {
"dataType": "ENUM",
"options": [
{
"name": "on",
"value": 1
},
{
"name": "off",
"value": 0
}
]
}
},
{
"type": "devices.capabilities.toggle",
"instance": "oscillationToggle",
"parameters": {
"dataType": "ENUM",
"options": [
{
"name": "on",
"value": 1
},
{
"name": "off",
"value": 0
}
]
}
},
{
"type": "devices.capabilities.work_mode",
"instance": "workMode",
"parameters": {
"dataType": "STRUCT",
"fields": [
{
"fieldName": "workMode",
"dataType": "ENUM",
"options": [
{
"name": "FanSpeed",
"value": 1
},
{
"name": "Auto",
"value": 2
},
{
"name": "Sleep",
"value": 3
},
{
"name": "Nature",
"value": 4
},
{
"name": "Custom",
"value": 5
}
],
"required": true
},
{
"fieldName": "modeValue",
"dataType": "ENUM",
"options": [
{
"name": "FanSpeed",
"options": [
{
"value": 1
},
{
"value": 2
},
{
"value": 3
},
{
"value": 4
},
{
"value": 5
},
{
"value": 6
},
{
"value": 7
},
{
"value": 8
},
{
"value": 9
},
{
"value": 10
},
{
"value": 11
},
{
"value": 12
}
]
},
{
"defaultValue": 0,
"name": "Auto"
},
{
"name": "Sleep",
"options": [
{
"value": 1
},
{
"value": 2
},
{
"value": 3
},
{
"value": 4
},
{
"value": 5
},
{
"value": 6
},
{
"value": 7
},
{
"value": 8
},
{
"value": 9
},
{
"value": 10
},
{
"value": 11
},
{
"value": 12
}
]
},
{
"name": "Nature",
"options": [
{
"value": 1
},
{
"value": 2
},
{
"value": 3
},
{
"value": 4
},
{
"value": 5
},
{
"value": 6
},
{
"value": 7
},
{
"value": 8
},
{
"value": 9
},
{
"value": 10
},
{
"value": 11
},
{
"value": 12
}
]
},
{
"defaultValue": 0,
"name": "Custom"
}
],
"required": true
}
]
}
}
]
}
]
}