[SOLVED] Zwave Inverted RollerShutter

Hello,

I try to change my Things in inverted mode.
If I do in PaperUi ok but I want to do in things files.
I find post but for me it’s does not work :frowning:

Where is my mistake ?
Thx

Bridge zwave:serial_zstick:aec5d933 				"ZWave Controller" 				[port="/dev/ttyACM0", controller_softreset="false", controller_master="true", controller_inclusiontimeout=60, heal_enable="true", heal_time=20, security_networkkey="hgfh gf" ]
 {
 Things:
 zwave:shenzhen_powerplug_00_000:aec5d933:node2 			"Xbox" 						[node_id=2]
 zwave:fibaro_fgsd002_00_000:aec5d933:node3 			"Incendie RDC" 					[node_id=3]
 zwave:vemmio_ds100_00_000:aec5d933:node4 			"Extracteur" 					[node_id=4]
 zwave:fibaro_fgrm222_00_000:node5 				"Volet Salon" 					[node_id=5] { Channels: Type Blinds control : Blinds control [ config_invert_percent="true" ] }
 }

I try other code same result not ok

Thing zwave:fibaro_fgrm222_00_000:node5 				"Volet Salon" 					[node_id=5] 
 	{
 	Channels:
 	Type blinds_control : blinds_control [config_invert_percent="true" ]
 	}
 }

Please use the code fences

Hi,

are you sure it’s work ?

I adapt your code in my things files but not change in paperUi parameters.

Thing zwave:fibaro_fgrm222_00_000:aec5d933:node5 "Z-Wave Node 11: FGRM222 Roller Shutter" (zwave:serial_zstick:aec5d933) [ node_id=5 ] { Channels: Type blinds_control : blinds_control [ config_invert_percent="true" ] }

image

Things files are only read after an openHAB restart.

Reboot done but not change.

It did work the time when I posted that.
Did you check your openhab.log for maybe any syntax errors?

As I am not using things text files for zwave anymore I am unfortunately not of further help.

Thing zwave:fibaro_fgrm222_24_024:controller:node34 “Z-Wave Node 34: FGRM222 Roller Shutter” (zwave:serial_zstick:controller) [ node_id=34 ] {
Channels:
Type blinds_control : blinds_control [ config_invert_percent=“true” ]
}

Thing zwave:fibaro_fgrm222_24_024:controller:node34 "Z-Wave Node 34: FGRM222 Roller Shutter" (zwave:serial_zstick:controller) [ node_id=34 ] {
	Channels:
    Type blinds_control : blinds_control [ config_invert_percent=true ]
	}

Ok I found !

It’s

Type blinds_control : blinds_control [ config_invert_percent=true ]

Without " "

Perfect :smiley:

Good! I’ve updated my old post and the one above.

1 Like