All Projects → Scrounger → ioBroker.linkeddevices

Scrounger / ioBroker.linkeddevices

Licence: MIT license
Create linked objects (datapoints) of your devices with a self-defined structure. This makes it possible to create a structure in ioBroker, where all objects are centralized, e.g. to be used in the vis or scripts.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to ioBroker.linkeddevices

ioBroker.ring
Ring Video Doorbell Adapter
Stars: ✭ 25 (+47.06%)
Mutual labels:  iobroker, iobroker-adapter
ioBroker.discovergy
Receive all data of Discovery API into ioBroker to have your energy consumption and delivery monitored
Stars: ✭ 15 (-11.76%)
Mutual labels:  iobroker, iobroker-adapter
ioBroker.lametric
Send notifications and other important information to your LaMetric time
Stars: ✭ 15 (-11.76%)
Mutual labels:  iobroker, iobroker-adapter
ioBroker.telegram
Use Telegram service to communicate with ioBroker
Stars: ✭ 51 (+200%)
Mutual labels:  iobroker, iobroker-adapter
ioBroker.octoprint
ioBroker adapter to manage your 3D printer over ioBroker
Stars: ✭ 31 (+82.35%)
Mutual labels:  iobroker, iobroker-adapter
ioBroker.google-sharedlocations
An ioBroker-adapter for retrieving shared locations from Google
Stars: ✭ 58 (+241.18%)
Mutual labels:  iobroker, iobroker-adapter
ioBroker.smartcontrol
Control devices smarter: by grouping, including triggers like motion, opening window, etc. and set target devices accordingly
Stars: ✭ 20 (+17.65%)
Mutual labels:  iobroker, iobroker-adapter
ioBroker.backitup
Backitup enables the cyclical creation of backups of an IoBroker / Homematic installation
Stars: ✭ 43 (+152.94%)
Mutual labels:  iobroker, iobroker-adapter
ioBroker.tuya
ioBroker adapter to connect to several small and cheap Wifi devices that care connected to the Tuya Cloud and mostly use the Smartlife App/Alexa-Skill
Stars: ✭ 64 (+276.47%)
Mutual labels:  iobroker, iobroker-adapter
ioBroker.gardena
An ioBroker adapter for Gardena Smart System.
Stars: ✭ 12 (-29.41%)
Mutual labels:  iobroker, iobroker-adapter
ioBroker.vw-connect
ioBroker Adapter for VW We connect and Skoda connect
Stars: ✭ 57 (+235.29%)
Mutual labels:  iobroker, iobroker-adapter
ioBroker.meross
ioBroker Adapter to integrate Meross Cloud based devices
Stars: ✭ 22 (+29.41%)
Mutual labels:  iobroker, iobroker-adapter
VWsFriend
VW WeConnect visualization and control
Stars: ✭ 130 (+664.71%)
Mutual labels:  iobroker
ioBroker.sonos
Control and monitor SONOS player from ioBroker
Stars: ✭ 33 (+94.12%)
Mutual labels:  iobroker
ioBroker.heatingcontrol
heating control incl. simple actor handling
Stars: ✭ 43 (+152.94%)
Mutual labels:  iobroker
illogical
A micro conditional javascript engine used to parse the raw logical and comparison expressions, evaluate the expression in the given data context, and provide access to a text form of the given expressions.
Stars: ✭ 16 (-5.88%)
Mutual labels:  logic
ioBroker.daswetter
weather forecast data from DasWetter.com
Stars: ✭ 16 (-5.88%)
Mutual labels:  iobroker
ioBroker.docs
Documentation for ioBroker
Stars: ✭ 53 (+211.76%)
Mutual labels:  iobroker
ioBroker.tankerkoenig
Spritpreis Adapter für ioBroker
Stars: ✭ 29 (+70.59%)
Mutual labels:  iobroker
bloc
A predictable state management library that helps implement the BLoC design pattern
Stars: ✭ 12 (-29.41%)
Mutual labels:  logic

ioBroker.linkeddevices

Number of Installations NPM version Number of Installations Downloads Dependency Status Known Vulnerabilities

NPM

Tests:: Travis-CI

linkeddevices adapter for ioBroker

paypal

linkeddevices creates linked objects (datapoints) of devices with a self-defined structure. This makes it possible to create a structure in ioBroker, where all objects are centralized, e.g. to be used in vis views or scripts. This offers for example the advantage that with hardware exchange, only the linked objects must be recreated and all vis views and scripts works again.

With the adapter you can also convert objects or convert them to other types (not yet fully implemented).

Strukture

This adapter is inspired from virtual devices script by Pman.

Configuration

Changelog

1.5.5 (2022-06-06)

  • (Scrounger) Generate script: Bugfix if varibale starts with number

1.5.4 (2022-06-06)

  • (Scrounger) Generate script: Bugfix if varibale starts with number

1.5.3 (2022-06-06)

  • (Scrounger) Generate script: Bugfix if varibale starts with number
  • (GermanBluefox) Corrected jsonCustom file
  • (marc2016) Added color CIE to color HEX converter

1.5.2 (2022-05-03)

  • (Scrounger) Admin 5 custom dialog layout optimization
  • (Scrounger) Admin 5 custom dialog: sorted autocomplete entries

1.5.1 (2022-04-25)

  • (Scrounger) Version number bug fix
  • (Scrounger) Admin 5 custom dialog integration

1.5.0 (2022-04-25)

  • (Scrounger) Admin 5 custom dialog integration

1.4.3 (2021-03-16)

  • (Scrounger) added option to invert boolean
  • (Scrounger) bug fix for translated object names
  • (Scrounger) show error in settings

1.4.2 (2020-12-29)

  • (Scrounger) bug fix for filtered custom dialog

1.4.1 (2020-12-19)

  • (Scrounger) bug fix custom dialog incompatibilty with other adapters
  • (Scrounger) bug fix for translation load
  • (Scrounger) bug fix for id on custom dialog load

1.4.0 (2020-11-23)

  • (Scrounger) custom settings: button added to generate prefixId from function and room
  • (Scrounger) adapter settings: automatically generate prefixId from function and room
  • (Scrounger) adapter settings: automatically use prefix and optional id as name
  • (Scrounger) bug fixes

1.3.2 (2020-11-21)

  • (Scrounger) moment-duration-format bug fix

1.3.1 (2020-11-21)

  • (Scrounger) bug fix for change event of buttons to use prefix and / or id as name added
  • (Scrounger) option to select javascript instance where script should be created

1.3.0 (2020-11-20)

  • (Scrounger) show name of parent object in custom view
  • (Scrounger) buttons to use prefix and / or id as name added
  • (Scrounger) dependencies updated

1.2.2 (2020-08-23)

  • (Scrounger) moment bug fix

1.2.1 (2020-08-23)

  • (Scrounger) mathjs bug fix

1.2.0 (2020-08-23)

  • (Scrounger) adapter configuration: auto generate globale script - function to get parent id added
  • (Scrounger) dependencies updated

1.1.4

  • (Scrounger) continuous loop after assign to new object bug fixed

1.1.3

  • (Scrounger) bug fix for deleting objects via the setting

1.1.2

  • (Scrounger) bug fix for values from type object

1.1.1

  • (Scrounger) string to number bug fix

1.1.0

  • (Scrounger) option to merge linkedObject on adapter restart added
  • (Scrounger) string to number conversion added
  • (algar42) russian translation corrected

1.0.1

  • (Scrounger) adapter configuration: repair function added
  • (Scrounger) receive system messages added

1.0.0

  • (Scrounger) bug fixes

0.5.6

  • (Scrounger) bug fixes

0.5.5

  • (Scrounger) custom dialog: role change for linked object added
  • (Scrounger) adapter configuration: auto generate globale script - check if object always linked added
  • (SchumyHao, Scrounger) create channel objects for linked Objects
  • (Scrounger) adapter configuration: layout revised, progressbar added
  • (Scrounger) custom dialog: layout revised

0.5.0

  • (Scrounger) custom dialog: suggestion dropdown list added to input fields
  • (Scrounger) adapter configuration: button to remove links added
  • (Scrounger) expert settings: Converter string (readonly) to duration, date and / or datetime added
  • (Scrounger) adapter configuration: layout revised
  • (Scrounger) expert settings number: allow negative values for min / max
  • (Scrounger) adapter configuration: auto generate globale script - optional create setState funtion for readonly objects
  • (Scrounger) adapter configuration: auto generate globale script - now optional recognize also manual created objects
  • (Scrounger) bug fixes

0.4.1

0.4.0

  • (Scrounger) expertsettings for string: convert to boolean
  • (Scrounger) custom settings of linked object: added button to open custom settings of parent object
  • (Scrounger) adapter configuration: auto generate globale script for Javascript Script Engine with variables for all linked Object
  • (Scrounger) Bug fix: native data stored in linked object if available
  • (Scrounger) bug fixes

0.3.2

  • (Scrounger) expertsettings for string: add prefix and suffix to string
  • (Scrounger) expertsettings for number (readonly): convert to duration
  • (Scrounger) expertsettings for number (readonly): convert to date, time or datetime
  • (Scrounger) bug fixes

0.3.0

  • (Scrounger) linked devices overview added to adapter configuration
  • (Scrounger) bug fixes

0.2.1

  • (Scrounger) boolean to string converter added
  • (Scrounger) bug fixes

0.2.0

  • (Scrounger) number to boolean converter added
  • (Scrounger) number expert settings for min, max added
  • (Scrounger) bug fixes

0.1.5

  • (Scrounger) expert settings properties renamed -> you must recreate your expert settings for all parent objects !!!
  • (Scrounger) custom dialog prepared for convert to other type
  • (Scrounger) bug fixes

0.1.0

  • (Scrounger) custom dialog layout changed
  • (Scrounger) conversion bug fixes
  • (Scrounger) change unit bug fixes

0.0.4

  • (Scrounger) main function added
  • (Scrounger) change unit for linked objects
  • (Scrounger) set number of decimal places for linked objects
  • (Scrounger) set conversion for read only linked objects

0.0.1

  • (Scrounger) initial release

License

MIT License

Copyright (c) 2020-2022 Scrounger

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].