New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

iobroker.fritzdect

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iobroker.fritzdect

ioBroker fritzbox DECT Adapter

  • 0.0.14
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
421
increased by42.23%
Maintainers
1
Weekly downloads
 
Created
Source

Logo

ioBroker.fritzdect

NPM version Downloads Build Status

NPM

Fritzbox DECT adapter for ioBroker

Installation:

released version on npm with

 npm install iobroker.fritzdect

or the actual version from github with

npm install https://github.com/foxthefox/ioBroker.fritzdect/tarball/master --production

Setup

IP-address and password of Fritzbox should be defined in io-package.json or via admin page, before the first start of the instance.

The devices are detected automatically during startup of fritzdect instance.

the widget requires that also vis-metro and vis-jqui-mfd are installed

objects

ObjectValuesettableDescription
DECT200.statebooleanxtrue/false -> ON/OFF
DECT200.modestring-manual, auto
DECT200.locknumber-0,1
DECT200.presentboolean-true/false -> connected/not available
DECT200.tempvalue-actual temperature in °C
DECT200.powervalue-actual power in W
DECT200.voltagevalue-actual voltage in V
DECT200.energyvalue-actual energy consumption in Wh
DECT200.nametext-name of device
COMET.tempvalue-actual temperature in °C
COMET.targettempvaluextarget temperature in °C
COMET.comfytempvalue-comfort temperature in °C
COMET.nighttempvalue-night temperature in °C
COMET.batteryvalue-actual capacity in %
COMET.modenumberx0=AUTO/1=OFF/2=ON state of thermostat
COMET.lasttargetvalue-last target temperature in °C
COMET.nametext-name of device
DECT100.presentboolean-true/false -> connected/not available
DECT100.tempvalue-actual temperature in °C
DECT100.nametext-name of device
Contact.presentboolean-true/false -> connected/not available
Contact.nametext-name of device
Contact.stateboolean-true/false -> ON/OFF
GuestWLAN.statebooleanxtrue/false -> ON/OFF

Known Issues:

Sometimes the setting of a command for switch or targetTemp does not work. Seems a combination of certain FW and fritzBox model.

TODO:

  • contact bitmask=8208 / DECT100 bitmask=1280 may be not universal enough
  • create objects according transmitted data
  • include groups if feasable

Changelog

0.0.14

  • correction of temp offset influence

0.0.13

  • DECT200 voltage new object
  • DECT200 mode/lock value polling
  • Comet mode as number and not array
  • ADMIN v3

0.0.12

  • changed state to mode AUTO/OFF/ON for thermostat (including datapoint lasttarget when going back to AUTO)
  • added name state for thermostat
  • DECT100 temperature reading
  • Contact reading

0.0.11

  • added state OFF/ON for thermostat

0.0.10

  • change to object oriented interface
  • getOSversion when starting for log

0.0.9

  • values '1' accepted for ON
  • values '0' accepted for OFF

0.0.8

  • messages info-> debug
  • values 1/true/on/ON accepted for ON
  • values 0/false/off/OFF accepted for OFF

0.0.7

  • current temp of Comet/DECT300
  • cyclic polling GuestWLAN

0.0.6

  • correction targettemp in DECT200 section

0.0.5

  • setTemp on COMET
  • GuestWlan corrected

0.0.4

  • cyclic status polling

0.0.3

  • user now configurable

0.0.2

  • metro widget for Dect200
  • smartfritz-promise->fritzapi
  • running version, tested with 1x DECT200 and Fritzbox FW=6.51 on Win10 with 4.5.0 and raspberry 4.7.0

0.0.1

  • running version, tested with 1x DECT200 and Fritzbox FW=6.30

Keywords

FAQs

Package last updated on 14 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc