{ "info": { "author": "Philipp Danner", "author_email": "philipp@danner-web.de", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# KEBA KeContact\n\nThis is python library to control KEBA charging stations, in specific the P20, P30 and the BMW wallbox.\nCommands were taken from the [UDP Programming Manual](https://www.keba.com/web/downloads/e-mobility/KeContact_P20_P30_UDP_ProgrGuide_en.pdf).\nThe library was written for the usage in [Home Assistant](https://www.home-assistant.io/).\n\n## Commands\nThe following commands are implemented so far:\n\n### request_data\n\n### set_failsafe\nThe failsafe function is a way to detect a failure of the network communication between the UDP application and the charging station.\nIn this case, the charging station will fall into a state with a definable current limitation.\nBy default, the failsafe function is disabled and must be enabled by the application.\n\nParameters:\n- timeout in seconds (default = 30 s)\n- fallback_value in ampere (default = 6 A) \n- persist (default = 0)\n\n### set_energy\nThe command setenergy can be used to set an energy limit for an already running or the next charging session.\nIf the energy limit is greater than or equal to the value in the E pres field of report 3 the charging session will be stopped and the device will be deactivated (similar to ena 0).\nAll settings caused by setenergy are not permanent and are reset at the next time the device registers that the EV plug is pulled from a vehicle inlet or the charging station is restarted.\n\nParameters:\n- energy in kWh (default = 0 kWh)\n\n### set_current\nThis command sets the current limit of the running charging process.\n\nParameters:\n- current in ampere (default = 0 A)\n\n### start\nThis command authorizes a charging process with the given RFID tag and RFID class.\n\nParameters:\n- rfid tag as 8 byte hex string, identifier of RFID card\n- rfid class as 10 byte hex string, classifier of RFID card \n\n### stop\nThis command stops a charging process with the given RFID tag.\n\nParameters:\n- rfid tag as 8 byte hex string, identifier of RFID card\n\n### enable\nThe enable command can be used to permanently disable the system by using the parameter 0.\nAfter receiving ena 0 the device will be disabled until it is rebooted or ena 1 or currtime are used.\nThe execution of ena 0 will take approximately 1 second.\nIf ena 0 is used, then no other command should be sent for 2 seconds to ensure an undisturbed execution of the disable command.\n\nParameters:\n- ena in [0,1]\n\n### unlock_socket\n(not tested yet)\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dannerph/keba-kecontact", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "keba-kecontact", "package_url": "https://pypi.org/project/keba-kecontact/", "platform": "", "project_url": "https://pypi.org/project/keba-kecontact/", "project_urls": { "Homepage": "https://github.com/dannerph/keba-kecontact" }, "release_url": "https://pypi.org/project/keba-kecontact/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "A python library to communicate with the KEBA charging stations via udp", "version": "0.2.0" }, "last_serial": 5563926, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "20c055845a657651a25c4d4858be29a3", "sha256": "140e13089c45d5f031c8afc56b97a707714dd8e4a4cd932c4586331e7ff77d90" }, "downloads": -1, "filename": "keba_kecontact-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "20c055845a657651a25c4d4858be29a3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8852, "upload_time": "2019-07-21T17:17:50", "url": "https://files.pythonhosted.org/packages/b8/b8/1f6cb80544209a542c28127201291d85d1e5108a3a80f20d245c9a9f2e11/keba_kecontact-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fae23dbed5b2dfe706d6161340af6da3", "sha256": "9185534941a1d3be3e0c2ff64bf023d6c3909046b961781e6c417861e9ff7d48" }, "downloads": -1, "filename": "keba_kecontact-0.2.0.tar.gz", "has_sig": false, "md5_digest": "fae23dbed5b2dfe706d6161340af6da3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5263, "upload_time": "2019-07-21T17:17:52", "url": "https://files.pythonhosted.org/packages/17/ac/3e0168ec8e6d3cb9b0a3ec70226310233236ac18b967e25de81d7639b0da/keba_kecontact-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "20c055845a657651a25c4d4858be29a3", "sha256": "140e13089c45d5f031c8afc56b97a707714dd8e4a4cd932c4586331e7ff77d90" }, "downloads": -1, "filename": "keba_kecontact-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "20c055845a657651a25c4d4858be29a3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8852, "upload_time": "2019-07-21T17:17:50", "url": "https://files.pythonhosted.org/packages/b8/b8/1f6cb80544209a542c28127201291d85d1e5108a3a80f20d245c9a9f2e11/keba_kecontact-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fae23dbed5b2dfe706d6161340af6da3", "sha256": "9185534941a1d3be3e0c2ff64bf023d6c3909046b961781e6c417861e9ff7d48" }, "downloads": -1, "filename": "keba_kecontact-0.2.0.tar.gz", "has_sig": false, "md5_digest": "fae23dbed5b2dfe706d6161340af6da3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5263, "upload_time": "2019-07-21T17:17:52", "url": "https://files.pythonhosted.org/packages/17/ac/3e0168ec8e6d3cb9b0a3ec70226310233236ac18b967e25de81d7639b0da/keba_kecontact-0.2.0.tar.gz" } ] }