Code Monkey home page Code Monkey logo

hcc-esp8266's Introduction

Home Climate Control ESP8266 based edge device firmware

Status

Suspended until further notice, reason being: ESPHome provides overwhelmingly more functionality for ESP8266 platform, and is easily integrated (see DZ to ESPHome Integration).

It's possible that it will be reanimated at some point, there a few things ESPHome cannot do with required by DZ level of finesse.

Development hardware

  • The board: Adafruit Feather HUZZAH with ESP8266, reason being - it features 1S LiPo battery connector and charger. Given the fact that the devices being developed will be most likely remote and wireless, this is a serious advantage. YMMV.
  • Temperature sensors: Maxim DS18B20. Cheap as dirt, digital, noise free, and reliable.

What's next?

  • You might want to explore the Home Climate Control project, for which these edge devices were intended in the first place.
  • hcc-esp32 - basically, hcc-esp8266++ on ESP32 hardware. This project is on the long term roadmap and will not get axed anytime soon, it will provide functionality ESPHome doesn't.

hcc-esp8266's People

Contributors

climategadgets avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

hcc-esp8266's Issues

IZOKEE D1 Mini fails to connect (rc=-2)

  • Action taken: the application code is flashed onto IZOKEE D1 Mini, and serial console is monitored.
  • Expected result: the chip boots, finds 1-Wire devices, connects to WiFi, connects to MQTT broker, and starts sending samples.
  • Actual result: the chip boots, finds 1-Wire devices, connects to WiFi, and fails to connect to MQTT broker, looping with failed, rc=-2 try again in 5 seconds.

1-Wire address printout incorrect

1-Wire device address is printed in reverse order (MSB instead of LSB).

IMPORTANT: When this bug is fixed, configurations created at MQTT subscribers will stop working because device address reported will be different.

Identify 1-Wire devices

As an MQTT message consumer, I would like to know which hardware issued the sample, so that I could identify what kind of a sample it is (temperature, humidity, etc.)

Acceptance criteria: MQTT message contains the identifier of the device that provided this particular sample.

Print enhanced WiFi connection information

#3 demonstrated that there may be non-obvious pitfalls, so it would be nice if the firmware logged not only the IP address, but also all DHCP parameters that it's getting (subnet mask, gateway, and DNS servers off the top of my head), so that possible problems could be easier troubleshooted.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.