Skip to content

NLthijs48/home-assistant-crisp

Repository files navigation

Home Assistant Crisp

GitHub Release GitHub Activity License

Project Maintenance

Integration to integrate with Crisp.

Crisp account

An instance of this integration provides information about a single Crisp account into Home Assistant. The integration can be set up multiple times if you want to track multiple accounts. An account is represented as a device.

Account sensors

Name Type Description
Order count total int Total number of orders in your Crisp account (includes completed, cancelled and pending orders).
Order count open int Count of open orders in your Crisp account (out for delivery, or planned in the future).

Next order sensors

If there are orders planned for delivery, the following sensors are available for the order that is closest to delivery.

Name Type Description
Next order delivery on date Delivery date
Next order delivery start datetime Start of the delivery window (as selected by the user)
Next order delivery start time time Start time of the delivery window (as selected by the user)
Next order delivery end datetime End of the delivery window (as selected by the user)
Next order delivery end time time End time of the delivery window (as selected by the user)
Next order product count int Number of order lines (count of different products, not a sum of counts)

Installation using HACS

  1. Open the HACS dashboard
  2. Add this repository:
    1. Open the menu located in the top-right (the 3 dots)
    2. Select Custom repositories
    3. Repository: enter https://github.com/NLthijs48/home-assistant-crisp
    4. Category: select Integration
    5. Click Add
    6. Close the popup
  3. Search for Crisp, or click here:

Open your Home Assistant instance and open the Crisp repository inside the Home Assistant Community Store

  1. Click the Download button in the bottom right corner
  2. Confirm by clicking Download
  3. Restart Home Assistant

Set up the integration

  1. In the HA UI go to Configuration > Integrations click + and search for Crisp, or click here:

Open your Home Assistant instance and start setting up the Crisp integration

  1. Enter your email address that you use for your Crisp account
  2. Enter the login code you receive on your email from Crisp
  3. Done, entities should show up with information about your account

Open your Home Assistant instance and show the Crisp

Manual installation

Copy all files from custom_component/crisp/ to your HA installation, restart HA, configure the integration

Contributions are welcome!

If you want to contribute to this please read the Contribution guidelines