Giter Club home page Giter Club logo

Comments (3)

majkrzak avatar majkrzak commented on July 17, 2024

I've created initial solution. A bit purkish and messy, but may work.
main...majkrzak:esphome-state-machine:master

from esphome-state-machine.

muxa avatar muxa commented on July 17, 2024

Thanks, @majkrzak, for providing a solution. From the first glance it looks quite elegant. Do you have any ideas how conditions has be aded to the diagram output?
I don't have any free time at the moment to integrate this, but when I do I'll look into integrating your change into the codebase.

from esphome-state-machine.

EternityForest avatar EternityForest commented on July 17, 2024

@muxa I have basic Mermaid chart support for conditions: https://github.com/EternityForest/esphome-state-machine/tree/integrate-conditions

Edit: GraphViz DOT also supported now

It's fairly complex and adds a lot of new code, but it tries to produce nice uncluttered diagrams.

Algorithm

Basically what I'm doing is adding (? CONDITION) to the label.

If it's a lambda, I remove the "return" part and the semicolon to save space.

If it is a sensor or number in_range, I take the ID and output something like (? 60.0<component_id<100.0)

If it's something else, then I remove the part before the dot(Unless it is very short), so "binary_sensor.is_on" becomes "is_on", and then add the argument, if it's an ID, So we get something like "is_on fooSensor".

Finally, if it is still too long, you get a (? truncated_text_here[1]), and then the full condition goes in a footnote.

from esphome-state-machine.

Related Issues (14)

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.