I'm using a weather station Bresser 5in1, with RTL_433
This station works great in ssh (temperature, humidity, wind speed and direction, rain, etc ...) with : rtl_433 -f 868.272M

But with the same command line on Domoticz, I have only temperature and humidity

If I change parameters in domoticz, like that :rtl_433 -f 868.272M -F json
The domoticz Log show this :
2019-05-08 10:33:05.731 Status: Rtl433: Unhandled sensor reading, please report: (time,msg,codes,model,button,id,channel,battery,temperature_C,mic,subtype,rid,humidity,state,status,brand,rain_rate,rain_rate_mm_h,rain_rate_in_h,rain_total,rain_mm,rain_in,gust,average,direction,wind_max_m_s,wind_avg_m_s,wind_dir_deg,pressure_hPa,uv,power_W,energy_kWh,unit,group_call,command,dim,dim_value,wind_speed,wind_gust,wind_direction,wind_avg_km_h,wind_max_km_h,dipswitch,rbutton,device,temperature_F,battery_ok,setpoint_C,switch,cmd,cmd_id,tristate,direction_deg,speed,rain,msg_type,signal,radio_clock,sensor_code,uv_status,uv_index,lux,wm,seq,rainfall_mm,wind_speed_ms,gust_speed_ms,current,interval,learn,sensor_id,battery_low,sequence_num,message_type,wind_speed_mph,wind_speed_kph,wind_avg_mi_h,rain_inch,rc,gust_speed_mph,wind_max_mi_h,wind_approach,flags,maybetemp,binding_countdown,depth,depth_cm,dev_id,power0,power1,power2,node,ct1,ct2,ct3,ct4,Vrms/batt,batt_Vrms,temp1_C,temp2_C,temp3_C,temp4_C,temp5_C,temp6_C,pulse,address,button1,button2,button3,button4,data,sid,group,transmit,moisture,type,pressure_PSI,battery_mV,pressure_kPa,pulses,energy,len,to,from,payload,event,heartbeat,temperature1_C,temperature2_C,temperature_1_C,temperature_2_C,test,probe,water,humidity_1,ptemperature_C,phumidity,newbattery,heating,heating_temp,uvi,light_lux,counter,code,alarm,repeat,maybe_battery,device_type,raw_message,switch1,switch2,switch3,switch4,switch5,extradata,house_id,module_id,sensor_type,sensor_count,alarms,sensor_value,battery_voltage,failed,class,alert,secret_knock,relay,wind_dev_deg,exposure_mins,transmit_s
2019-05-08 10:33:05.731 |{"time" : "2019-05-08 10:33:05", "model" : "Bresser-5in1", "id" : 225, "temperature_C" : 10.500, "humidity" : 87, "wind_gust" : 1.400, "wind_speed" : 1.000, "wind_dir_deg" : 202.500, "rain_mm" : 16.800, "mic" : "CHECKSUM"}
How to get other information ? This is a domoticz configuration to do ? Or rtl_433 configuration ?
Thanks for your help !