Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HmIP-BROLL-2 was not seen in the device list #582

Open
julmer46 opened this issue Oct 21, 2023 · 6 comments
Open

HmIP-BROLL-2 was not seen in the device list #582

julmer46 opened this issue Oct 21, 2023 · 6 comments

Comments

@julmer46
Copy link

Hello,

the Homematic IP device was not seen in the list from the homematic Node. The HmIP-BROLL works.

@tubit
Copy link

tubit commented Nov 28, 2023

Was there any solution to this? I just got a new HmIP-BROLL-2 and it is also not available in RedMatic. HmIP-BROLL however Works.

@DamianosS
Copy link

I don’t know. I switched to Shelly PM 2.5

@ptweety
Copy link

ptweety commented Nov 28, 2023

Since HmIP-BROLL-2 is (from its features) identical to HmIP-BROLL you can just copy the integration code and reuse it. ssh into your machine, navigate to the correct folder and include a new hmip-broll-2.js:

cd /usr/local/addons/redmatic/lib/node_modules/redmatic-homekit/homematic-devices
echo "module.exports = require('./hmip-broll');" > hmip-broll-2.js

@tubit
Copy link

tubit commented Nov 28, 2023

Thanks @ptweety, I tried this already but without success.

After doing so, the device is listet in redmatic-homekit-homematic-devices, but no Channels are visible or available. :-/ Nothing in debug log for this.

@ptweety
Copy link

ptweety commented Nov 28, 2023

Ok, then let's check same facts:

  • have you restarted NodeRed after the change?
  • have you checked the NodeRed logs. In particular those after startup (please show them)
  • have you checked, that both devices (HmIP-BROLL & HmIP-BROLL-2) have the exact same channels (incl. numbers and ordering) in the ccu?

@tubit
Copy link

tubit commented Nov 29, 2023

Thanks for taking the time @ptweety, finally it worked. :)

Somehow after redoing this once more and also rebooting the whole raspberrymatic, it worked. Maybe just reloading / restarting nodeRed was not enough?

Bildschirmfoto 2023-11-29 um 13 59 27 Bildschirmfoto 2023-11-29 um 13 59 33

The only difference I can Spot now is, that for BROLL-2 the channel is set to ":4" automatically but for the BROLL I have to set it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants