hahn-th
hahn-th
Hi, are you using Home-Assitant? Please follow these instructions and upload your file here. https://www.home-assistant.io/integrations/homematicip_cloud/#what-to-do-if-a-device-is-missing-in-home-assistant
Can you please add a json or txt file?
I added the device into the Branch ELV-SH-BS2 (https://github.com/hahn-th/homematicip-rest-api/tree/ELV-SH-BS2) Can you please get this branch and try to access the switch with the hmip_cli.py file? You need to specifiy the...
You need python installed. You find it here: https://www.python.org/ Search for a howto on to run python from command line. Download this zip: https://github.com/hahn-th/homematicip-rest-api/archive/refs/heads/ELV-SH-BS2.zip Unzip it Open Commandline and change...
Is this still a problem?
Do you have more devices active in homematic-ip integration? Are they working properly?
You could download this lib directly and try to turn on and off via the CLI (hmip_cli.py). Let me know, if i can help you. Maybe via discord if you...
with --list-devices you can list all your devices. copy the ID 37000000.... python hmip_cli.py **-d YOUR_ID --turn-on** i think. Give it a try :)
you can find it out: 1. dump your configuration with cli parameter --dump-configuration 2. find your device inside the output 3. search for functionalChannel "SWITCH_CHANNEL". There you have the index....
are these really your ids? mine are looking quite different with 24 digits. you can use the param --debug-level 10 to get informations about whats going on. post it here...