Giter Club home page Giter Club logo

pimatic-zwave-usb's Introduction

Hi there! I'm a front-end dev and YouTube personality with a love for all things tech, especially AI and other futuristic stuff. When I'm not busy making the web a better place, you can find me geeking out over the latest gadgets or trying to teach my computer to do my job for me.

pimatic-zwave-usb's People

Contributors

redxeagle avatar ruegr avatar sweebee avatar timvdv avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

pimatic-zwave-usb's Issues

option to configure z-wave devices

Some z-wave device can be configured. There exists special configuration options for example polling/wake up time. display settings etc.

Here it would be fine if we could find a way to configure a device via the pimatic FE.
Currently, I have myself no idea how to do this. So one option could be that configurations could happen at startup and stored inside the config document. also it would be possible to read out the current configuration setttings and find some controls to change them as well.

Eurotronic - Spirit device is not supported

Currently, I think this is one of the best thermostat devices on the market. But OpenZwave has some troubles with it. See this issue here: OpenZWave/open-zwave#1340

I am currently on it to test this device with the unstable version of OpenZWave.

The Spirit seems to be much better than the Danfoss device because with this device its possible to get feedback also for the measured temperature.

Only setting of temperature is not supported yet. :) Because of this OpenZwave issue themselves.

Hopefully, this is fixed as soon as possible.

Discussion about the valve Point

Because the Danfoss doesnt support the valve as response you used the 40 as 100 percent and calculate this from the current wanted temperature.

The danfoss max temperature point is 28. Should this lowered to 28?

from:

  •        @_setValve(parseInt(data.value) / 40 * 100) #40 == 100%
    

to:

  •        @_setValve(parseInt(data.value) / 28 * 100) #40 == 100%
    

NeoCoolCam power plug support

Good day all, and especially Tim,
Thanks for all you commitment and the good working plug in.
I've a couple of NeoCoolCam Power Plugs which are not (fully) supported by the current code.

With the help of both the powerplug and window sensor devices I've been able the make a device that fully supports these power plugs.
It reads Current, Voltage, Power, Energy and state, and it can switch the plug on and off.
I would like the share the code so you can incorporate it in the plugin files.
(and clean up as nesesarry).

What is the correct way to upload rhe code?

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.