From f218d2cda20026db5d3bdacd2df1d58db8198caf Mon Sep 17 00:00:00 2001 From: proddy Date: Thu, 3 Jan 2019 22:37:29 +0100 Subject: [PATCH] added links to Easy/TC100 python examples --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cecb912af..e886b75bd 100644 --- a/README.md +++ b/README.md @@ -378,7 +378,10 @@ Some annoying issues that need fixing: ## Wish List - Measure amount of gas in m3 per day for the hot water vs the central heating, and convert this into cost in Home Assistant -- Support changing temps on an Nefit Easy. To do this you must send XMPP messages directly to the thermostat. See this project: https://github.com/robertklep/nefit-easy-core +- Support changing temperatures on an Nefit Easy. To do this you must send XMPP messages directly to the thermostat. There is already a TCP stack and a Wifi and Telnet server running in the code, so the building blocks are there to extend with another XMPP client. Here are a number of Python based projects that show how to do this: + - https://github.com/patvdleer/nefit-client-python + - https://github.com/marconfus/ha-nefit + - https://github.com/robertklep/nefit-easy-core - Store custom params like wifi credentials, mqtt, thermostat type on ESP8266 using SPIFFS - Add support for a temperature sensor on the circuit (DS18B20)