Giter VIP home page Giter VIP logo

Comments (12)

furyfire avatar furyfire commented on May 25, 2024

During config mode there should be a way to fetch homie version, firmware name and firmware version.
The web interface does not currently have any means of reading out this data.

from homie-esp8266.

marvinroger avatar marvinroger commented on May 25, 2024

Good point. What about a GET /info endpoint? Maybe /device-info? The latter sounds cooler.

from homie-esp8266.

marvinroger avatar marvinroger commented on May 25, 2024

The nodes might also be exposed, like so:

{
  "homie_version": "1.0.0",
  "firmware": {
    "name": "awesome-light",
    "version": "1.0.0"
  },
  "nodes": [
    {
      "id": "light",
      "type": "light"
    }
  ]
}

from homie-esp8266.

marvinroger avatar marvinroger commented on May 25, 2024

@furyfire , latest git rev exposes a GET /device-info that responds the above json plus a device_id property. Anything else?

from homie-esp8266.

furyfire avatar furyfire commented on May 25, 2024

Amazing work!
I'll be back at my desk with a nodemcu kit tomorrow afternoon to test it all!

from homie-esp8266.

marvinroger avatar marvinroger commented on May 25, 2024

@furyfire @enavarro222 Guys, I've been using it in my home for weeks without interruption, and so far everything is good. I am definitely going to bump it to 1.0.0, but if you are using it, did you encounter any stability issues?

from homie-esp8266.

furyfire avatar furyfire commented on May 25, 2024

All good for me. The only issues I have are with SSL since I still use arduino esp8266 2.0

Anyone else using platformio?

from homie-esp8266.

marvinroger avatar marvinroger commented on May 25, 2024

You can use 2.1.0, it is released on the stable channel now, as you wanted!

I am not at this time, but the library is available on pio.

from homie-esp8266.

marvinroger avatar marvinroger commented on May 25, 2024

And 2.1.0 is available on pio

from homie-esp8266.

enavarro222 avatar enavarro222 commented on May 25, 2024

I got a working firmware for a NeoPixel based esp8266 lamp for two weeks... But it's still on my shelve, I got no time to finish it (hardware staff) and install it "in prod". So no real test for now.

However everything seems nice. I use events with a custom Homie status notification, just work's fine. I just notice a limitation with MQTT msg size, but that's an issue with PubSubClient not Homie. No time to investigate it further for now...

from homie-esp8266.

furyfire avatar furyfire commented on May 25, 2024

Can confirm SSL is working as of esp8266-Arduino 2.1.0 👍

from homie-esp8266.

marvinroger avatar marvinroger commented on May 25, 2024

Great! v1.0.0 on its way!

from homie-esp8266.

Related Issues (20)

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.