Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drozmotix/iobroker.wlanthermo-nano
WLANThermo Nano, the digital advantage for your barbecue sport
https://github.com/drozmotix/iobroker.wlanthermo-nano
household iobroker-adapter
Last synced: 30 days ago
JSON representation
WLANThermo Nano, the digital advantage for your barbecue sport
- Host: GitHub
- URL: https://github.com/drozmotix/iobroker.wlanthermo-nano
- Owner: DrozmotiX
- License: mit
- Created: 2019-08-15T06:49:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T03:52:39.000Z (about 2 months ago)
- Last Synced: 2024-11-13T02:03:16.005Z (about 1 month ago)
- Topics: household, iobroker-adapter
- Language: TypeScript
- Size: 2.28 MB
- Stars: 3
- Watchers: 5
- Forks: 4
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![Logo](admin/wlanthermo-nano.png)
# ioBroker.wlanthermo-nano[![NPM version](https://img.shields.io/npm/v/iobroker.wlanthermo-nano.svg)](https://www.npmjs.com/package/iobroker.wlanthermo-nano)
[![Downloads](https://img.shields.io/npm/dm/iobroker.wlanthermo-nano.svg)](https://www.npmjs.com/package/iobroker.wlanthermo-nano)
![Number of Installations](https://iobroker.live/badges/wlanthermo-nano-installed.svg)
![Current version in stable repository](https://iobroker.live/badges/wlanthermo-nano-stable.svg)
[![Dependency Status](https://img.shields.io/david/DrozmotiX/iobroker.wlanthermo-nano.svg)](https://david-dm.org/DrozmotiX/iobroker.wlanthermo-nano)[![NPM](https://nodei.co/npm/iobroker.wlanthermo-nano.png?downloads=true)](https://nodei.co/npm/iobroker.wlanthermo-nano/)
**Tests:** ![Test and Release](https://github.com/DrozmotiX/iobroker.wlanthermo-nano/workflows/Test%20and%20Release/badge.svg)
## wlanthermo-nano adapter for ioBroker
[WLANThermo Nano](https://github.com/WLANThermo-nano/WLANThermo_nano_Software/wiki "WLANThermo Nano"), the digital advantage for your barbecue sport
## Configuration
The adapter can be installed and configured within the admin interface.
Please enter IP-address, username and password in the instance configuration.## To-Do
* [ ] Implement auto device detect
* [ ] Optimize pitmaster settings, make states only writable in related modus otherwise read only## Join the Discord server to discuss everything about ioBroker-WlanThermo integration!
## Support me
If you like my work, please feel free to provide a personal donation
(this is an personal Donate link for DutchmanNL, no relation to the ioBroker Project !)
[![Donate](https://raw.githubusercontent.com/DrozmotiX/ioBroker.wled/master/admin/button.png)](http://paypal.me/DutchmanNL)## Changelog
### 0.2.1 (2022-06-08) - Initialization error for Nano V1 solved
* (DutchmanNL) Initialization error for Nano V1 solved
* (DutchmanNL) Error logging and reporting improved### 0.2.0 (2022-06-04) - PitMaster Control & ESP32 support
* (DutchmanNL) Support multiple devices
* (DutchmanNL) Refactor code to TypeScript
* (DutchmanNL) Error/debug logging Improved
* (DutchmanNL) Added data points for features
* (DutchmanNL) Test & Release workflow updated
* (DutchmanNL) Added indicator for connection status
* (DutchmanNL) Reconnecting to offline devices improved
* (DutchmanNL) Allow alarm to be activated / disabled #6
* (DutchmanNL) Allow control of pitmaster & system settings
* (DutchmanNL) Ensure support of all WLANThermo-Nano Devices
* (DutchmanNL) Implemented dropdown menu for Pitmaster to select available profiles
* (DutchmanNL) Added data points for PID profiles including capability to change profile settings### 0.1.2
* (DutchmanNL) Support multiple devices### 0.1.1
* (DutchmanNL) Code optimisation
* (DutchmanNL) Implement state_attr.js to handle state options outside of source code
* (DutchmanNL) Optimised state creation in 1 function
* (DutchmanNL) Small cleanups### 0.1.0
* (DutchmanNL) remove color settngs from pitmaster### 0.0.9
* (DutchmanNL) optimize pid profile setting### 0.0.8
* (DutchmanNL) fix post command for pitmaster### 0.0.7
* (DutchmanNL) State unit fixes
* (DutchmanNL) start integration of pidmaster
* (DutchmanNL) rename type to modus for pitmaster### 0.0.6
* (DutchmanNL) make type and alarm selectable with dropdown### 0.0.5
* (DutchmanNL) add capability to change sensors### 0.0.4
* (DutchmanNL) Fix issue with password set
* (DutchmanNL) Implemented new states for config (reboot/update/checkupdate)
* (DutchmanNL) Change configuration (way of ip-adress, also dyndns now supported)### 0.0.3
* (DutchmanNL) implement secure storage of login credentials (required to enable setting changes later)### 0.0.2
* (DutchmanNL) initial release## License
MIT LicenseCopyright (c) 2019 DutchmanNL
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.