kemathy / hassio-omlet-smartcoop-door

Home Assistant integration to monitor and control Omlet Smart Coop Door
9 stars 2 forks source link

manual #1

Open DenDeze opened 2 months ago

DenDeze commented 2 months ago

Could you provide a manual how to use this code please?

Thank you

A lot of fans here: https://community.home-assistant.io/t/omlet-auto-door-for-chicken-coop/191283/57

Lutehi-Gregor commented 2 months ago

I would also be very interested in this. Thank you in advance for creating a manual.

GHaigh commented 2 months ago

I too would be interested... I have two of these doors

pandaboy6621 commented 1 month ago

I am looking at one of these doors, it would be cool if this just worked like a HACS repository.

blair287 commented 1 month ago

I added the files to the custom component HA sees it but says has to be set up from config file not ui so not sure what the config layout or info needed is i assume api key looking at the code but not sure on the format

pandaboy6621 commented 5 days ago

I haven't received my door yet but I imagine the yaml config would look something like this:

omlet_smart_coop: api_key: "your_api_key_here" # Replace with your actual API key device_id: "your_device_id_here" # Replace with your actual device ID host: "https://x107.omlet.co.uk" # Default Omlet API host, change if necessary

Could someone test it and let us know if it works?

fishter commented 4 days ago

Could someone test it and let us know if it works? I added your snippet to my configuration.yaml file, adding my key and device id. I restarted HA. I got a message telling me that omlet_smart_coop could not be configured through the yaml file. I then tried to add it through Settings and Integrations and I got a message telling me that it had to be configured through the yaml file. I'm not familiar enough with how integrations work in HA to go any further.

How do we get the config info into it?

Logger: homeassistant.setup
Source: setup.py:269
First occurred: 22:43:19 (1 occurrences)
Last logged: 22:43:19

Setup failed for custom integration 'omlet_smart_coop': No setup or config entry setup function defined.