Since the event where Kamado Joe stopped supporting his iKamand service... I tried to find a solution to give a second life to this module and avoid the dump!
iKamand is based on similar projects and the work of many people. During installation, all components are created in accordance with the iKamand!
- Kamado Joe iKamand Smart Temperature Control and Monitoring Device
You can install this integration via HACS or manually.
Search for the iKamand integration and choose install. Reboot Home Assistant and configure the iKamand integration via the integrations page or press the blue button below.
Copy the custom_components/ikamand
to your custom_components folder. Reboot Home Assistant and configure the iKamand integration via the integrations page or press the blue button below.
Sensors | Type | Tested | Programmed entity attributes |
---|---|---|---|
Fan | Sensor | ✓ | N/A |
Probe 1 | Sensor | ✓ | N/A |
Probe 2 | Sensor | ✓ | N/A |
Probe 3 | Sensor | ✓ | N/A |
Controls | Type | Tested | Programmed entity attributes |
---|---|---|---|
Fire It Up | Switch | ✓ | Recommended Times 200-400°F...10 min 400-600°F...20 min 600+°F.........30 min |
iKamand | Climate | ✓ | N/A |
Probe 1 Target T° | Number | ✓ | N/A |
Probe 2 Target T° | Number | ✓ | N/A |
Probe 3 Target T° | Number | ✓ | N/A |
Set Fan Duration | Number | ✓ | N/A |
- Bring the ability to configure this custom component via the entries in configuration.yaml
- Setup an option to override the Home Assistant unit system for this custom component
- Better error and exception handling to make this component transparent to the user
- Integrate the main
ikamand
program to improve connectivity, better error handling and eliminate dependency - Make the sensors work properly
- Support Celsius to Fahrenheit
- https://github.com/slinkymanbyday/ikamand-ha | Forked project, initial inspiration!
- https://github.com/slinkymanbyday/ikamand | Main program in Python to interface the iKamand module.