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
Pi-hole with Inky pHAT ePaper display

Pi-hole with Inky pHAT ePaper display This is my Pi-hole with an ePaper display.

11 Sep 13, 2022
Mycodo is open source software for the Raspberry Pi that couples inputs and outputs in interesting ways to sense and manipulate the environment.

Mycodo Environmental Regulation System Latest version: 8.12.9 Mycodo is open source software for the Raspberry Pi that couples inputs and outputs in i

Kyle Gabriel 2.3k Dec 29, 2022
Home assiatant Custom component: Camera Archiver

Camera archiver Archive your ftp camera meadia files on other ftp with files renaming and event creation. Event can be used for send information to el

1 Jan 06, 2022
Simple Weather Check base on Hefeng api, Work on raspberry Pi

Simple Weather Check base on Hefeng api, Work on raspberry Pi

Retr0mous 28 Sep 17, 2022
Playing diabolo with two robot arms in ROS + Gazebo

Playing diabolo with robots This repository holds the ROS packages for playing diabolo with two UR5e robot arms on ROS Melodic (Ubuntu 18.04). Read ou

23 Dec 18, 2022
The project is an open-source and low-cost kit to get started with underactuated robotics.

Torque Limited Simple Pendulum Introduction The project is an open-source and low-cost kit to get started with underactuated robotics. The kit targets

34 Dec 14, 2022
Pure micropython ESP32 SPI driver for sdcard and screen at the same SPI bus

micropython-esp32-spi-sdcard-and-screen-driver Proof of concept of Pure micropython espidf SPI driver for sdcard with screen at the same SPI bus (exam

Thomas Favennec 7 Mar 14, 2022
The robot is an autonomous small scale racing car using NVIDIA Jetson Nano.

The robot is an autonomous small scale racing car using NVIDIA Jetson Nano. This project utilizes deep learning neural network framework Keras/Tensorflow, together with computer vision library OpenCV

1 Dec 08, 2021
A lightweight script for updating custom components for Home Assistant

Updater for Home Assistant This is a lightweight script for updating custom components for Home Assistant. If for some reason you do not want to use H

Alex X 12 Sep 21, 2022
SPI driven CircuitPython driver for PCA9745B constant current LED driver.

Introduction THIS IS VERY MUCH ALPHA AND IN ACTIVE DEVELOPMENT. THINGS WILL BREAK! THIS MAY ALSO BREAK YOUR THINGS! SPI driven CircuitPython driver fo

Andrew Ferguson 1 Jan 14, 2022
Python library to interact with the GCE Electronics IPX800 device

A python library to control a GCE-Electronics IPX800 V4 device through its API.

Marc-Aurèle Brothier 2 Oct 20, 2021
iot-dashboard: Fully integrated architecture platform with a dashboard for Logistics Monitoring, Internet of Things.

Fully integrated architecture platform with a dashboard for Logistics Monitoring, Internet of Things. Written in Python. Flask applicati

2 Jul 29, 2022
A circle of LEDs

This repository contains all the design files, production files and example code for a simple circular LED display.

Pim de Groot 15 Aug 21, 2022
Micropython automatic watering

micropython-automatic-watering micropython automatic watering his code was developed to be used with nodemcu esp8266, but can be modified to work with

1 Nov 24, 2021
Python application, displaying currently played track from Spotify on OLED display connected via I2C

RaspberryPi Spotify OLED Display This application will display currently played track on SSD1306 OLED display connected to RaspberryPi. Displayed stuf

Wojciech Olech 2 Dec 30, 2021
Testing out some (stolen) DMA code for RP2040 Micropython

RP2040_micropython_dma testing out some (stolen) DMA code for RP2040 Micropython. Heavy inspiration and some code from https://iosoft.blog/2021/10/26/

2 Dec 29, 2022
Play music on Raspberry Pi Pico Without CPU involvement

MicroPython_PIO_Music_DMA Play music on Raspberry Pi Pico Without CPU involvement This is based on PIOBeep (https://github.com/benevpi/pico_pio_buzz)

3 Nov 27, 2022
Better support for Nuki devices to the Home Assistant

Another attempt to add a better support for Nuki devices to the Home Assistant Features: Lock interface implementation Uses local webhook from bridge

Konstantin 105 Jan 07, 2023
LT-OCF: Learnable-Time ODE-based Collaborative Filtering, CIKM'21

LT-OCF: Learnable-Time ODE-based Collaborative Filtering Our proposed LT-OCF Our proposed dual co-evolving ODE Setup Python environment for LT-OCF Ins

Jeongwhan Choi 15 Dec 28, 2022
Quasi-static control of the centroid of quadruped robot

Quasi-static control of quadruped robot   This is a demo of the quasi-static controller for the centroid of the quadruped robot. The Quadratic Program

Junwen Cui 21 Dec 12, 2022