Cannot move my Rollerblinds HM-LC-Bl1PBU-FM

Hi,

I´ve just installed an HM-LC-Bl1PBU-FM to my Homegear setup. I can actually use the switch by hitting the switch in the wall and it´s working quite nice. If I try to change the Parameter Level with openhab to closed or open it does not do anything. It looks like homegear recognize the changes of the shutter. So I guess I´ve got a problem inside my openhab configuration.

Could you give me a hint how I can test the Shutter open/close function with just homegear. I guess I can do it with php. But no success up to now.

Hope you can help,
Patrick

Hello Patrick,

if you send me the Homegear log, I can probably tell you, what’s wrong :wink:. My guess is, the variable type doesn’t match. The variable to set is “LEVEL” and the value needs to be of type float between 0.0 and 1.0.
Of course you can test it with Homegear. Open “/var/lib/homegear/scripts/Test.php” and insert this before the “?>”:

print_r($Client->send("setValue", array("SERIALNUMBER:1", "LEVEL", 1.0)));
sleep(10);
print_r($Client->send("setValue", array("SERIALNUMBER:1", "LEVEL", 0.0)));

Then execute the script with “/var/lib/homegear/scripts/Test.php”.

Cheers,

Sathya

Hi Sathya,

thanks for the fast reply. I´ve tested your php solution and it does not do anything with my blinds. I pass the value as float and it looks good. The log file prints the following:

01/11/15 13:57:31.640 RPC Server (Port 2001): Info: Connection from 127.0.0.1:56257 accepted. Client number: 6385
01/11/15 13:57:31.643 RPC Server (Port 2001): Info: Client number 6385 is calling RPC method: setValue Parameters:
(String) SERIALNUMBER:############
(String) LEVEL
(Float) 1
01/11/15 13:57:31.649 Error in file Libraries/RPC/RPCMethods.cpp line 3130 in function virtual std::shared_ptr<BaseLib::RPC::Variable> RPC::RPCSetValue::invoke(std::shared_ptr<std::vector<std::shared_ptr<BaseLib::RPC::Variable> > >): stoll
01/11/15 13:57:31.652 RPC Server (Port 2001): Info: Connection to client number 6385 closed.
01/11/15 13:57:41.668 RPC Server (Port 2001): Info: Connection from 127.0.0.1:56258 accepted. Client number: 6386
01/11/15 13:57:41.670 RPC Server (Port 2001): Info: Client number 6386 is calling RPC method: setValue Parameters:
(String) SERIALNUMBER:###########
(String) LEVEL
(Float) 0
01/11/15 13:57:41.671 Error in file Libraries/RPC/RPCMethods.cpp line 3130 in function virtual std::shared_ptr<BaseLib::RPC::Variable> RPC::RPCSetValue::invoke(std::shared_ptr<std::vector<std::shared_ptr<BaseLib::RPC::Variable> > >): stoll
01/11/15 13:57:41.677 RPC Server (Port 2001): Info: Connection to client number 6386 closed.
01/11/15 13:58:19.325 RPC Server (Port 2001): Info: Connection from 127.0.0.1:56259 accepted. Client number: 6387
01/11/15 13:58:19.327 RPC Server (Port 2001): Info: Client number 6387 is calling RPC method: setValue Parameters:
(String) ##########:1
(String) LEVEL
(Float) 1

So it looks like it´s throwing an error

01/11/15 13:57:31.649 Error in file Libraries/RPC/RPCMethods.cpp line 3130 in function virtual std::shared_ptr<BaseLib::RPC::Variable> RPC::RPCSetValue::invoke(std::shared_ptr<std::vector<std::shared_ptr<BaseLib::RPC::Variable> > >): stoll

Thanks in advance :wink:

Patrick

The error is thrown, because you entered “############” as channel. Did you replace “SERIALNUMBER” with the serial number of your blind? Keep the channel as it is set to “1”.

Oh Sorry… was the wrong excerpt of the log file.

Content of my error log

01/11/15 13:58:19.959 Module HomeMatic BidCoS: LAN-Konfigurationsadapter "HM-AIRNETN": Info: No response to packet after 3 tries: 0C01A011FD14922E20C40201C8
01/11/15 13:58:22.104 Module HomeMatic BidCoS: LAN-Konfigurationsadapter "HM-AIRNETN": Info: No response to packet after 3 tries: 0C01A011FD14922E20C40201C8
01/11/15 13:58:24.248 Module HomeMatic BidCoS: LAN-Konfigurationsadapter "HM-AIRNETN": Info: No response to packet after 3 tries: 0C01A011FD14922E20C40201C8
01/11/15 13:58:30.424 Module HomeMatic BidCoS: LAN-Konfigurationsadapter "HM-AIRNETN": Info: No response to packet after 3 tries: 0C02A011FD14922E20C4020100
01/11/15 13:58:50.523 Module HomeMatic BidCoS: LAN-Konfigurationsadapter "HM-AIRNETN": Info: No response to packet after 3 tries: 0C03A011FD14922E20C40201C8
01/11/15 13:59:17.439 Module HomeMatic BidCoS: LAN-Konfigurationsadapter "HM-AIRNETN": Info: No response to packet after 3 tries: 0C04A011FD14922E20C4020100
01/11/15 13:59:56.228 Module HomeMatic BidCoS: LAN-Konfigurationsadapter "HM-AIRNETN": Info: No response to packet after 3 tries: 0C05A011FD14922E20C40201C8
01/11/15 14:00:06.246 Module HomeMatic BidCoS: LAN-Konfigurationsadapter "HM-AIRNETN": Info: No response to packet after 3 tries: 0C06A011FD14922E20C4020100
01/11/15 14:08:25.001 Module HomeMatic BidCoS: LAN-Konfigurationsadapter "HM-AIRNETN": Info: No response to packet after 3 tries: 0C06A011FD14922E20C4020100
01/11/15 14:18:25.851 Module HomeMatic BidCoS: LAN-Konfigurationsadapter "HM-AIRNETN": Info: No response to packet after 3 tries: 0C06A011FD14922E20C4020100
01/11/15 14:28:19.276 Module HomeMatic BidCoS: LAN-Konfigurationsadapter "HM-AIRNETN": Info: No response to packet after 3 tries: 0C09A011FD14922E20C40201C8
01/11/15 14:28:26.669 Module HomeMatic BidCoS: LAN-Konfigurationsadapter "HM-AIRNETN": Info: No response to packet after 3 tries: 0C09A011FD14922E20C40201C8
01/11/15 14:27:34.618 Info: Calling XML RPC method system.multicall on server binary://192.168.177.33 and port 9123.
01/11/15 14:27:34.618 Info: Connecting to host 192.168.177.33 on port 9123...
01/11/15 14:27:34.620 Info: Connected to host 192.168.177.33 on port 9123. Client number is: 6550
01/11/15 14:27:34.623 Info: Calling XML RPC method system.multicall on server binary://192.168.177.33 and port 9123.
01/11/15 14:27:34.624 Info: Connecting to host 192.168.177.33 on port 9123...
01/11/15 14:27:34.625 Info: Connected to host 192.168.177.33 on port 9123. Client number is: 6551
01/11/15 14:28:18.653 RPC Server (Port 2001): Info: Connection from 127.0.0.1:56424 accepted. Client number: 6552
01/11/15 14:28:18.656 RPC Server (Port 2001): Info: Client number 6552 is calling RPC method: setValue Parameters:
(String) LEQ0767###:1
(String) LEVEL
(Float) 1
01/11/15 14:28:18.662 Module HomeMatic BidCoS: LAN-Konfigurationsadapter "HM-AIRNETN": Info: Sending (HM-AIRNETN): 0C09A011FD14922E20C40201C8

I´ve just masked the serial here, I do not want to post it on a public forum…

Patrick

The blind doesn’t respond to the packets.

Try to restart your HM-CFG-LAN first. Then see if it works. If not, factory reset your blind actuator and repair it to Homegear. After that it should work :wink:.

That´s it… now it´s running…

Thank you

Great :slight_smile:. Did you need to pair it again or was it enough to restart the HM-CFG-LAN?

Can’t tell. I’ve resetted to factor defaults, paired it again. But that was still not working. After a restarted I paired again and Thema everything was fine.

Gesendet von meinem iPhone mit Tapatalk