Ecowitt GW1100

Hi! Anyone uses Ecowitt gw1100 to connect your PWS to HA locally. It seems that the ecowitt2mqtt is gone. Any other way to connect locally. I dont want to connect to cloud

I use Node Red. Import this and have a look. It may need some tweaking for your setup.

EDIT: Replaced with new HA objects - see below  [{"id":"a0016b1c.68e518","type":"tab","label":"Weather Station","disabled":false,"info":""},{"id":"4bf5d00.3bb9e3","type":"http response","z":"a0016b1c.68e518","name":"","statusCode":"","headers":{},"x":150,"y":300,"wires":[]},{"id":"46473934.863288","type":"http in","z":"a0016b1c.68e518","name":"Incoming Weather Data","url":"/weather","method":"post","upload":false,"swaggerDoc":"","x":100,"y":440,"wires":[["4bf5d00.3bb9e3","a13a5ac5.13d978","e982959b.552b48","6cb75b49.69ac34","5637551c.e9517c","33ddb671.a1b3ea","9fd1374a.f97838","beb252c0.8f90a","334987d0.84b0c8","c8e15ba6.2ceaf8","85278b90.3a76c8","99d08c7.fe0f27","aa9e1216.2d9a1","cb8de379.0b5f4"]]},{"id":"85278b90.3a76c8","type":"ha-entity","z":"a0016b1c.68e518","name":"Wind Direction","server":"db1e36ff.79a128","version":1,"debugenabled":false,"outputs":1,"entityType":"sensor","config":[{"property":"name","value":"Wind Direction"},{"property":"device_class","value":""},{"property":"icon","value":"mdi:compass"},{"property":"unit_of_measurement","value":"°"}],"state":"payload.winddir","stateType":"msg","attributes":[],"resend":true,"outputLocation":"","outputLocationType":"none","inputOverride":"allow","x":440,"y":40,"wires":[[]]},{"id":"a13a5ac5.13d978","type":"ha-entity","z":"a0016b1c.68e518","name":"Humidity","server":"db1e36ff.79a128","version":1,"debugenabled":false,"outputs":1,"entityType":"sensor","config":[{"property":"name","value":"Weather Station Humidity"},{"property":"device_class","value":"humidity"},{"property":"icon","value":""},{"property":"unit_of_measurement","value":"%"}],"state":"payload.humidity","stateType":"msg","attributes":[],"resend":true,"outputLocation":"","outputLocationType":"none","inputOverride":"allow","x":420,"y":100,"wires":[[]]},{"id":"31aa68f2.f35d28","type":"ha-entity","z":"a0016b1c.68e518","name":"Temperature","server":"db1e36ff.79a128","version":1,"debugenabled":false,"outputs":1,"entityType":"sensor","config":[{"property":"name","value":"Weather Station Temperature"},{"property":"device_class","value":"temperature"},{"property":"icon","value":""},{"property":"unit_of_measurement","value":"°C"}],"state":"payload","stateType":"msg","attributes":[],"resend":true,"outputLocation":"","outputLocationType":"none","inputOverride":"allow","x":850,"y":160,"wires":[[]]},{"id":"5d802e74.dcc05","type":"ha-entity","z":"a0016b1c.68e518","name":"Wind Speed","server":"db1e36ff.79a128","version":1,"debugenabled":false,"outputs":1,"entityType":"sensor","config":[{"property":"name","value":"Wind Speed"},{"property":"device_class","value":""},{"property":"icon","value":"mdi:weather-windy"},{"property":"unit_of_measurement","value":"km/h"}],"state":"payload","stateType":"msg","attributes":[],"resend":true,"outputLocation":"","outputLocationType":"none","inputOverride":"allow","x":850,"y":220,"wires":[[]]},{"id":"94038cf.31ef97","type":"ha-entity","z":"a0016b1c.68e518","name":"Wind Gust","server":"db1e36ff.79a128","version":1,"debugenabled":false,"outputs":1,"entityType":"sensor","config":[{"property":"name","value":"Wind Gust"},{"property":"device_class","value":""},{"property":"icon","value":"mdi:weather-tornado"},{"property":"unit_of_measurement","value":"km/h"}],"state":"payload","stateType":"msg","attributes":[],"resend":true,"outputLocation":"","outputLocationType":"none","inputOverride":"allow","x":850,"y":280,"wires":[[]]},{"id":"41442bb0.699a54","type":"ha-entity","z":"a0016b1c.68e518","name":"Rain Rate","server":"db1e36ff.79a128","version":1,"debugenabled":false,"outputs":1,"entityType":"sensor","config":[{"property":"name","value":"Rain Rate"},{"property":"device_class","value":""},{"property":"icon","value":"mdi:weather-rainy"},{"property":"unit_of_measurement","value":"mm/hr"}],"state":"payload","stateType":"msg","attributes":[],"resend":true,"outputLocation":"","outputLocationType":"none","inputOverride":"allow","x":840,"y":340,"wires":[[]]},{"id":"fad82c0a.617d3","type":"ha-entity","z":"a0016b1c.68e518","name":"Rain Accumulation","server":"db1e36ff.79a128","version":1,"debugenabled":false,"outputs":1,"entityType":"sensor","config":[{"property":"name","value":"Rain Accumulation"},{"property":"device_class","value":""},{"property":"icon","value":"mdi:cup-water"},{"property":"unit_of_measurement","value":"mm"}],"state":"payload","stateType":"msg","attributes":[],"resend":true,"outputLocation":"","outputLocationType":"none","inputOverride":"allow","x":870,"y":460,"wires":[[]]},{"id":"320422ed.aaf82e","type":"ha-entity","z":"a0016b1c.68e518","name":"Raining","server":"db1e36ff.79a128","version":1,"debugenabled":false,"outputs":1,"entityType":"binary_sensor","config":[{"property":"name","value":"Raining"},{"property":"device_class","value":""},{"property":"icon","value":"mdi:weather-pouring"},{"property":"unit_of_measurement","value":""}],"state":"payload","stateType":"msg","attributes":[],"resend":true,"outputLocation":"","outputLocationType":"none","inputOverride":"allow","x":840,"y":400,"wires":[[]]},{"id":"6cb75b49.69ac34","type":"function","z":"a0016b1c.68e518","name":"Pressure","func":"var baromabsin = Number(msg.payload.baromabsin)\nvar pressure = baromabsin * 33.863886666667\n\nmsg.payload = pressure.toFixed(1)\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":420,"y":540,"wires":[["b8254bcd.741508"]]},{"id":"b8254bcd.741508","type":"ha-entity","z":"a0016b1c.68e518","name":"Atmospheric Pressure","server":"db1e36ff.79a128","version":1,"debugenabled":false,"outputs":1,"entityType":"sensor","config":[{"property":"name","value":"Atmospheric Pressure"},{"property":"device_class","value":"pressure"},{"property":"icon","value":""},{"property":"unit_of_measurement","value":"hPa"}],"state":"payload","stateType":"msg","attributes":[],"resend":true,"outputLocation":"","outputLocationType":"none","inputOverride":"allow","x":660,"y":540,"wires":[[]]},{"id":"334987d0.84b0c8","type":"function","z":"a0016b1c.68e518","name":"Solar Radiation","func":"var x = Number(msg.payload.solarradiation)\nmsg.payload = x.toFixed(1)\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":440,"y":620,"wires":[["29523745.542bb8"]]},{"id":"29523745.542bb8","type":"ha-entity","z":"a0016b1c.68e518","name":"Solar Radiation","server":"db1e36ff.79a128","version":1,"debugenabled":false,"outputs":1,"entityType":"sensor","config":[{"property":"name","value":"Solar Radiation"},{"property":"device_class","value":""},{"property":"icon","value":"mdi:white-balance-sunny"},{"property":"unit_of_measurement","value":"W/m²"}],"state":"payload","stateType":"msg","attributes":[],"resend":true,"outputLocation":"","outputLocationType":"none","inputOverride":"allow","x":640,"y":620,"wires":[[]]},{"id":"c8e15ba6.2ceaf8","type":"ha-entity","z":"a0016b1c.68e518","name":"UV","server":"db1e36ff.79a128","version":1,"debugenabled":false,"outputs":1,"entityType":"sensor","config":[{"property":"name","value":"UV"},{"property":"device_class","value":""},{"property":"icon","value":"mdi:weather-sunny-alert"},{"property":"unit_of_measurement","value":""}],"state":"payload.uv","stateType":"msg","attributes":[],"resend":true,"outputLocation":"","outputLocationType":"none","inputOverride":"allow","x":410,"y":700,"wires":[[]]},{"id":"73cded25.8a1464","type":"function","z":"a0016b1c.68e518","name":"raining?","func":"var x = Number(msg.payload)\n\nif (x > 0) {\n   msg.payload = true;\n} else {\n   msg.payload = false;\n}\n\nreturn msg;","outputs":1,"noerr":0,"x":620,"y":400,"wires":[["320422ed.aaf82e"]]},{"id":"1ec5434c.b48b3d","type":"function","z":"a0016b1c.68e518","name":"Single Decimal Place","func":"var x = Number(msg.payload)\n\nmsg.payload = x.toFixed(1)\nreturn msg;","outputs":1,"noerr":0,"x":660,"y":160,"wires":[["31aa68f2.f35d28"]]},{"id":"2e192e0.cf32cd2","type":"function","z":"a0016b1c.68e518","name":"Single Decimal Place","func":"var x = Number(msg.payload)\n\nmsg.payload = x.toFixed(1)\nreturn msg;","outputs":1,"noerr":0,"x":660,"y":220,"wires":[["5d802e74.dcc05"]]},{"id":"11c0ee1c.b6a242","type":"function","z":"a0016b1c.68e518","name":"Single Decimal Place","func":"var x = Number(msg.payload)\n\nmsg.payload = x.toFixed(1)\nreturn msg;","outputs":1,"noerr":0,"x":660,"y":280,"wires":[["94038cf.31ef97"]]},{"id":"97e68709.f7fe28","type":"function","z":"a0016b1c.68e518","name":"Single Decimal Place","func":"var x = Number(msg.payload)\n\nmsg.payload = x.toFixed(1)\nreturn msg;","outputs":1,"noerr":0,"x":660,"y":340,"wires":[["41442bb0.699a54"]]},{"id":"93ad302b.8286e","type":"function","z":"a0016b1c.68e518","name":"Single Decimal Place","func":"var x = Number(msg.payload)\n\nmsg.payload = x.toFixed(1)\nreturn msg;","outputs":1,"noerr":0,"x":660,"y":460,"wires":[["fad82c0a.617d3"]]},{"id":"e982959b.552b48","type":"unit-converter","z":"a0016b1c.68e518","category":"temperature","inputUnit":"F","outputUnit":"C","inputField":"payload.tempf","outputField":"payload","inputFieldType":"msg","outputFieldType":"msg","name":"F to C","x":410,"y":160,"wires":[["1ec5434c.b48b3d"]]},{"id":"5637551c.e9517c","type":"unit-converter","z":"a0016b1c.68e518","category":"speed","inputUnit":"m/h","outputUnit":"km/h","inputField":"payload.windspeedmph","outputField":"payload","inputFieldType":"msg","outputFieldType":"msg","name":"mph to kmph","x":440,"y":220,"wires":[["2e192e0.cf32cd2"]]},{"id":"33ddb671.a1b3ea","type":"unit-converter","z":"a0016b1c.68e518","category":"speed","inputUnit":"m/h","outputUnit":"km/h","inputField":"payload.windgustmph","outputField":"payload","inputFieldType":"msg","outputFieldType":"msg","name":"mph to kmph","x":440,"y":280,"wires":[["11c0ee1c.b6a242"]]},{"id":"9fd1374a.f97838","type":"unit-converter","z":"a0016b1c.68e518","category":"length","inputUnit":"in","outputUnit":"mm","inputField":"payload.rainratein","outputField":"payload","inputFieldType":"msg","outputFieldType":"msg","name":"\" to mm","x":420,"y":340,"wires":[["73cded25.8a1464","97e68709.f7fe28"]]},{"id":"beb252c0.8f90a","type":"unit-converter","z":"a0016b1c.68e518","category":"length","inputUnit":"in","outputUnit":"mm","inputField":"payload.dailyrainin","outputField":"payload","inputFieldType":"msg","outputFieldType":"msg","name":"\" to mm","x":420,"y":460,"wires":[["93ad302b.8286e"]]},{"id":"99d08c7.fe0f27","type":"ha-entity","z":"a0016b1c.68e518","name":"Inside Humidity","server":"db1e36ff.79a128","version":1,"debugenabled":false,"outputs":1,"entityType":"sensor","config":[{"property":"name","value":"Weather Station Humidity Inside"},{"property":"device_class","value":"humidity"},{"property":"icon","value":""},{"property":"unit_of_measurement","value":"%"}],"state":"payload.humidityin","stateType":"msg","attributes":[],"resend":true,"outputLocation":"","outputLocationType":"none","inputOverride":"allow","x":440,"y":780,"wires":[[]]},{"id":"87a65a35.0dd3e8","type":"ha-entity","z":"a0016b1c.68e518","name":"Inside Temperature","server":"db1e36ff.79a128","version":1,"debugenabled":false,"outputs":1,"entityType":"sensor","config":[{"property":"name","value":"Weather Station Temperature Inside"},{"property":"device_class","value":"temperature"},{"property":"icon","value":""},{"property":"unit_of_measurement","value":"°C"}],"state":"payload","stateType":"msg","attributes":[],"resend":true,"outputLocation":"","outputLocationType":"none","inputOverride":"allow","x":870,"y":860,"wires":[[]]},{"id":"27d40406.cb6f9c","type":"function","z":"a0016b1c.68e518","name":"Single Decimal Place","func":"var x = Number(msg.payload)\n\nmsg.payload = x.toFixed(1)\nreturn msg;","outputs":1,"noerr":0,"x":660,"y":860,"wires":[["87a65a35.0dd3e8"]]},{"id":"aa9e1216.2d9a1","type":"unit-converter","z":"a0016b1c.68e518","category":"temperature","inputUnit":"F","outputUnit":"C","inputField":"payload.tempinf","outputField":"payload","inputFieldType":"msg","outputFieldType":"msg","roundOutputField":false,"outputFieldDecimals":"","name":"F to C","x":410,"y":860,"wires":[["27d40406.cb6f9c"]]},{"id":"cb8de379.0b5f4","type":"debug","z":"a0016b1c.68e518","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":180,"y":740,"wires":[]},{"id":"db1e36ff.79a128","type":"server","name":"Home Assistant","legacy":false,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true}]
[{"id":"a0016b1c.68e518","type":"tab","label":"Weather Station","disabled":false,"info":""},{"id":"4bf5d00.3bb9e3","type":"http response","z":"a0016b1c.68e518","name":"","statusCode":"","headers":{},"x":150,"y":300,"wires":[]},{"id":"46473934.863288","type":"http in","z":"a0016b1c.68e518","name":"Incoming Weather Data","url":"/weather","method":"post","upload":false,"swaggerDoc":"","x":100,"y":440,"wires":[["4bf5d00.3bb9e3","e982959b.552b48","6cb75b49.69ac34","5637551c.e9517c","33ddb671.a1b3ea","9fd1374a.f97838","beb252c0.8f90a","334987d0.84b0c8","aa9e1216.2d9a1","cb8de379.0b5f4","6c8d9441fa2ddff6","c336627e60ebfc2c","b1496fd8f77efef7","e355bf5ed9cc0e1f"]]},{"id":"6cb75b49.69ac34","type":"function","z":"a0016b1c.68e518","name":"Pressure","func":"var baromabsin = Number(msg.payload.baromabsin)\nvar pressure = baromabsin * 33.863886666667\n\nmsg.payload = pressure.toFixed(1)\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":420,"y":540,"wires":[["ba77e7d50a301c55"]]},{"id":"334987d0.84b0c8","type":"function","z":"a0016b1c.68e518","name":"Solar Radiation","func":"var x = Number(msg.payload.solarradiation)\nmsg.payload = x.toFixed(1)\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":440,"y":620,"wires":[["f3a459a833406bc3"]]},{"id":"73cded25.8a1464","type":"function","z":"a0016b1c.68e518","name":"raining?","func":"var x = Number(msg.payload)\n\nif (x > 0) {\n   msg.payload = true;\n} else {\n   msg.payload = false;\n}\n\nreturn msg;","outputs":1,"noerr":0,"x":620,"y":400,"wires":[["99d034007ec14df3"]]},{"id":"1ec5434c.b48b3d","type":"function","z":"a0016b1c.68e518","name":"Single Decimal Place","func":"var x = Number(msg.payload)\n\nmsg.payload = x.toFixed(1)\nreturn msg;","outputs":1,"noerr":0,"x":660,"y":160,"wires":[["199adc338215b728"]]},{"id":"2e192e0.cf32cd2","type":"function","z":"a0016b1c.68e518","name":"Single Decimal Place","func":"var x = Number(msg.payload)\n\nmsg.payload = x.toFixed(1)\nreturn msg;","outputs":1,"noerr":0,"x":660,"y":220,"wires":[["449c2f1e56516bd8"]]},{"id":"11c0ee1c.b6a242","type":"function","z":"a0016b1c.68e518","name":"Single Decimal Place","func":"var x = Number(msg.payload)\n\nmsg.payload = x.toFixed(1)\nreturn msg;","outputs":1,"noerr":0,"x":660,"y":280,"wires":[["de864a7c6db7de4b"]]},{"id":"97e68709.f7fe28","type":"function","z":"a0016b1c.68e518","name":"Single Decimal Place","func":"var x = Number(msg.payload)\n\nmsg.payload = x.toFixed(1)\nreturn msg;","outputs":1,"noerr":0,"x":660,"y":340,"wires":[["2cf449d8edf36dd8"]]},{"id":"93ad302b.8286e","type":"function","z":"a0016b1c.68e518","name":"Single Decimal Place","func":"var x = Number(msg.payload)\n\nmsg.payload = x.toFixed(1)\nreturn msg;","outputs":1,"noerr":0,"x":660,"y":460,"wires":[["47c9e9f8419a0c13"]]},{"id":"e982959b.552b48","type":"unit-converter","z":"a0016b1c.68e518","category":"temperature","inputUnit":"F","outputUnit":"C","inputField":"payload.tempf","outputField":"payload","inputFieldType":"msg","outputFieldType":"msg","name":"F to C","x":410,"y":160,"wires":[["1ec5434c.b48b3d"]]},{"id":"5637551c.e9517c","type":"unit-converter","z":"a0016b1c.68e518","category":"speed","inputUnit":"m/h","outputUnit":"km/h","inputField":"payload.windspeedmph","outputField":"payload","inputFieldType":"msg","outputFieldType":"msg","name":"mph to kmph","x":440,"y":220,"wires":[["2e192e0.cf32cd2"]]},{"id":"33ddb671.a1b3ea","type":"unit-converter","z":"a0016b1c.68e518","category":"speed","inputUnit":"m/h","outputUnit":"km/h","inputField":"payload.windgustmph","outputField":"payload","inputFieldType":"msg","outputFieldType":"msg","name":"mph to kmph","x":440,"y":280,"wires":[["11c0ee1c.b6a242"]]},{"id":"9fd1374a.f97838","type":"unit-converter","z":"a0016b1c.68e518","category":"length","inputUnit":"in","outputUnit":"mm","inputField":"payload.rainratein","outputField":"payload","inputFieldType":"msg","outputFieldType":"msg","name":"\" to mm","x":420,"y":340,"wires":[["73cded25.8a1464","97e68709.f7fe28"]]},{"id":"beb252c0.8f90a","type":"unit-converter","z":"a0016b1c.68e518","category":"length","inputUnit":"in","outputUnit":"mm","inputField":"payload.dailyrainin","outputField":"payload","inputFieldType":"msg","outputFieldType":"msg","name":"\" to mm","x":420,"y":460,"wires":[["93ad302b.8286e"]]},{"id":"27d40406.cb6f9c","type":"function","z":"a0016b1c.68e518","name":"Single Decimal Place","func":"var x = Number(msg.payload)\n\nmsg.payload = x.toFixed(1)\nreturn msg;","outputs":1,"noerr":0,"x":660,"y":860,"wires":[["b37e4240d0448d3d"]]},{"id":"aa9e1216.2d9a1","type":"unit-converter","z":"a0016b1c.68e518","category":"temperature","inputUnit":"F","outputUnit":"C","inputField":"payload.tempinf","outputField":"payload","inputFieldType":"msg","outputFieldType":"msg","roundOutputField":false,"outputFieldDecimals":"","name":"F to C","x":410,"y":860,"wires":[["27d40406.cb6f9c"]]},{"id":"cb8de379.0b5f4","type":"debug","z":"a0016b1c.68e518","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":230,"y":960,"wires":[]},{"id":"199adc338215b728","type":"ha-sensor","z":"a0016b1c.68e518","name":"Temperature","entityConfig":"31aa68f2.f35d28","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":850,"y":160,"wires":[[]]},{"id":"449c2f1e56516bd8","type":"ha-sensor","z":"a0016b1c.68e518","name":"Wind Speed","entityConfig":"5d802e74.dcc05","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":850,"y":220,"wires":[[]]},{"id":"de864a7c6db7de4b","type":"ha-sensor","z":"a0016b1c.68e518","name":"Wind Gust","entityConfig":"94038cf.31ef97","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":850,"y":280,"wires":[[]]},{"id":"2cf449d8edf36dd8","type":"ha-sensor","z":"a0016b1c.68e518","name":"Rain Rate","entityConfig":"41442bb0.699a54","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":840,"y":340,"wires":[[]]},{"id":"99d034007ec14df3","type":"ha-binary-sensor","z":"a0016b1c.68e518","name":"Raining","entityConfig":"320422ed.aaf82e","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":840,"y":400,"wires":[[]]},{"id":"47c9e9f8419a0c13","type":"ha-sensor","z":"a0016b1c.68e518","name":"Rain Accumulation","entityConfig":"fad82c0a.617d3","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":870,"y":460,"wires":[[]]},{"id":"ba77e7d50a301c55","type":"ha-sensor","z":"a0016b1c.68e518","name":"Atmospheric Pressure","entityConfig":"b8254bcd.741508","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":660,"y":540,"wires":[[]]},{"id":"f3a459a833406bc3","type":"ha-sensor","z":"a0016b1c.68e518","name":"Solar Radiation","entityConfig":"29523745.542bb8","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":640,"y":620,"wires":[[]]},{"id":"b37e4240d0448d3d","type":"ha-sensor","z":"a0016b1c.68e518","name":"Inside Temperature","entityConfig":"87a65a35.0dd3e8","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":870,"y":860,"wires":[[]]},{"id":"6c8d9441fa2ddff6","type":"ha-sensor","z":"a0016b1c.68e518","name":"Wind Direction","entityConfig":"85278b90.3a76c8","version":0,"state":"payload.winddir","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":440,"y":40,"wires":[[]]},{"id":"c336627e60ebfc2c","type":"ha-sensor","z":"a0016b1c.68e518","name":"Humidity","entityConfig":"a13a5ac5.13d978","version":0,"state":"payload.humidity","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":420,"y":100,"wires":[[]]},{"id":"b1496fd8f77efef7","type":"ha-sensor","z":"a0016b1c.68e518","name":"UV","entityConfig":"c8e15ba6.2ceaf8","version":0,"state":"payload.uv","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":410,"y":700,"wires":[[]]},{"id":"e355bf5ed9cc0e1f","type":"ha-sensor","z":"a0016b1c.68e518","name":"Inside Humidity","entityConfig":"99d08c7.fe0f27","version":0,"state":"payload.humidityin","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":440,"y":780,"wires":[[]]},{"id":"31aa68f2.f35d28","type":"ha-entity-config","server":"db1e36ff.79a128","deviceConfig":"","name":"sensor config for Temperature","version":6,"entityType":"sensor","haConfig":[{"property":"name","value":"Weather Station Temperature"},{"property":"device_class","value":"temperature"},{"property":"icon","value":""},{"property":"unit_of_measurement","value":"°C"},{"property":"state_class","value":""},{"property":"last_reset","value":""}],"resend":true},{"id":"5d802e74.dcc05","type":"ha-entity-config","server":"db1e36ff.79a128","deviceConfig":"","name":"sensor config for Wind Speed","version":6,"entityType":"sensor","haConfig":[{"property":"name","value":"Wind Speed"},{"property":"device_class","value":""},{"property":"icon","value":"mdi:weather-windy"},{"property":"unit_of_measurement","value":"km/h"},{"property":"state_class","value":""},{"property":"last_reset","value":""}],"resend":true},{"id":"94038cf.31ef97","type":"ha-entity-config","server":"db1e36ff.79a128","deviceConfig":"","name":"sensor config for Wind Gust","version":6,"entityType":"sensor","haConfig":[{"property":"name","value":"Wind Gust"},{"property":"device_class","value":""},{"property":"icon","value":"mdi:weather-tornado"},{"property":"unit_of_measurement","value":"km/h"},{"property":"state_class","value":""},{"property":"last_reset","value":""}],"resend":true},{"id":"41442bb0.699a54","type":"ha-entity-config","server":"db1e36ff.79a128","deviceConfig":"","name":"sensor config for Rain Rate","version":6,"entityType":"sensor","haConfig":[{"property":"name","value":"Rain Rate"},{"property":"device_class","value":""},{"property":"icon","value":"mdi:weather-rainy"},{"property":"unit_of_measurement","value":"mm/hr"},{"property":"state_class","value":""},{"property":"last_reset","value":""}],"resend":true},{"id":"320422ed.aaf82e","type":"ha-entity-config","server":"db1e36ff.79a128","deviceConfig":"","name":"binary sensor config for Raining","version":6,"entityType":"binary_sensor","haConfig":[{"property":"name","value":"Raining"},{"property":"device_class","value":""},{"property":"icon","value":"mdi:weather-pouring"},{"property":"unit_of_measurement","value":""},{"property":"state_class","value":""},{"property":"last_reset","value":""}],"resend":true},{"id":"fad82c0a.617d3","type":"ha-entity-config","server":"db1e36ff.79a128","deviceConfig":"","name":"sensor config for Rain Accumulation","version":6,"entityType":"sensor","haConfig":[{"property":"name","value":"Rain Accumulation"},{"property":"device_class","value":""},{"property":"icon","value":"mdi:cup-water"},{"property":"unit_of_measurement","value":"mm"},{"property":"state_class","value":""},{"property":"last_reset","value":""}],"resend":true},{"id":"b8254bcd.741508","type":"ha-entity-config","server":"db1e36ff.79a128","deviceConfig":"","name":"sensor config for Atmospheric Pressure","version":6,"entityType":"sensor","haConfig":[{"property":"name","value":"Atmospheric Pressure"},{"property":"device_class","value":"pressure"},{"property":"icon","value":""},{"property":"unit_of_measurement","value":"hPa"},{"property":"state_class","value":""},{"property":"last_reset","value":""}],"resend":true},{"id":"29523745.542bb8","type":"ha-entity-config","server":"db1e36ff.79a128","deviceConfig":"","name":"sensor config for Solar Radiation","version":6,"entityType":"sensor","haConfig":[{"property":"name","value":"Solar Radiation"},{"property":"device_class","value":""},{"property":"icon","value":"mdi:white-balance-sunny"},{"property":"unit_of_measurement","value":"W/m²"},{"property":"state_class","value":""},{"property":"last_reset","value":""}],"resend":true},{"id":"87a65a35.0dd3e8","type":"ha-entity-config","server":"db1e36ff.79a128","deviceConfig":"","name":"sensor config for Inside Temperature","version":6,"entityType":"sensor","haConfig":[{"property":"name","value":"Weather Station Temperature Inside"},{"property":"device_class","value":"temperature"},{"property":"icon","value":""},{"property":"unit_of_measurement","value":"°C"},{"property":"state_class","value":""},{"property":"last_reset","value":""}],"resend":true},{"id":"85278b90.3a76c8","type":"ha-entity-config","server":"db1e36ff.79a128","deviceConfig":"","name":"sensor config for Wind Direction","version":6,"entityType":"sensor","haConfig":[{"property":"name","value":"Wind Direction"},{"property":"device_class","value":""},{"property":"icon","value":"mdi:compass"},{"property":"unit_of_measurement","value":"°"},{"property":"state_class","value":""},{"property":"last_reset","value":""}],"resend":true},{"id":"a13a5ac5.13d978","type":"ha-entity-config","server":"db1e36ff.79a128","deviceConfig":"","name":"sensor config for Humidity","version":6,"entityType":"sensor","haConfig":[{"property":"name","value":"Weather Station Humidity"},{"property":"device_class","value":"humidity"},{"property":"icon","value":""},{"property":"unit_of_measurement","value":"%"},{"property":"state_class","value":""},{"property":"last_reset","value":""}],"resend":true},{"id":"c8e15ba6.2ceaf8","type":"ha-entity-config","server":"db1e36ff.79a128","deviceConfig":"","name":"sensor config for UV","version":6,"entityType":"sensor","haConfig":[{"property":"name","value":"UV"},{"property":"device_class","value":""},{"property":"icon","value":"mdi:weather-sunny-alert"},{"property":"unit_of_measurement","value":""},{"property":"state_class","value":""},{"property":"last_reset","value":""}],"resend":true},{"id":"99d08c7.fe0f27","type":"ha-entity-config","server":"db1e36ff.79a128","deviceConfig":"","name":"sensor config for Inside Humidity","version":6,"entityType":"sensor","haConfig":[{"property":"name","value":"Weather Station Humidity Inside"},{"property":"device_class","value":"humidity"},{"property":"icon","value":""},{"property":"unit_of_measurement","value":"%"},{"property":"state_class","value":""},{"property":"last_reset","value":""}],"resend":true},{"id":"db1e36ff.79a128","type":"server","name":"Home Assistant","addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true}]

This is the original thread I think:

@Yuran I am not sure which ecowitt2mqtt you are referencing, but the one I use: https://github.com/smarthall/hassio-addons is still working/available.

The ecowitt integration is working well for me.

1 Like

HI Yuran,
Just about to purchase 8 x WH51 and the 1100 Gateway, did you get yours going locally?

Gary

Hi all,

I recently bought a froggit dp1500 gateway with a WH3000SE weather station.
DP1500 equals the ecowitt gw1100 (all Fine Offset clones)
Since I am not able -and wants- to use the integration because of the non ssl requirements I solved this using node-red and a http request to the gateway. http://[gateway ip]/get_livedata_info.
this returns valid json you can use to update sensors in HA

JSON data example:

{ "common_list": [{ "id": "0x02", "val": "17.8", "unit": "C" }, { "id": "0x07", "val": "59%" }, { "id": "3", "val": "17.8", "unit": "C" }, { "id": "0x05", "val": "18.0", "unit": "C" }, { "id": "0x03", "val": "9.7", "unit": "C" }, { "id": "0x04", "val": "17.8", "unit": "C" }, { "id": "0x0B", "val": "2.88 km/h" }, { "id": "0x0C", "val": "5.40 km/h" }, { "id": "0x19", "val": "14.76 km/h" }, { "id": "0x15", "val": "148.98 W/m2" }, { "id": "0x17", "val": "1" }, { "id": "0x0A", "val": "36" }], "rain": [{ "id": "0x0D", "val": "2.8 mm" }, { "id": "0x0E", "val": "0.0 mm/Hr" }, { "id": "0x10", "val": "3.1 mm" }, { "id": "0x11", "val": "27.0 mm" }, { "id": "0x12", "val": "27.0 mm" }, { "id": "0x13", "val": "27.0 mm", "battery": "0" }], "wh25": [{ "intemp": "24.6", "unit": "C", "inhumi": "50%", "abs": "1017.9 hPa", "rel": "1017.9 hPa" }], "ch_aisle": [{ "channel": "1", "name": "Koelkast", "battery": "0", "temp": "4.1", "unit": "C", "humidity": "90%" }] }

Node-Red Flow:

[{"id":"f464957002a4d7f4","type":"tab","label":"Weerstation","disabled":false,"info":"","env":[]},{"id":"38dcf0f25307b8ab","type":"http request","z":"f464957002a4d7f4","name":"","method":"GET","ret":"obj","paytoqs":"ignore","url":"http://192.168.x.x/get_livedata_info?","tls":"","persist":false,"proxy":"","insecureHTTPParser":false,"authType":"","senderr":false,"headers":[],"x":150,"y":620,"wires":[["bcc5574b1878ffad","c9b41537c6d560a2","dbd78e96d4e42bd6","d49519ef8cdc7605","7e44f0dbee2217bd","811a42a33e6f91ab","6dfe9dd80f11371f","0f2622c02a9e35df","13a338d4d5236480","11ac8ebb3a786e6a","e47666971a7db405","83556bfe84655303","3946f48c56e7e76c","a8b0c866e0447091","be0dc94aab679603","202962416142a704","b5c4c3375307fe10","bf70d79633a94156","4e6d6d6ad19f07f3","dce6520fa1174524","60bfc22aab708a5f","637ccc8c4e8dff82","d612d6c4505da7bb"]]},{"id":"bcc5574b1878ffad","type":"debug","z":"f464957002a4d7f4","name":"debug","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":490,"y":80,"wires":[]},{"id":"7da2e023f84a2dcc","type":"inject","z":"f464957002a4d7f4","name":"","props":[{"p":"payload"}],"repeat":"16","crontab":"","once":true,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":130,"y":140,"wires":[["38dcf0f25307b8ab"]]},{"id":"c9b41537c6d560a2","type":"ha-sensor","z":"f464957002a4d7f4","name":"Inside Temperature","entityConfig":"87a65a35.0dd3e8","version":0,"state":"payload.wh25[0].intemp","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":710,"y":100,"wires":[[]]},{"id":"f60c3f91c463a390","type":"ha-sensor","z":"f464957002a4d7f4","name":"Inside Humidity","entityConfig":"99d08c7.fe0f27","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":700,"y":160,"wires":[[]]},{"id":"7cbaea3d3b9cbbb4","type":"ha-sensor","z":"f464957002a4d7f4","name":"Atmospheric Pressure","entityConfig":"8527eb0296aa3e6a","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":720,"y":220,"wires":[[]]},{"id":"dbd78e96d4e42bd6","type":"string","z":"f464957002a4d7f4","name":"","methods":[{"name":"delRightMost","params":[{"type":"str","value":"%"}]}],"prop":"payload.wh25[0].inhumi","propout":"payload","object":"msg","objectout":"msg","x":490,"y":260,"wires":[["f60c3f91c463a390"]]},{"id":"d49519ef8cdc7605","type":"string","z":"f464957002a4d7f4","name":"","methods":[{"name":"delRightMost","params":[{"type":"str","value":"hpa"}]},{"name":"delRightMost","params":[{"type":"str","value":" "}]}],"prop":"payload.wh25[0].abs","propout":"payload","object":"msg","objectout":"msg","x":490,"y":300,"wires":[["7cbaea3d3b9cbbb4"]]},{"id":"7e44f0dbee2217bd","type":"string","z":"f464957002a4d7f4","name":"","methods":[{"name":"delRightMost","params":[{"type":"str","value":"mm"}]},{"name":"delRightMost","params":[{"type":"str","value":" "}]}],"prop":"payload.rain[0].val","propout":"payload","object":"msg","objectout":"msg","x":490,"y":360,"wires":[["ab7bb9bf23d24d12"]]},{"id":"ab7bb9bf23d24d12","type":"ha-sensor","z":"f464957002a4d7f4","name":"Rain Event","entityConfig":"0d7ca8b1026e43e0","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":710,"y":360,"wires":[[]]},{"id":"811a42a33e6f91ab","type":"string","z":"f464957002a4d7f4","name":"","methods":[{"name":"delRightMost","params":[{"type":"str","value":"mm/Hr"}]},{"name":"delRightMost","params":[{"type":"str","value":" "}]}],"prop":"payload.rain[1].val","propout":"payload","object":"msg","objectout":"msg","x":490,"y":420,"wires":[["9b04076b50755f47"]]},{"id":"9b04076b50755f47","type":"ha-sensor","z":"f464957002a4d7f4","name":"Rain Rate","entityConfig":"577d8f7f4b812322","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":700,"y":420,"wires":[[]]},{"id":"6dfe9dd80f11371f","type":"ha-sensor","z":"f464957002a4d7f4","name":"Outdoor Temperature","entityConfig":"c3967eae5132d477","version":0,"state":"payload.common_list[0].val","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":740,"y":740,"wires":[[]]},{"id":"0f2622c02a9e35df","type":"string","z":"f464957002a4d7f4","name":"","methods":[{"name":"delRightMost","params":[{"type":"str","value":"%"}]}],"prop":"payload.common_list[1].val","propout":"payload","object":"msg","objectout":"msg","x":490,"y":800,"wires":[["5fdad43486d9b78e"]]},{"id":"5fdad43486d9b78e","type":"ha-sensor","z":"f464957002a4d7f4","name":"Outdoor Humidity","entityConfig":"0d0f87cd772ed072","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":730,"y":800,"wires":[[]]},{"id":"13a338d4d5236480","type":"ha-sensor","z":"f464957002a4d7f4","name":"Feels Like","entityConfig":"ab3ce50e1667ec82","version":0,"state":"payload.common_list[5].val","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":700,"y":860,"wires":[[]]},{"id":"11ac8ebb3a786e6a","type":"ha-sensor","z":"f464957002a4d7f4","name":"Dew point","entityConfig":"5d1d2676af20ceee","version":0,"state":"payload.common_list[4].val","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":710,"y":980,"wires":[[]]},{"id":"e47666971a7db405","type":"string","z":"f464957002a4d7f4","name":"","methods":[{"name":"delRightMost","params":[{"type":"str","value":"km/h"}]}],"prop":"payload.common_list[8].val","propout":"payload","object":"msg","objectout":"msg","x":490,"y":1060,"wires":[["3404b5ec7c96b621"]]},{"id":"3404b5ec7c96b621","type":"ha-sensor","z":"f464957002a4d7f4","name":"Day Wind Max","entityConfig":"d01f979b418309b3","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":720,"y":1060,"wires":[[]]},{"id":"cbe081e76a72d5e6","type":"ha-sensor","z":"f464957002a4d7f4","name":"Solar Irradiance","entityConfig":"7449982fff63a08c","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":720,"y":1380,"wires":[[]]},{"id":"83556bfe84655303","type":"string","z":"f464957002a4d7f4","name":"","methods":[{"name":"delRightMost","params":[{"type":"str","value":"W/m2"}]},{"name":"delRightMost","params":[{"type":"str","value":" "}]}],"prop":"payload.common_list[9].val","propout":"payload","object":"msg","objectout":"msg","x":490,"y":1380,"wires":[["cbe081e76a72d5e6"]]},{"id":"b5c4c3375307fe10","type":"ha-sensor","z":"f464957002a4d7f4","name":"UV-Index","entityConfig":"85cd3359cb153b03","version":0,"state":"payload.common_list[10].val","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":700,"y":1320,"wires":[[]]},{"id":"3946f48c56e7e76c","type":"ha-sensor","z":"f464957002a4d7f4","name":"Wind Direction","entityConfig":"2ea88d4a020b36f9","version":0,"state":"payload.common_list[11].val","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":720,"y":1120,"wires":[[]]},{"id":"a8b0c866e0447091","type":"string","z":"f464957002a4d7f4","name":"","methods":[{"name":"delRightMost","params":[{"type":"str","value":"km/h"}]},{"name":"delRightMost","params":[{"type":"str","value":" "}]}],"prop":"payload.common_list[6].val","propout":"payload","object":"msg","objectout":"msg","x":490,"y":1180,"wires":[["8e585692a4b8d243"]]},{"id":"8e585692a4b8d243","type":"ha-sensor","z":"f464957002a4d7f4","name":"Wind Speed","entityConfig":"123d9bb22df79a3c","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":710,"y":1180,"wires":[[]]},{"id":"be0dc94aab679603","type":"string","z":"f464957002a4d7f4","name":"","methods":[{"name":"delRightMost","params":[{"type":"str","value":"km/h"}]},{"name":"delRightMost","params":[{"type":"str","value":" "}]}],"prop":"payload.common_list[7].val","propout":"payload","object":"msg","objectout":"msg","x":490,"y":1240,"wires":[["52b1efa2f2218ffb"]]},{"id":"52b1efa2f2218ffb","type":"ha-sensor","z":"f464957002a4d7f4","name":"Gust Speed","entityConfig":"dd370e8ee16f817e","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":710,"y":1240,"wires":[[]]},{"id":"202962416142a704","type":"string","z":"f464957002a4d7f4","name":"","methods":[{"name":"delRightMost","params":[{"type":"str","value":"mm"}]},{"name":"delRightMost","params":[{"type":"str","value":" "}]}],"prop":"payload.rain[2].val","propout":"payload","object":"msg","objectout":"msg","x":490,"y":480,"wires":[["f41607f93a63d2cc"]]},{"id":"f41607f93a63d2cc","type":"ha-sensor","z":"f464957002a4d7f4","name":"Rain Day","entityConfig":"d3ffc35069057026","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":700,"y":480,"wires":[[]]},{"id":"bf70d79633a94156","type":"ha-sensor","z":"f464957002a4d7f4","name":"ch1 temperature","entityConfig":"49dcce6dedd980be","version":0,"state":"payload.ch_aisle[0].temp","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":720,"y":1460,"wires":[[]]},{"id":"809097caed87b720","type":"ha-sensor","z":"f464957002a4d7f4","name":"ch1 humidity","entityConfig":"c9bc632b690831dd","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":710,"y":1520,"wires":[[]]},{"id":"4e6d6d6ad19f07f3","type":"string","z":"f464957002a4d7f4","name":"","methods":[{"name":"delRightMost","params":[{"type":"str","value":"mm"}]},{"name":"delRightMost","params":[{"type":"str","value":" "}]}],"prop":"payload.rain[3].val","propout":"payload","object":"msg","objectout":"msg","x":490,"y":540,"wires":[["1c1e39f35feb280a"]]},{"id":"1c1e39f35feb280a","type":"ha-sensor","z":"f464957002a4d7f4","name":"Rain Week","entityConfig":"f0e4cef123e7644e","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":710,"y":540,"wires":[[]]},{"id":"dce6520fa1174524","type":"string","z":"f464957002a4d7f4","name":"","methods":[{"name":"delRightMost","params":[{"type":"str","value":"mm"}]},{"name":"delRightMost","params":[{"type":"str","value":" "}]}],"prop":"payload.rain[4].val","propout":"payload","object":"msg","objectout":"msg","x":490,"y":600,"wires":[["5a44e164fcb0e807"]]},{"id":"5a44e164fcb0e807","type":"ha-sensor","z":"f464957002a4d7f4","name":"Rain Month","entityConfig":"396af67530cdee49","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":710,"y":600,"wires":[[]]},{"id":"60bfc22aab708a5f","type":"string","z":"f464957002a4d7f4","name":"","methods":[{"name":"delRightMost","params":[{"type":"str","value":"mm"}]},{"name":"delRightMost","params":[{"type":"str","value":" "}]}],"prop":"payload.rain[5].val","propout":"payload","object":"msg","objectout":"msg","x":490,"y":660,"wires":[["dbbff6cabd9a0fc5"]]},{"id":"dbbff6cabd9a0fc5","type":"ha-sensor","z":"f464957002a4d7f4","name":"Rain Year","entityConfig":"16dfc71b45b9c7a6","version":0,"state":"payload","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":700,"y":660,"wires":[[]]},{"id":"637ccc8c4e8dff82","type":"string","z":"f464957002a4d7f4","name":"","methods":[{"name":"delRightMost","params":[{"type":"str","value":"%"}]}],"prop":"payload.ch_aisle[0].humidity","propout":"payload","object":"msg","objectout":"msg","x":550,"y":1520,"wires":[["809097caed87b720"]]},{"id":"d612d6c4505da7bb","type":"ha-sensor","z":"f464957002a4d7f4","name":"Heat Index","entityConfig":"d403d8a08a52acd8","version":0,"state":"payload.common_list[3].val","stateType":"msg","attributes":[],"inputOverride":"allow","outputProperties":[],"x":710,"y":920,"wires":[[]]},{"id":"87a65a35.0dd3e8","type":"ha-entity-config","server":"db1e36ff.79a128","deviceConfig":"56f7cd158e957d36","name":"sensor config for Inside Temperature","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Temperature Inside"},{"property":"icon","value":""},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":"temperature"},{"property":"unit_of_measurement","value":"°C"},{"property":"state_class","value":""}],"resend":true,"debugEnabled":false},{"id":"99d08c7.fe0f27","type":"ha-entity-config","server":"db1e36ff.79a128","deviceConfig":"56f7cd158e957d36","name":"sensor config for Inside Humidity","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Humidity Inside"},{"property":"icon","value":""},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":"humidity"},{"property":"unit_of_measurement","value":"%"},{"property":"state_class","value":""}],"resend":true,"debugEnabled":false},{"id":"8527eb0296aa3e6a","type":"ha-entity-config","server":"d148be6ffc3b1bc5","deviceConfig":"56f7cd158e957d36","name":"Atmospheric Pressure","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Atmospheric Pressure"},{"property":"icon","value":""},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":"pressure"},{"property":"unit_of_measurement","value":"hPa"},{"property":"state_class","value":""}],"resend":true,"debugEnabled":false},{"id":"0d7ca8b1026e43e0","type":"ha-entity-config","server":"d148be6ffc3b1bc5","deviceConfig":"56f7cd158e957d36","name":"Rain Event","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Rain Event"},{"property":"icon","value":""},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":"precipitation"},{"property":"unit_of_measurement","value":"mm"},{"property":"state_class","value":""}],"resend":true,"debugEnabled":false},{"id":"577d8f7f4b812322","type":"ha-entity-config","server":"d148be6ffc3b1bc5","deviceConfig":"56f7cd158e957d36","name":"Rain Rate","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Rain Rate"},{"property":"icon","value":""},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":"precipitation_intensity"},{"property":"unit_of_measurement","value":"mm/h"},{"property":"state_class","value":""}],"resend":true,"debugEnabled":false},{"id":"c3967eae5132d477","type":"ha-entity-config","server":"d148be6ffc3b1bc5","deviceConfig":"56f7cd158e957d36","name":"Outdoor Temperature","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Outdoor Temperature"},{"property":"icon","value":""},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":"temperature"},{"property":"unit_of_measurement","value":"°C"},{"property":"state_class","value":""}],"resend":true,"debugEnabled":false},{"id":"0d0f87cd772ed072","type":"ha-entity-config","server":"d148be6ffc3b1bc5","deviceConfig":"56f7cd158e957d36","name":"Outdoor Humidity","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Outdoor Humidity"},{"property":"icon","value":""},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":"humidity"},{"property":"unit_of_measurement","value":"%"},{"property":"state_class","value":""}],"resend":true,"debugEnabled":false},{"id":"ab3ce50e1667ec82","type":"ha-entity-config","server":"d148be6ffc3b1bc5","deviceConfig":"56f7cd158e957d36","name":"Feels Like","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Feels Like"},{"property":"icon","value":""},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":"temperature"},{"property":"unit_of_measurement","value":"°C"},{"property":"state_class","value":""}],"resend":true,"debugEnabled":false},{"id":"5d1d2676af20ceee","type":"ha-entity-config","server":"d148be6ffc3b1bc5","deviceConfig":"56f7cd158e957d36","name":"Dew point","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Dew point"},{"property":"icon","value":""},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":"temperature"},{"property":"unit_of_measurement","value":"°C"},{"property":"state_class","value":""}],"resend":true,"debugEnabled":false},{"id":"d01f979b418309b3","type":"ha-entity-config","server":"d148be6ffc3b1bc5","deviceConfig":"56f7cd158e957d36","name":"Day Wind Max","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Day Wind Max"},{"property":"icon","value":""},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":"wind_speed"},{"property":"unit_of_measurement","value":"km/h"},{"property":"state_class","value":"measurement"}],"resend":true,"debugEnabled":false},{"id":"7449982fff63a08c","type":"ha-entity-config","server":"d148be6ffc3b1bc5","deviceConfig":"56f7cd158e957d36","name":"Solar Irradiance","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Solar Irradiance"},{"property":"icon","value":""},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":"irradiance"},{"property":"unit_of_measurement","value":"W/m²"},{"property":"state_class","value":"measurement"}],"resend":true,"debugEnabled":false},{"id":"85cd3359cb153b03","type":"ha-entity-config","server":"d148be6ffc3b1bc5","deviceConfig":"56f7cd158e957d36","name":"UV-Index","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"UV-Index"},{"property":"icon","value":"mdi:sun-wireless-outline"},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":""},{"property":"unit_of_measurement","value":"uvi"},{"property":"state_class","value":""}],"resend":true,"debugEnabled":false},{"id":"2ea88d4a020b36f9","type":"ha-entity-config","server":"d148be6ffc3b1bc5","deviceConfig":"56f7cd158e957d36","name":"Wind Direction","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Wind Direction"},{"property":"icon","value":"mdi:compass-rose"},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":""},{"property":"unit_of_measurement","value":"°"},{"property":"state_class","value":""}],"resend":true,"debugEnabled":false},{"id":"123d9bb22df79a3c","type":"ha-entity-config","server":"d148be6ffc3b1bc5","deviceConfig":"56f7cd158e957d36","name":"Wind Speed","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Wind Speed"},{"property":"icon","value":""},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":"wind_speed"},{"property":"unit_of_measurement","value":"km/h"},{"property":"state_class","value":"measurement"}],"resend":true,"debugEnabled":false},{"id":"dd370e8ee16f817e","type":"ha-entity-config","server":"d148be6ffc3b1bc5","deviceConfig":"56f7cd158e957d36","name":"Gust Speed","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Gust Speed"},{"property":"icon","value":""},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":"wind_speed"},{"property":"unit_of_measurement","value":"km/h"},{"property":"state_class","value":"measurement"}],"resend":true,"debugEnabled":false},{"id":"d3ffc35069057026","type":"ha-entity-config","server":"d148be6ffc3b1bc5","deviceConfig":"56f7cd158e957d36","name":"Rain Day","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Rain Day"},{"property":"icon","value":""},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":"precipitation"},{"property":"unit_of_measurement","value":"mm"},{"property":"state_class","value":""}],"resend":true,"debugEnabled":false},{"id":"49dcce6dedd980be","type":"ha-entity-config","server":"d148be6ffc3b1bc5","deviceConfig":"dc944c4fd7b8c6bf","name":"ch1 temperature","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"ch1 temperature"},{"property":"icon","value":""},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":"temperature"},{"property":"unit_of_measurement","value":"°C"},{"property":"state_class","value":"measurement"}],"resend":true,"debugEnabled":false},{"id":"c9bc632b690831dd","type":"ha-entity-config","server":"d148be6ffc3b1bc5","deviceConfig":"dc944c4fd7b8c6bf","name":"ch1 humidity","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"ch1 humidity"},{"property":"icon","value":""},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":"humidity"},{"property":"unit_of_measurement","value":"%"},{"property":"state_class","value":"measurement"}],"resend":true,"debugEnabled":false},{"id":"f0e4cef123e7644e","type":"ha-entity-config","server":"d148be6ffc3b1bc5","deviceConfig":"56f7cd158e957d36","name":"Rain Week","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Rain Week"},{"property":"icon","value":""},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":"precipitation"},{"property":"unit_of_measurement","value":"mm"},{"property":"state_class","value":""}],"resend":true,"debugEnabled":false},{"id":"396af67530cdee49","type":"ha-entity-config","server":"d148be6ffc3b1bc5","deviceConfig":"56f7cd158e957d36","name":"Rain Month","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Rain Month"},{"property":"icon","value":""},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":"precipitation"},{"property":"unit_of_measurement","value":"mm"},{"property":"state_class","value":""}],"resend":true,"debugEnabled":false},{"id":"16dfc71b45b9c7a6","type":"ha-entity-config","server":"d148be6ffc3b1bc5","deviceConfig":"56f7cd158e957d36","name":"Rain Year","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Rain Year"},{"property":"icon","value":""},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":"precipitation"},{"property":"unit_of_measurement","value":"mm"},{"property":"state_class","value":""}],"resend":true,"debugEnabled":false},{"id":"d403d8a08a52acd8","type":"ha-entity-config","server":"d148be6ffc3b1bc5","deviceConfig":"56f7cd158e957d36","name":"Heat Index","version":"6","entityType":"sensor","haConfig":[{"property":"name","value":"Heat Index"},{"property":"icon","value":""},{"property":"entity_category","value":""},{"property":"entity_picture","value":""},{"property":"device_class","value":"temperature"},{"property":"unit_of_measurement","value":"°C"},{"property":"state_class","value":""}],"resend":true,"debugEnabled":false},{"id":"db1e36ff.79a128","type":"server","name":"Home Assistant","addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true},{"id":"56f7cd158e957d36","type":"ha-device-config","name":"Weerstation","hwVersion":"","manufacturer":"Froggit","model":"DP1500 Gateway","swVersion":""},{"id":"d148be6ffc3b1bc5","type":"server","name":"Home Assistant","version":5,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true,"heartbeat":true,"heartbeatInterval":"30","areaSelector":"friendlyName","deviceSelector":"friendlyName","entitySelector":"friendlyName","statusSeparator":": ","statusYear":"hidden","statusMonth":"short","statusDay":"numeric","statusHourCycle":"default","statusTimeFormat":"h:m","enableGlobalContextStore":false},{"id":"dc944c4fd7b8c6bf","type":"ha-device-config","name":"Thermo-Hygrometer ch1","hwVersion":"","manufacturer":"Froggit","model":"DP50-WH31A","swVersion":""}]

Offcourse change the ip adress in the http request to your gateway and if you use imperial change the strings used to strip some hpa en C.
To check the ID’s of the device use this pdf https://blog.meteodrenthe.nl/wp-content/uploads/2023/02/WN1900-GW10001100-WH26802650-telenet-v1.6.4.pdf

In Node-Red add npm package ‘node-red-contrib-string’
image

Kind regards, Edwin