bulldog5046 / ha_nespresso_integration

19 stars 4 forks source link

Install without HACS #13

Closed wwelles closed 8 months ago

wwelles commented 8 months ago

Trying to install this without HACS. Is that not possible?

I've added the /custom_components/nespresso folder into my HA /custom_components in a folder named ha_nespresso_integration.

Home Assistant doesn't seem to see it at all as the following returns no log matches, and I see not related entities: docker logs homeassistant 2>&1 | grep "nespresso"

wwelles commented 8 months ago

Sorry had a bit of a momentary brain fart and the directory wasn't getting mapped into my docker container correctly.

I'm now seeing it load, and the integration is present. 2024-01-08 10:02:57.069 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration nespresso which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

image

However when I try to add it, I get nothing: image

bulldog5046 commented 8 months ago

Is the bluetooth integration enabled and present?

wwelles commented 8 months ago

Yes. Am I supposed to do the normal pairing from the Nespresso app while trying to add the device in HA or something?

image

bulldog5046 commented 8 months ago

No, if another device is connected to the machine it will not broadcast its bluetooth presence. Depending how you are attempting to use the integration you can either;

If another device is paired but you know the auth_key, disable bluetooth on the other device before attempting to connect this integration and you will be able to provide your auth_key in the onboarding process.

If no other devices are paired to the machine, you should see the device and the integration with generate and install its own auth_key.

wwelles commented 8 months ago

There has never been a device paired to it that I'm aware of. It was however a replacement as my original machine broke, so who knows if it was remanufactured.

Do I have to do something for the machine to enter pairing mode, or is it always looking if nothing else is paired? Should I unplug and replug the Nespresso or something?

bulldog5046 commented 8 months ago

Which model is it?

wwelles commented 8 months ago

My model is: Nespresso Vertuo Next

bulldog5046 commented 8 months ago

My model is: Nespresso Vertuo Next

This model isn't currently supported as i don't have one but is being worked on under this feature request. Please feel free to contribute to helping if you are able. I'll close this issue, please refer to the other issue for updates.

https://github.com/bulldog5046/ha_nespresso_integration/issues/12

wwelles commented 8 months ago

My model is: Nespresso Vertuo Next

This model isn't currently supported as i don't have one but is being worked on under this feature request. Please feel free to contribute to helping if you are able. I'll close this issue, please refer to the other issue for updates.

12

Thank you, will take a look