Control your RIKA stoves over RIKA-Firenet.
- Get Informations like controls, sensors, features from your RIKA stove
- Set controls like on, off, heatingPower...
- You need a RIKA stove with RIKA-Firenet and an account at https://www.rika-firenet.com
- Polling-intervall minimum is 1 minute so you do not appear to be a DOS-Attacker against their websites.
- If working with javascript or blockly, change only 1 control simultaneously, because complete json have to be uploaded after modifying a control value (i'm working on this problem)
- This Adapter was developed for my RIKA PARO, but should also work with other RIKA stoves.
Fill textboxes in Adapter-Config
- Username: (E-Mail for your Rika account)
- Password: (Password for your Rika account)
- Stove-ID: (go to your Rika account and find out)
- Polling-Interval: (min 1 Minute)
https://www.rika-firenet.com/images/status/Visu_Off.svg use if sensors.statusMainState = 1 and sensors.statusSubState = 0 (Stove is off, Ofen ist aus)
https://www.rika-firenet.com/images/status/Visu_Standby.svg use if sensors.statusMainState = 1 and sensors.statusSubState = 1 (Standby, Ofen auf Standby)
https://www.rika-firenet.com/images/status/Visu_Ignition.svg use if sensors.statusMainState = 2 (Ignition, Zündung)
https://www.rika-firenet.com/images/status/Visu_Ignition.svg use if sensors.statusMainState = 3 (Starting, Startphase)
https://www.rika-firenet.com/images/status/Visu_Bake.svg
https://www.rika-firenet.com/images/status/Visu_HeatingUp.svg
https://www.rika-firenet.com/images/status/Visu_Control.svg use if sensors.statusMainState = 4 (Regular Operationmode, Regelbetrieb)
https://www.rika-firenet.com/images/status/Visu_Clean.svg use if sensors.statusMainState = 5 (Cleaning)
https://www.rika-firenet.com/images/status/Visu_BurnOff.svg use if sensors.statusMainState = 6 (Burn Off, Ausbrand)
https://www.rika-firenet.com/images/status/Visu_SpliLog.svg use if sensors.statusMainState = 11, 13, 14, 16, 17 or 50 (Wood-log check, Scheitholzcheck)
https://www.rika-firenet.com/images/status/Visu_SpliLog.svg use if sensors.statusMainState = 20 or 21 (Operation with wood-logs, Scheitholzbetrieb)
- If not logged in log in at Rika WebLogin https://www.rika-firenet.com/web/login
- open https://www.rika-firenet.com/web/stove/[YOURSTOVEID] (use your stoveid instead without brackets)
- View sourcecode of this site (right mouse click - sourcecode)
- Find the sensors.statusMainState and sensors.statusSubState picture-combinations
- If not logged in log in at Rika WebLogin https://www.rika-firenet.com/web/login
- open https://www.rika-firenet.com/api/client/[YOURSTOVEID]/status (use your stoveid instead without brackets)
- setting more than 1 state at the same time with javascript or blockly
- save password encrypted
This adapter would not have been possible without the great work of @xsawa32 (https://github.com/xsawa32), who created pre V1.x.x releases of this adapter.
- (dev2dev) Fixed setting values to stove & extended logging
- (dev2dev) Changed cookie management
- (dev2dev) Changed http-requests from request to axios
- (dev2dev) Added cookie management for recurring requests
- (mcm1957) BREAKING: password is stored encrypted now, please reenter once.
- (mcm1957) AdminUI has been migrated to jsonConfig to meet responsive design guide.
- (mcm1957) Adapter requires node.js 20, js-controller 6 and and admin 6 now.
- (mcm1957) Adapter has been move to iobroker-community-adapters organization
- (mcm1957) Dependencies have been updated
- (xsawa32) switched back to request instead of axios with axios-cookiejar-support, because of missing dependencies in axios.package.json
- (xsawa32) changed create device and objects in main.js
MIT License
Copyright (c) 2024-2025, iobroker-community-adapters [email protected]
Copyright (c) 2020 Andreas Wass
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.