Hive Integration

Any clue when the next release (that includes the fix) will be ?

Is there anyway to continue to use this with 2FA enabled?

Anybody having issues boosting TRVs? I can boost the thermostat but not the TRVs - nothing happens. (Iā€™ve fixed the login issue above already).

Scripts for both actions are as follows (first one works, second does nothing)

  boost_heating:
    sequence:
      - service: hive.boost_heating
        data:
          entity_id: "climate.heating"
          time_period: "00:30:00"
          temperature: "25"

         
  boost_living_room:
    sequence:
      - service: hive.boost_heating
        data:
          entity_id: "climate.living_room"
          time_period: "00:30:00"
          temperature: "25"

If you canā€™t wait for the fix to be pushed out. Here is what I did to fix it. CORE user with docker

Using the changes listed in the PR

Update aka change the .1 to .2
/usr/src/homeassistant/homeassistant/components/hive/manifest.json
/usr/src/homeassistant/requirements_all.txt

Reboot home assistant

Thanks! Solved the issue for me. In my case the container name was ā€œhomeassistantā€ without a dash

1 Like

@Sooty, there should only be one version in HACS have you still got the manual version setup in your HACS setting via custom repositories. if so you need to delete that setting first.

What a numptyā€¦ Removed and fixed. Thanks @Khole!

I donā€™t think we support boosting of TRVā€™s i havenā€™t got one myself so Iā€™m unsure of their functionality.

Iā€™d like to add my thanks to @Magicaltrev89 and @bradderz too.

Got my HA running under DietPi, and the cognito tweak in pyhiveapi did the trick for me as well.

For anyone else who is using it that way, the location you need is

/mnt/dietpi_userdata/homeassistant/deps/lib/python3.8/site-packages/pyhiveapi/pyhiveapi.py

Sorry to bother you but by any chance is there any news on this?

Still unable to use the 2020.0 version, devices/services (using 3 multizone setup w. hotwater)do not appear in homeassistant.

@CaptInsano Sorry I have been having toolkit issues since an upgrade to a new Dev version. I have released beta 5 now which fixes the URL issue. Please can you update to it and let me know if this fixes the issue for you?

Updated to 2020.1_b5, had to login via configuration.yaml rather then through the integrations UI but working great so far!

Thank you so much for all your work on this!

@CaptInsano ye the ui piece still has bugs but the config yaml should work without issues.

Hi all, thanks for the great work on this integration and apologies if this question has been answered previously!

Is it possible to add a second Hive account so that devices from 2 accounts (letā€™s say home and holiday home for example) show up in HA? I have the integration up and running with my account but was interested to know if you could somehow add a second username and password.

Any help much appreciated!

Kind regards

@Proxlx itā€™s not something we currently support but with the next version of the library it may support it, I canā€™t test it as I dont have 2 accounts.

1 Like

" This version will setup the Home assitant hive component, but will also take device attributes within the hive system and set them up as individual sensors e.g Living Room Lamp Battery Level"

Is there an easy way to find out what additional sensors are provided by this custom component?

Next question. Is there a reason why the water_heater operation modes are eco, on, off but the
hvac modes are auto, heat, off ?

Wouldnā€™t it be more consistent/logical if the water-heater modes were also named auto, heat, off ?

@perjury1

I look at updating the docs for sensor types

But they are

Availability - online/offline
Mode - manual/schedule
Battery level

Specific for heating/hotwater
Current temp
Target temp
Heating/hotwater State
Boost state

With regards to hotwater unfortunatly we donā€™t have control over that, we use home assistant definitions and they would not allow us to use it as a climate entity as we did previously.

@Khole thanks for your reply - Iā€™ll raise the hot water modes as an issue in the core then.
Thanks for all the great work.

@Khole, the response I got to my query about this is that ā€˜autoā€™ and ā€˜ecoā€™ are quite different. Eco indicates a reduced power mode whereas ā€˜autoā€™ - in the context of hvac - refers to heating (or cooling) being applied as necessary. My water heating really operates in an analogous way to my heating. i.e. I set a schedule so itā€™s really ā€˜autoā€™ not ā€˜ecoā€™. Is this not an option for you with the water heater integration?
If not, to whom should I direct a request to have ā€˜autoā€™ added as an operation mode as ā€˜ecoā€™ doesnā€™t really seem to me to make sense in this context.