Custom component for Home Assistant that integrates Candy/Haier Wi-Fi washing machines (also known as Simply-Fi).

Overview

Candy Home Assistant component

hacs_badge

Custom component for Home Assistant that integrates Candy/Haier Wi-Fi washing machines (also known as Simply-Fi).

This is still work-in-progress, it only supports washing machines and may not work with all models. Open a PR or issue if you have a model that's not supported.

Features

  • Uses the local API and its status endpoint
  • Displays the machine status, wash cycle status, remaining time and some other attributes

Installation

  1. Install HACS
  2. Add this as a custom repository to HACS (https://github.com/ofalvai/home-assistant-candy)
  3. Go to the integrations list in HACS and install this custom repo
  4. Restart Home Assistant
  5. Go to the Integrations page, click Add integrations and select Candy
  6. Complete the config flow

Configuration

You need the IP address of the machine and the encryption key. This can be guessed with CandySimplyFi-tool.

Comments
  • Problem with candy oven, no key required

    Problem with candy oven, no key required

    Hi,

    i've a problem with candy oven model fct896x-wifi.

    by CLI

    With command curl -s http://IP/http-read.json?encrypted=1 | xxd -r -p | jq i've reveived :

    {

    "statusForno": { "StatoWiFi": "0", "CodiceErrore": "E0", "RecipeId": "0", "RecipeStep": "0", "StartStop": "0", "Pausa": "0", "SicurezzaBambini": "0", "Selettore": "0", "Program": "0", "TempSet": "0", "TempRead": "210", "TempSetRaggiunta": "0", "DelayStart": "0", "RemainingTimeProgr": "65535", "ora": "16", "min": "11", "sec": "2", "FWver": "001A", "ts": "0"

    } }

    instead with this command curl -s http://IP/http-read.json?encrypted=0 | xxd -r -p | jq i've reveived no response and with curl -s http://IP/http-read.json?encrypted=0 i've reveived : {"response":"BAD REQUEST"} So, by HASSIO Integration, i've uncheck key but i've reveived the same error (BAD REQUEST)

    Logger: homeassistant.config_entries Source: config_entries.py:335 First occurred: 09:32:47 (4 occurrences) Last logged: 16:10:32

    Config entry 'Candy' for candy integration not ready yet: Error communicating with API: TimeoutError(); Retrying in background Config entry 'Candy' for candy integration not ready yet: Error communicating with API: Exception('Unable to detect machine type >from API response', {'response': 'BAD REQUEST'}); Retrying in background

    Thanks for support

    opened by skillcodeone 14
  • Drying machine

    Drying machine

    Hello,

    I have a Candy Simply-fi dryer, but the integration fails.: "Error communicating with API: KeyError('statusLavatrice')"

    The start of the chain is different, change statusLavatrice to statusTD. As well as other parameters, I can collaborate with tests.

    I attach the extracted data with ./simplyfi IP KEY read

    { "statusTD": { "StatoWiFi":"1", "StatoTD":"1", "CodiceErrore":"0", "Pr":"1", "PrPh":"0", "RemTime":"150", "DryLev":"2", "Time":"0", "Rapido":"0", "Opt1":"1", "Opt2":"1", "Opt3":"0", "Opt4":"0", "Opt5":"0", "Opt6":"0", "Opt7":"0", "Opt8":"0", "Refresh":"0", "CleanFilter":"0", "WaterTankFull":"0", "DryingManagerLevel":"1", "DelVal":"0", "DoorState":"1", "RecipeId":"NULL", "CheckUpState":"0" } }

    Thanks!

    opened by rogodra 12
  • Possibility to not creating area

    Possibility to not creating area

    Please add the option to not automatic create an area when starting HA

    After removed area loke kitchen or bathroom (automatic created from integration), restarting HA cause a re-creation

    opened by antoweb 11
  • backoff - Requirements not found

    backoff - Requirements not found

    Logger: homeassistant.setup Source: setup.py:184 First occurred: 09:57:27 (1 occurrences) Last logged: 09:57:27

    Home Assistant: 2022.11.0b0

    Setup failed for custom integration candy: Requirements for candy not found: ['backoff>=1.8.0,<2.0.0'].

    opened by IonutNeagu 9
  • Error communicating with API: KeyError('Pr')

    Error communicating with API: KeyError('Pr')

    Hello, my washing machine is Candy CO4 1062D3/2-S and im trying to add your integration to my Home Assistant. I got needed ip and found a key with CandySimplyFi-tool then i completed your config flow. But after, error appear in the integrations section image Am i doing something wrong or my model isnt supported?

    opened by lemeshovich 9
  • Dishwasher

    Dishwasher

    Hi, I can't integrate my dishwasher in home assistant: I have this error:

    Config entry 'Candy' for candy integration not ready yet: Error communicating with API: Exception('Unable to detect machine type from API response', {'statusDWash': {'StatoWiFi': '1', 'StatoDWash': '0', 'CodiceErrore': 'E0', 'StartStop': '0', 'Program': 'P1', 'OpzProg': 'p', 'DelayStart': '0', 'RemTime': '0', 'TreinUno': '0', 'Eco': '0', 'MetaCarico': '0', 'ExtraDry': '0', 'MissSalt': '0', 'MissRinse': '0', 'OpenDoor': '0', 'Reset': '0', 'FWver': 'L1.12'}}); Retrying in background

    if i connect at site: http://x.x.x.x/http-read.json?encrypted=0 i view this parameters: { "statusDWash":{ "StatoWiFi":"1", "StatoDWash":"0", "CodiceErrore":"E0", "StartStop":"0", "Program":"P1", "OpzProg":"p", "DelayStart":"0", "RemTime":"0", "TreinUno":"0", "Eco":"0", "MetaCarico":"0", "ExtraDry":"0", "MissSalt":"0", "MissRinse":"0", "OpenDoor":"0", "Reset":"0", "FWver":"L1.12" } }

    Have any suggestions?

    Thank you!!!

    help wanted 
    opened by scaramatto 8
  • Support for oven

    Support for oven

    hi,i have oven. You can add it on custom_component? If you want i can try some testing. tell me what i have to do. For now i get this informations:

    simplyfi 192.168.188.51 key read { "statusForno":{ "StatoWiFi":"0", "CodiceErrore":"E0", "RecipeId":"NULL", "RecipeStep":"0", "StartStop":"1", "Pausa":"0", "SicurezzaBambini":"0", "Selettore":"1", "Program":"2", "TempSet":"0", "TempRead":"310", "TempSetRaggiunta":"0", "DelayStart":"0", "RemainingTimeProgr":"65535", "ora":"9", "min":"2", "sec":"5", "TimeProgr":"0", "FWver":"004B", "ts":"0" } }

    Anyway i tried to integrate it but i have this error:

    Error communicating with API: Exception('Unable to detect machine type from API response', {'statusForno': {'StatoWiFi': '0',

    Ty so much.

    help wanted 
    opened by Altar82 8
  • Hoover Washerdryer

    Hoover Washerdryer

    Hey guys,

    the Haier group also offers devices under the Hoover brand, so I was wondering if they are similar enough to be supported?

    I got the HDPD696AMBC/1-S Model.

    I tried the CandySimplyFi-tool but it shows only a connection error since port 80 is closed on the device.

    opened by RubenKelevra 6
  • Setup Error

    Setup Error

    Hi Oliver

    Thanks for creating this integration.

    I seem to be struggling to get it to execute. I have added the device IP and encryption key (detemined using CandySimplify-tool) but I get the following error on the integrations page in HA....

    Retrying setup: Error communicating with API: 'FillR'

    Any idea? Thanks Alan

    opened by alancoleman1972 6
  • Brute force encryption key automatically

    Brute force encryption key automatically

    Context: #46

    Changes

    • Remove "Use encryption" and "encryption key" config inputs
    • Detect if ?encrypted=1 needed or not for requests
    • If needed, brute force encryption key based on the encrypted response
    • Also handles the case of #35 where ?encrypted=1 is required but the response is not encrypted, just hex encoded
    opened by ofalvai 5
  • Find the encryption key automatically

    Find the encryption key automatically

    This would avoid the need for the user to do the slightly complex process necessary by hand.

    The script I posted on the forum should be robust enough if you handle the case where the key is full of zeros.

    opened by dzamlo 5
  • Bump pytest-homeassistant-custom-component from 0.12.20 to 0.12.40

    Bump pytest-homeassistant-custom-component from 0.12.20 to 0.12.40

    Bumps pytest-homeassistant-custom-component from 0.12.20 to 0.12.40.

    Release notes

    Sourced from pytest-homeassistant-custom-component's releases.

    Release 0.12.40

    Automatic release homeassistant version: 2023.1.0b4

    Release 0.12.39

    Automatic release homeassistant version: 2023.1.0b3

    Release 0.12.38

    Automatic release homeassistant version: 2023.1.0b2

    Release 0.12.37

    Automatic release homeassistant version: 2023.1.0b1

    Release 0.12.36

    Automatic release homeassistant version: 2022.12.8

    Release 0.12.35

    Automatic release homeassistant version: 2022.12.7

    Release 0.12.34

    Automatic release homeassistant version: 2022.12.6

    Release 0.12.33

    Automatic release homeassistant version: 2022.12.5

    Release 0.12.32

    Automatic release homeassistant version: 2022.12.4

    Release 0.12.31

    Automatic release homeassistant version: 2022.12.3

    Release 0.12.30

    Automatic release homeassistant version: 2022.12.1

    Release 0.12.29

    Automatic release homeassistant version: 2022.12.0

    Release 0.12.28

    Automatic release

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies python 
    opened by dependabot[bot] 1
  • Please add a setting to change the device's IP address

    Please add a setting to change the device's IP address

    Today, I had an unexpected problem: my automation didn't report the washing machine's state. At first I thought that maybe the machine's wifi signal strength was too weak. But when looking through the DHCP logs, I discovered that rather it's IP address had changed.

    So the wifi was working as expected, but the integration tried to connect to the wrong IP. Of course, I don't think there's a way to automatically update the integration with the new IP address. And it shouldn't happen too often, anyway. But the only way to set the new address was to go edit HA's config files manually. Therefore, I'd like to suggest exposing this vital setting via the GUI.

    At the moment, the only settings for the device are in regards to name, area and enabled/disabled state of the device: image

    opened by mh166 2
  • Update backoff requirement from ~=2.0 to ~=2.2

    Update backoff requirement from ~=2.0 to ~=2.2

    Updates the requirements on backoff to permit the latest version.

    Release notes

    Sourced from backoff's releases.

    v2.2.1

    [v2.2.1] - 2022-10-05

    Changelog

    Sourced from backoff's changelog.

    [v2.2.1] - 2022-10-05

    [v2.2.0] - 2022-10-05

    • Improve type annotation for wait generators from @​hauntsaninja
    • Include exception in details dict of call handlers from @​petamas
    • Improve type hints for call handlers from @​cdce8p

    [v2.1.2] - 2022-06-08

    Fixed

    [v2.1.1] - 2022-06-08

    Fixed

    [v2.1.0] - 2022-06-07

    Changed

    [v2.0.1] - 2022-04-27

    Changed

    • Allow None for jitter keyword arg (typing)

    [v2.0.0] - 2022-04-26

    Added

    • Add raise_on_giveup keyword arg for decorators
    • Add backoff.runtime wait generator for dynamically setting wait times based on target function return value or exception details

    Changed

    • Improve type hints for on_success, on_backoff, on_giveup handlers
    • Use decorator-specific detail and handler type hints
    • Optionally use typing_extensions for python 3.7 type hinting
    • Drop python 3.6 support
    • Add python 3.10 support

    [v1.11.1] - 2021-07-14

    Fixed

    • Update version in backoff module

    [v1.11.0] - 2021-07-12

    Added

    • Configurable logging levels for backoff and giveup events

    Changed

    ... (truncated)

    Commits
    • d9d80a9 Prepare v2.2.1 release
    • 6cb1a4e Fix type hint for wait generator
    • 9a20a7f Merge pull request #159 from edgarrmondragon/docs/backoff-runtime-readme
    • d322dc4 Prepare v2.2.0 release
    • 3f491ca Merge branch 'fix-typing'
    • 77f4209 Refrain from adding Details to backoff namespace
    • 31d973f Merge branch 'add-exception-to-details'
    • d9b9f01 Improve type hints for runtime, constant wait gens
    • e7677e8 Make flake8 happy with line lengths
    • 52aef92 Update backoff/_wait_gen.py
    • Additional commits viewable in compare view

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies python 
    opened by dependabot[bot] 1
  • Candy Oven in Celsius

    Candy Oven in Celsius

    Hi, Thanks for creating this plugin 🙏🏼.

    I tried the plugin with my Candy oven and noticed that the plugin is showing wrong temperature value, after investigating a little bit in the code I found out that you are using Fahrenheit to Celsius function which is completely unnecessary for me, I tried to create the request to the oven and saw that it gets the temperature already in Celsius but it needs to be devided by 10.

    So I'm getting from the request 2200 for 220 degrees Celsius.

    Hope you can make the proper adjustments to make it work. Thanks again :)

    help wanted 
    opened by nitaybz 1
  • Local control

    Local control

    Hi

    I have managed to intercept the messages to control the washer. All of it are actually done locally.

    Right now I'm able to start and stop the machine, and I have begun to "decode" the parameters.

    Maybe you can extend this awesome plugin, so one are able to also control the washer from Home Assistant :-)

    enhancement 
    opened by smulle48 1
Releases(0.8.0)
  • 0.8.0(Nov 14, 2022)

    Additions

    • Rate limit API requests by @ofalvai in https://github.com/ofalvai/home-assistant-candy/pull/214. This fixes connection issues for devices that can't handle too frequent API requests (details: #53, #61)
    • Expose washing machine program code if available by @ofalvai in https://github.com/ofalvai/home-assistant-candy/pull/215

    Translations

    • Create sensor.es.json by @asiersan in https://github.com/ofalvai/home-assistant-candy/pull/178
    • sensor.pt.json by @carlosmfalves in https://github.com/ofalvai/home-assistant-candy/pull/150
    • pt.json by @carlosmfalves in https://github.com/ofalvai/home-assistant-candy/pull/149
    • French Traduction by @morzingrath in https://github.com/ofalvai/home-assistant-candy/pull/206

    Everything else

    • Bump pytest-homeassistant-custom-component from 0.9.17 to 0.12.18 by @dependabot in https://github.com/ofalvai/home-assistant-candy/pull/209
    • Add devcontainer config by @ofalvai in https://github.com/ofalvai/home-assistant-candy/pull/208
    • Bump backoff from 1.11.1 to 2.2.1 by @dependabot in https://github.com/ofalvai/home-assistant-candy/pull/185
    • Update HACS URL by @wrt54g in https://github.com/ofalvai/home-assistant-candy/pull/145
    • Lint fixes by @ofalvai in https://github.com/ofalvai/home-assistant-candy/pull/216

    New Contributors

    • @wrt54g made their first contribution in https://github.com/ofalvai/home-assistant-candy/pull/145
    • @morzingrath made their first contribution in https://github.com/ofalvai/home-assistant-candy/pull/206
    • @asiersan made their first contribution in https://github.com/ofalvai/home-assistant-candy/pull/178
    • @carlosmfalves made their first contribution in https://github.com/ofalvai/home-assistant-candy/pull/150

    Full Changelog: https://github.com/ofalvai/home-assistant-candy/compare/0.7.1...0.8.0

    Source code(tar.gz)
    Source code(zip)
  • 0.7.1(Nov 7, 2022)

    ⚠️ This releases fixes the installation error on Home Assistant 2022.11 (#204)

    What's Changed

    • Bump aresponses from 2.1.4 to 2.1.5 by @dependabot in https://github.com/ofalvai/home-assistant-candy/pull/67
    • Fix encryption without key in status call by @ofalvai in https://github.com/ofalvai/home-assistant-candy/pull/68
    • Update dependencies, refactor client tests by @ofalvai in https://github.com/ofalvai/home-assistant-candy/pull/138
    • Add periodic validation GH workflows by @ofalvai in https://github.com/ofalvai/home-assistant-candy/pull/139
    • Bump actions/cache from 2 to 3.0.1 by @dependabot in https://github.com/ofalvai/home-assistant-candy/pull/86
    • Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/ofalvai/home-assistant-candy/pull/71
    • Bump codecov/codecov-action from 2 to 3 by @dependabot in https://github.com/ofalvai/home-assistant-candy/pull/92
    • Bump actions/setup-python from 2 to 4 by @dependabot in https://github.com/ofalvai/home-assistant-candy/pull/131
    • Relax test dependency constraints by @ofalvai in https://github.com/ofalvai/home-assistant-candy/pull/140
    • Align dependency constraint with latest HA by @ofalvai in https://github.com/ofalvai/home-assistant-candy/pull/207

    Full Changelog: https://github.com/ofalvai/home-assistant-candy/compare/0.7.0...0.7.1

    Source code(tar.gz)
    Source code(zip)
  • 0.7.0(Dec 5, 2021)

    Find encryption key automatically

    [#52] No longer need to define an encryption key in the config flow. The integration now tests whether the device can respond without encryption. If it requires encryption, the integration can also find the key by brute force.

    Migration: If you have an existing device configured with or without an encryption key, the integration will work without any manual change. But if you run into a problem, try removing and adding the device again.

    Source code(tar.gz)
    Source code(zip)
  • 0.6.2(Nov 28, 2021)

    What's Changed

    • Handle missing TimeProgr oven field in https://github.com/ofalvai/home-assistant-candy/pull/50

    Full Changelog: https://github.com/ofalvai/home-assistant-candy/compare/0.6.1...0.6.2

    Source code(tar.gz)
    Source code(zip)
  • 0.6.1(Nov 22, 2021)

    What's Changed

    • Tumble Dryer - Add Cycle State by @terminet85 in https://github.com/ofalvai/home-assistant-candy/pull/32
    • Fix program number parsing for some washing machine models by @ofalvai in https://github.com/ofalvai/home-assistant-candy/pull/39
    • Simplify state enums by @ofalvai in https://github.com/ofalvai/home-assistant-candy/pull/44

    Full Changelog: https://github.com/ofalvai/home-assistant-candy/compare/0.6.0...0.6.1

    Source code(tar.gz)
    Source code(zip)
  • 0.6.0(Oct 23, 2021)

    What's Changed

    • Add more dishwasher attributes by @ofalvai in https://github.com/ofalvai/home-assistant-candy/pull/31

    Full Changelog: https://github.com/ofalvai/home-assistant-candy/compare/0.5.1...0.6.0

    Source code(tar.gz)
    Source code(zip)
  • 0.5.1(Oct 15, 2021)

    What's Changed

    • Fix failure for dishwasher without "OpzProg" by @dzamlo in https://github.com/ofalvai/home-assistant-candy/pull/27

    New Contributors

    • @dzamlo made their first contribution in https://github.com/ofalvai/home-assistant-candy/pull/27

    Full Changelog: https://github.com/ofalvai/home-assistant-candy/compare/0.5.0...0.5.1

    Source code(tar.gz)
    Source code(zip)
  • 0.5.0(Oct 13, 2021)

    [#26] Initial dishwasher support [#22] Extended tumble dryer support, added Italian translation - thanks @terminet85 [#24] Fixed inconsistent washing machine remaining time across main sensor and remaining time sensor

    Source code(tar.gz)
    Source code(zip)
  • 0.4.0(Oct 8, 2021)

  • 0.3.0(Sep 25, 2021)

  • 0.2.0(Sep 4, 2021)

  • 0.1.0(Sep 3, 2021)

Owner
Olivér Falvai
Olivér Falvai
hardware design of the 250mm drone

hardware design of the 250mm drone

ZJU FAST Lab 645 Dec 25, 2022
Control the lights of Alienware computers under GNU/Linux systems.

Before requesting support please consider that this software is not actively developed. I created it in 2014 for managing my Alienware M14X-R1 (where

rsm 111 Dec 05, 2022
[unmaintained] WiFi tools for linux

Note: This project is unmaintained. While I would love to keep up the development on this project, it is difficult for me for several reasons: I don't

Rocky Meza 288 Dec 13, 2022
Yet another automation project because a smart light is more than just on or off.

Automate home Yet another home automation project because a smart light is more than just on or off. Overview When talking about home automation there

Maja Massarini 62 Oct 10, 2022
Example for Calculating Robot Dynamics Using Pinocchio Library

A Example for Calculating Robot Dynamics Using Pinocchio Library Developed by: Xinyang Tian. Platform: Linux + Pinocchio. In this work, i use Pinocchi

Rot_Tianers 33 Dec 28, 2022
Point Density-Aware Voxels for LiDAR 3D Object Detection (CVPR 2022)

PDV PDV is LiDAR 3D object detection method. This repository is based off [OpenPCDet]. Point Density-Aware Voxels for LiDAR 3D Object Detection Jordan

Toronto Robotics and AI Laboratory 114 Dec 21, 2022
An alternative to Demise-Assistant-Batch made entirely in Python for more capabilities.

Demise-Assistant-Python An alternative to Demise-Assistant-Batch made entirely in Python for more capabilities. IMPORTANT NOTE Demise-Assistant-Batch

SkelOrganisation 1 Nov 24, 2021
Zev es un Bot/Juego RPG de Discord creado en y para aprender Python.

Zev es un Bot/Juego RPG de Discord creado en y para aprender Python.

Julen Smith 3 Jan 12, 2022
Baseline model for Augmented Home Assistant

Dataset Preparation Step 1. Rename the Virtual-Home output directory to 'vh.[name]', for example: 'vh.door' Make sure the directory contains 100+ fram

Stanford HCI 1 Aug 24, 2022
Example code and projects for FeatherS2 and FeatherS2 Neo

FeatherS2 & FeatherS2 Neo This repo is a collection of code, firmware, and files

Unexpected Maker 5 Jan 01, 2023
A python library written for the raspberry pi.

A python package for using certain components on the raspberry pi.

Builder212 1 Nov 09, 2021
Home Assistant integration for energy consumption data from UK SMETS (Smart) meters using the Hildebrand Glow API.

Hildebrand Glow (DCC) Integration Home Assistant integration for energy consumption data from UK SMETS (Smart) meters using the Hildebrand Glow API. T

Aniket 153 Dec 30, 2022
a weather application for the raspberry pi and the Pimorioni Inky pHAT.

raspi-weather a weather application for the raspberry pi and the Inky pHAT

Derek Caelin 59 Oct 24, 2022
USB Rubber Ducky with the Rasberry Pi pico microcontroller

pico-ducky Install Install and have your USB Rubber Ducky working in less than 5 minutes. Download CircuitPython for the Raspberry Pi Pico. Plug the d

AnOnYmOus001100 3 Oct 08, 2022
Home Assistant custom integration to fetch data from Powerpal

Powerpal custom component for Home Assistant Component to integrate with powerpal. This repository and integration is not affiliated with Powerpal. Th

Lawrence 32 Jan 07, 2023
The ABR Control library is a python package for the control and path planning of robotic arms in real or simulated environments.

The ABR Control library is a python package for the control and path planning of robotic arms in real or simulated environments. ABR Control provides API's for the Mujoco, CoppeliaSim (formerly known

Applied Brain Research 277 Jan 05, 2023
A blender 2.9x addon for managing camera settings

TMG-Camera-Tools A blender 2.9x addon for managing camera settings Tutorial showcasing current features

Mainman002 12 Apr 16, 2022
Universal Xiaomi MIoT integration for Home Assistant

Xiaomi MIoT Raw 简体中文 | English MIoT 协议是小米智能家居从 2018 年起推行的智能设备通信协议规范,此后凡是可接入米家的设备均通过此协议进行通信。此插件按照 MIoT 协议规范与设备通信,实现对设备的状态读取及控制。

1.9k Jan 02, 2023
Authentication provider using Synology DSM users for Home Assistant

Authentication provider using Synology DSM users for Home Assistant The Synology authentication provider lets you authenticate using the users in your

Sam Debruyn 5 Oct 06, 2022
🐱🖨Cat printer is a portable thermal printer sold on AliExpress for around $20.

Cat printer is a portable thermal printer sold on AliExpress for around $20. This repository contains Python code for talking to the cat printer over

671 Jan 05, 2023