Eeeeeediot
(Eeeeeediot)
January 25, 2021, 5:04pm
993
You are correct but it still doesn’t work in a script but does in the developer tab.
This script doesnt work
boost_hot_water:
alias: Boost Hot Water
sequence:
- service: hive.boost_hot_water
data:
entity_id: 'water_heater.hotwater'
time_period: '01:00:00'
on_off: 'on'
entity_id: water_heater.hotwater
mode: single
icon: hass:water
but this works
Think you have an extra entity_id
line. this is mine that works:
boost_hotwater:
alias: Boost Hot Water
sequence:
- service: hive.boost_hot_water
data:
entity_id: water_heater.hotwater
time_period: "01:00:00"
on_off: "on"
1 Like
Hi there!
First post, please be gentle!
I am trying to get my Hive Active GU10 Bulbs to change both colour temp and brightness with a Scene in HA (Raspberry Pi 4)
I have grouped my cellar lights together as an entity
entities:
light.cellar_lights:
and am using scenes.yaml to try and alter brightness (0-255) and colour_temp (192-370)
If I only add color_temp, I can get the bulbs to change from warm (192) to cool (370)
- id: CELLAR DAYLIGHT
name: CELLAR DAYLIGHT
entities:
light.cellar_lights:
min_mireds: 153
max_mireds: 370
color_temp: 192
entity_id:
- light.cellar_1
- light.cellar_2
- light.cellar_3
- light.cellar_4
- light.cellar_5
- light.cellar_6
- light.cellar_7
- light.cellar_8
- light.cellar_stairs_1
- light.cellar_stairs_2
- light.cellar_stairs_3
friendly_name: Cellar Lights Daylight
icon: mdi:lightbulb-group
supported_features: 3
state: 'on'
If I add the brightness string, only the brightness alters and the colour temp is ignored…
- id: CELLAR DAYLIGHT
name: CELLAR DAYLIGHT
entities:
light.cellar_lights:
min_mireds: 153
max_mireds: 370
color_temp: 192
brightness: 255
entity_id:
- light.cellar_1
- light.cellar_2
- light.cellar_3
- light.cellar_4
- light.cellar_5
- light.cellar_6
- light.cellar_7
- light.cellar_8
- light.cellar_stairs_1
- light.cellar_stairs_2
- light.cellar_stairs_3
friendly_name: Cellar Lights Daylight
icon: mdi:lightbulb-group
supported_features: 3
state: 'on'
I have also tried this using scripts and get the same issue.
There are no log errors with either config…
Any help would be greatly appreciated! Apologies if I have overlooked including any relevant info.
Thank you
bachoo786
(Bachoo786)
January 28, 2021, 11:31pm
997
@Khole hello mate any progress on replicating the error?
Would the native hive integration boost feature work ok as a script or from the service dev?
Khole
(KJ)
January 29, 2021, 7:39am
998
@bachoo786 just out of curiosity you are running beta 25?
bachoo786
(Bachoo786)
January 29, 2021, 8:03am
999
@Khole Yeah I am I suppose see the image below.
Khole
(KJ)
January 29, 2021, 8:16am
1000
Could you try reinstalling beta 25 through HACS and restarting home assistant.
bachoo786
(Bachoo786)
January 29, 2021, 8:25am
1001
Nope still get the same error after reinstalling beta 25 through HACS and restarting Home Assistant.
Khole
(KJ)
January 29, 2021, 9:18am
1002
The strange thing with this one is beside @rendili who problem was in the same area but a slightly different code. Am not aware of anyone else having this issue which is strange.
bachoo786
(Bachoo786)
January 29, 2021, 9:23am
1003
I just removed the hive custom component from HACS and tried the native HA Hive component but I could never add it to my HA. It gave some error regarding components etc even though I added my username and password to my configuration.yaml as well.
I have reinstalled this hive custom component via HACS and tried the boost service but unfortunately its not working for me and I get the same error.
Is there a way where I can fully delete the custom component and maybe try again from scratch? i.e. setting it up as completely new?
Khole
(KJ)
January 29, 2021, 9:24am
1004
I have just had a thought do you have debugging switched on in the hive UI options?
bachoo786
(Bachoo786)
January 29, 2021, 9:29am
1005
yeah I do under “options for hive” its under scan interval.
Khole
(KJ)
January 29, 2021, 9:34am
1006
Can you switch it off please by deselecting all the categories.
bachoo786
(Bachoo786)
January 29, 2021, 9:39am
1007
ok done shall I try boosting it now?
bachoo786
(Bachoo786)
January 29, 2021, 9:42am
1009
yep that did the trick it works
Eeeeeediot
(Eeeeeediot)
January 29, 2021, 2:31pm
1010
My whole integration wasn’t updating sensors until I did this and its fixed now! thanks
KeeerD
(Keeer D)
January 30, 2021, 9:20am
1011
Hi @Eeeeeediot , I was hoping your last sentence would fix my issues, sensors seemingly not updating, so I turned on debug and then turned it off again. Sadly, it didn’t change matters and my TRV availability status values seemingly refuse to update. This is problematic as the main reason I want to integrate Hive into HA is to get notifications when a TRV goes offline, which they do, a lot.
Khole
(KJ)
January 30, 2021, 11:05am
1012
@KeeerD
Have you installed the custom component or are you using the official integrated one?