Giter Club home page Giter Club logo

fhem-cli's Introduction

Hi, I'm Sebbo. 👋

  • 💼 I'm currently working at @XCNT
  • 🪴 Working on a plant-manager.app in my spare time (still private)
  • 🤖 Likes to tinker with his home automation system

fhem-cli's People

Contributors

dependabot[bot] avatar depfu[bot] avatar sebbo2002 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

fhem-cli's Issues

fhem develop

  • fhem pull
  • watches for file changes
  • runs fhem push on changes without doing a commit

fhem version

  • FHEM Module Versions (installed / available)
  • FHEM CLI Version (installed / available)

Global config

  • saved in ~/.fhem-tool.json
  • list of directories with FHEM-projects to allow fhem usage in other directories
  • option to disable sentry
  • option to disable update checks
  • holds timestamp of last update check

Perl Command Seperator ; get lost

In *.cfg file the following attribute command with inline perl commands ; seperated is defined:
attr SZ.RolladenRechts userReadings pct { my $v = ReadingsVal("SZ.RolladenRechts","state",0);; $v = substr($v,4, 2);; $v = int($v);; return $v }

After fhem push the correct attribute will be generated but only with a single ;
attr SZ.RolladenRechts userReadings pct { my $v = ReadingsVal("SZ.RolladenRechts","state",0); $v = substr($v,4, 2); $v = int($v); return $v }

When using fhem pull the former double ;; will be converted to only a single ; .
These command generate "unknown comand" errors when fhem push

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.