iobroker.bayernluft

1.2.2 • Public • Published

Logo

ioBroker.bayernluft

NPM version Downloads Number of Installations Current version in stable repository

NPM

Tests: Test and Release

BayernLuft Adapter for ioBroker

Connects BayernLuft into IoBroker

What needs to be done?

To use this adapter, you need to change the export template of the device Be sure to follow the steps below

How to change the Template?

  1. Go to the Interface of your Device
  2. Click on the Settings Gear to head to the Settings
  3. Scroll Down until you see the Expert Mode
  4. Delete the file 'export.txt' (Be sure to backup it before you continue)
  5. Create a new file on your Desktop called 'export.txt' (Be sure it is an Text File)
  6. Open the file and paste this into it.
{
    "data": {
        "date": "~Date~",
        "time": "~Time~",
        "name": "~DeviceName~",
        "mac": "~MAC~",
        "local_IP": "~LocalIP~",
        "rssi": "~RSSI~",
        "fw_MainController": "~FW_MainController~",
        "fw_WiFi": "~FW_WiFi~"
    },
    "parameter": {
        "temperature_In": "~Temp_In~",
        "temperature_Out": "~Temp_Out~",
        "temperature_Fresh": "~Temp_Fresh~",
        "rel_Humidity_In": "~rel_Humidity_In~",
        "rel_Humidity_Out": "~rel_Humidity_Out~",
        "abs_Humidity_In": "~abs_Humidity_In~",
        "abs_Humidity_Out": "~abs_Humidity_Out~",
        "efficiency": "~Efficiency~",
        "humidity_Transport": "~Humidity_Transport~"
    },
    "states": {
        "speed_In": "~Speed_In~",
        "speed_Out": "~Speed_Out~",
        "antiFreeze": "~Speed_AntiFreeze~",
        "SystemOn": "~_SystemOn~",
        "AntiFreeze": "~_FrostschutzAktiv~",
        "Fixed_Speed": "~_Frozen~",
        "Defrosting": "~_AbtauMode~",
        "Landlord_Mode": "~_VermieterMode~",
        "Cross_Ventilation": "~_QuerlueftungAktiv~",
        "Timer_active": "~_MaxMode~"
    }
}
  1. Save the file and head back on the Devices Interface and upload the new 'export.txt' file.
  2. Your Done

Changelog

1.2.2 (2022-11-04)

  • Updated Rest of Old Repo Name

1.2.1 (2022-11-04)

  • Updated Repo Name

1.2.0 (2022-11-03)

  • Removed unused packages
  • Fixed Double Requests on Startup
  • Fixed the Connection Bug

1.1.2 (2022-10-31)

  • Updated README

1.1.1 (2022-10-31)

  • Interval Hotfix

1.1.0 (2022-10-31)

  • Added Update Interval

1.0.2 (2022-10-31)

  • Fixed Node-Fetch Import

1.0.1 (2022-10-31)

  • Small Fixes for Repo

1.0.0 (2022-10-31)

  • Initial Release (Test Release)

License

MIT License

Copyright (c) 2022 Marco15453 support@marco15453.xyz

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.

Package Sidebar

Install

npm i iobroker.bayernluft

Weekly Downloads

1

Version

1.2.2

License

MIT

Unpacked Size

89.1 kB

Total Files

18

Last publish

Collaborators

  • bluefox
  • marco15453