bachya / ecowitt2mqtt

Send data from Fine Offset weather stations (Ecowitt, Ambient Weather, Froggit, etc.) to MQTT!
MIT License
212 stars 45 forks source link

Add HP2553 as a known device #579

Closed AndLindemann closed 1 year ago

AndLindemann commented 1 year ago

Is your feature request related to a problem? Please describe. Got a new Ecowitt HP2553 which is showing up as "Unknown Device" in Home Assistant. I guess similar to the HP2564 added recently, the HP2553 would have to be added as well. I'm also not seeing many of the calculated values, like "Feels like" temperature. On the original Ecowitt integration, the station also reports a "Solar Lux" value of the current outdoor brightness, which I'm also missing here. I've added a second screenshot with the values reported by the default Ecowitt integration for comparison.

Describe the solution you'd like Recognize Ecowitt HP2553 weather station

Additional context ecowitt2mqtt: Screenshot 2023-05-27 231742

Original Ecowitt integration: ecowitt_original_ha_integration

bachya commented 1 year ago

I'm also not seeing many of the calculated values, like "Feels like" temperature. On the original Ecowitt integration, the station also reports a "Solar Lux" value of the current outdoor brightness, which I'm also missing here. I've added a second screenshot with the values reported by the default Ecowitt integration for comparison.

To help troubleshoot missing data, please send along a diagnostics report: https://github.com/bachya/ecowitt2mqtt#diagnostics

AndLindemann commented 1 year ago

Thanks for looking into it. Here's the data. I think we can forget about the missing calculated data though - when configuring the add-on for diagnostics, I noticed that I had disabled the calculated data switch. I probably misread it as "Display calculated data" before and accidentally toggled it on. Sorry for that. ;)

May 28 14:10:40 ha addon_c35f0383_ecowitt2mqtt[437]: [16:10:40] INFO: Fetching configuration...
May 28 14:10:40 ha addon_c35f0383_ecowitt2mqtt[437]: [16:10:40] INFO: Using MQTT host: core-mosquitto
May 28 14:10:40 ha addon_c35f0383_ecowitt2mqtt[437]: [16:10:40] INFO: Using MQTT port: 1883
May 28 14:10:41 ha addon_c35f0383_ecowitt2mqtt[437]: [16:10:41] INFO: Using MQTT username: addons
May 28 14:10:41 ha addon_c35f0383_ecowitt2mqtt[437]: [16:10:41] INFO: Using MQTT password: REDACTED
May 28 14:10:42 ha addon_c35f0383_ecowitt2mqtt[437]: [16:10:42] INFO: Starting Ecowitt2MQTT
May 28 14:10:42 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:42,564 | DEBUG | Input CLI options/environment variables: {'mqtt_broker': 'core-mosquitto', 'mqtt_port': '1883', 'mqtt_username': 'addons', 'mqtt_password': 'haha', 'port': '8080', 'hass_discovery': True, 'default_battery_strategy': 'numeric', 'diagnostics': True, 'endpoint': '/data/report', 'hass_discovery_prefix': 'homeassistant', 'input_data_format': 'ecowitt', 'input_unit_system': 'imperial', 'output_unit_system': 'metric', 'precision': '1', 'verbose': True}
May 28 14:10:42 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:42,564 | DEBUG | Configs loaded: <Configs _configs={'default': {'mqtt_broker': 'core-mosquitto', 'mqtt_port': 1883, 'mqtt_username': 'addons', 'mqtt_password': 'haha', 'port': 8080, 'hass_discovery': True, 'default_battery_strategy': <BatteryStrategy.NUMERIC: 'numeric'>, 'diagnostics': True, 'endpoint': '/data/report', 'hass_discovery_prefix': 'homeassistant', 'input_data_format': <InputDataFormat.ECOWITT: 'ecowitt'>, 'input_unit_system': 'imperial', 'output_unit_system': 'metric', 'precision': 1, 'verbose': True, 'mqtt_tls': False, 'mqtt_retain': False, 'disable_calculated_data': False, 'battery_override': {}, 'raw_data': False}}
May 28 14:10:42 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:42,567 | INFO | Starting ecowitt2mqtt (version 2023.05.0)
May 28 14:10:42 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:42,568 | DEBUG | Starting runtime
May 28 14:10:42 ha addon_c35f0383_ecowitt2mqtt[437]: INFO:     Started server process [5546]
May 28 14:10:42 ha addon_c35f0383_ecowitt2mqtt[437]: INFO:     Waiting for application startup.
May 28 14:10:42 ha addon_c35f0383_ecowitt2mqtt[437]: INFO:     Application startup complete.
May 28 14:10:42 ha addon_c35f0383_ecowitt2mqtt[437]: INFO:     Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,062 | DEBUG | Received data payload: {'PASSKEY': 'E84BCDA2EEC5765BD2B2E4BA20E7FD90', 'stationtype': 'EasyWeatherPro_V5.1.1', 'runtime': '2', 'dateutc': '2023-05-28 14:10:55', 'tempinf': '73.9', 'humidityin': '44', 'baromrelin': '30.070', 'baromabsin': '29.873', 'tempf': '76.8', 'humidity': '39', 'winddir': '205', 'windspeedmph': '1.79', 'windgustmph': '6.93', 'maxdailygust': '13.20', 'solarradiation': '491.00', 'uv': '4', 'rainratein': '0.000', 'eventrainin': '0.000', 'hourlyrainin': '0.000', 'dailyrainin': '0.000', 'weeklyrainin': '0.039', 'monthlyrainin': '0.039', 'yearlyrainin': '0.039', 'wh80batt': '3.28', 'wh40batt': '1.6', 'wh25batt': '0', 'freq': '868M', 'model': 'HP2553AE_Pro_V1.9.0', 'interval': '16'}
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,062 | DEBUG | Creating MQTT loop: addons@core-mosquitto:1883
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: INFO:     10.0.70.47:62740 - "POST /data/report HTTP/1.1" 204 No Content
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,064 | DEBUG | Sending CONNECT (u1, p1, wr0, wq0, wf0, c1, k60) client_id=b''
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,064 | DEBUG | Received CONNACK (0, 0)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,065 | DEBUG | Publishing payload: {'PASSKEY': 'E84BCDA2EEC5765BD2B2E4BA20E7FD90', 'stationtype': 'EasyWeatherPro_V5.1.1', 'runtime': '2', 'dateutc': '2023-05-28 14:10:55', 'tempinf': '73.9', 'humidityin': '44', 'baromrelin': '30.070', 'baromabsin': '29.873', 'tempf': '76.8', 'humidity': '39', 'winddir': '205', 'windspeedmph': '1.79', 'windgustmph': '6.93', 'maxdailygust': '13.20', 'solarradiation': '491.00', 'uv': '4', 'rainratein': '0.000', 'eventrainin': '0.000', 'hourlyrainin': '0.000', 'dailyrainin': '0.000', 'weeklyrainin': '0.039', 'monthlyrainin': '0.039', 'yearlyrainin': '0.039', 'wh80batt': '3.28', 'wh40batt': '1.6', 'wh25batt': '0', 'freq': '868M', 'model': 'HP2553AE_Pro_V1.9.0', 'interval': '16'}
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,065 | DEBUG | Calculator found for runtime: <ecowitt2mqtt.helpers.calculator.time.RuntimeCalculator object at 0x7f6b7f8e1d80> (key: runtime, value: 2.0)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,066 | DEBUG | Calculator found for tempin: <ecowitt2mqtt.helpers.calculator.temperature.TemperatureCalculator object at 0x7f6b7f8e1d50> (key: tempin, value: 73.9)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,067 | DEBUG | Calculator found for humidityin: <ecowitt2mqtt.helpers.calculator.humidity.RelativeHumidityCalculator object at 0x7f6b7f8e1d80> (key: humidityin, value: 44.0)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,067 | DEBUG | Calculator found for baromrel: <ecowitt2mqtt.helpers.calculator.pressure.PressureCalculator object at 0x7f6b7f8e17b0> (key: baromrel, value: 30.07)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,067 | DEBUG | Calculator found for baromabs: <ecowitt2mqtt.helpers.calculator.pressure.PressureCalculator object at 0x7f6b7f8e28f0> (key: baromabs, value: 29.873)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,068 | DEBUG | Calculator found for temp: <ecowitt2mqtt.helpers.calculator.temperature.TemperatureCalculator object at 0x7f6b7f8e1b40> (key: temp, value: 76.8)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,068 | DEBUG | Calculator found for humidity: <ecowitt2mqtt.helpers.calculator.humidity.RelativeHumidityCalculator object at 0x7f6b7f8e28f0> (key: humidity, value: 39.0)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,068 | DEBUG | Calculator found for winddir: <ecowitt2mqtt.helpers.calculator.wind.WindDirCalculator object at 0x7f6b7f8e2500> (key: winddir, value: 205.0)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,068 | DEBUG | Calculator found for windspeed: <ecowitt2mqtt.helpers.calculator.wind.WindSpeedCalculator object at 0x7f6b7f8e1cf0> (key: windspeed, value: 1.79)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,069 | DEBUG | Calculator found for windgust: <ecowitt2mqtt.helpers.calculator.wind.WindSpeedCalculator object at 0x7f6b7f8e23b0> (key: windgust, value: 6.93)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,069 | DEBUG | Calculator found for maxdailygust: <ecowitt2mqtt.helpers.calculator.wind.WindSpeedCalculator object at 0x7f6b7f8e2650> (key: maxdailygust, value: 13.2)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,069 | DEBUG | Calculator found for solarradiation: <ecowitt2mqtt.helpers.calculator.illuminance.IlluminanceCalculator object at 0x7f6b7f8e1f00> (key: solarradiation, value: 491.0)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,070 | DEBUG | Calculator found for uv: <ecowitt2mqtt.helpers.calculator.uv.UVIndexCalculator object at 0x7f6b7f8e2fe0> (key: uv, value: 4.0)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,070 | DEBUG | Calculator found for rainrate: <ecowitt2mqtt.helpers.calculator.precipitation.PrecipitationRateCalculator object at 0x7f6b7f8e3040> (key: rainrate, value: 0.0)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,070 | DEBUG | Calculator found for eventrain: <ecowitt2mqtt.helpers.calculator.precipitation.AccumulatedPrecipitationCalculator object at 0x7f6b7f8e30a0> (key: eventrain, value: 0.0)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,070 | DEBUG | Calculator found for hourlyrain: <ecowitt2mqtt.helpers.calculator.precipitation.AccumulatedPrecipitationCalculator object at 0x7f6b7f8e3100> (key: hourlyrain, value: 0.0)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,070 | DEBUG | Calculator found for dailyrain: <ecowitt2mqtt.helpers.calculator.precipitation.AccumulatedPrecipitationCalculator object at 0x7f6b7f8e3160> (key: dailyrain, value: 0.0)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,070 | DEBUG | Calculator found for weeklyrain: <ecowitt2mqtt.helpers.calculator.precipitation.AccumulatedPrecipitationCalculator object at 0x7f6b7f8e31c0> (key: weeklyrain, value: 0.039)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,071 | DEBUG | Calculator found for monthlyrain: <ecowitt2mqtt.helpers.calculator.precipitation.AccumulatedPrecipitationCalculator object at 0x7f6b7f8e3220> (key: monthlyrain, value: 0.039)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,071 | DEBUG | Calculator found for yearlyrain: <ecowitt2mqtt.helpers.calculator.precipitation.AccumulatedPrecipitationCalculator object at 0x7f6b7f8e3280> (key: yearlyrain, value: 0.039)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,071 | DEBUG | Calculator found for wh80batt: <ecowitt2mqtt.helpers.calculator.battery.BatteryCalculator object at 0x7f6b7f8e32e0> (key: wh80batt, value: 3.28)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,072 | DEBUG | Calculator found for wh40batt: <ecowitt2mqtt.helpers.calculator.battery.BatteryCalculator object at 0x7f6b7f8e3340> (key: wh40batt, value: 1.6)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,072 | DEBUG | Calculator found for wh25batt: <ecowitt2mqtt.helpers.calculator.battery.BatteryCalculator object at 0x7f6b7f8e33a0> (key: wh25batt, value: 0.0)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,072 | DEBUG | No calculator found for interval
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,072 | DEBUG | Relative Strain Index is only valid for temperatures above 26°C and below 35°C
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,073 | DEBUG | Relative Strain Index is only valid for temperatures above 26°C and below 35°C
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,073 | DEBUG | Wind Chill Temperature is only defined for temperatures at or below 50 F and wind speeds above 3 mph. (current temperature: 76.8, current wind speed: 1.79)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,073 | DEBUG | Sending PUBLISH (d0, q0, r0, m1), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/runtime/config'', ... (732 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,074 | DEBUG | Sending PUBLISH (d0, q0, r0, m2), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/runtime/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,074 | DEBUG | Sending PUBLISH (d0, q0, r0, m3), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/runtime/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,074 | DEBUG | Sending PUBLISH (d0, q0, r0, m4), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/runtime/state'', ... (3 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,075 | DEBUG | Sending PUBLISH (d0, q0, r0, m5), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/tempin/config'', ... (682 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,075 | DEBUG | Sending PUBLISH (d0, q0, r0, m6), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/tempin/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,075 | DEBUG | Sending PUBLISH (d0, q0, r0, m7), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/tempin/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,076 | DEBUG | Sending PUBLISH (d0, q0, r0, m8), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/tempin/state'', ... (4 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,076 | DEBUG | Sending PUBLISH (d0, q0, r0, m9), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/humidityin/config'', ... (693 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,076 | DEBUG | Sending PUBLISH (d0, q0, r0, m10), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/humidityin/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,077 | DEBUG | Sending PUBLISH (d0, q0, r0, m11), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/humidityin/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,077 | DEBUG | Sending PUBLISH (d0, q0, r0, m12), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/humidityin/state'', ... (4 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,077 | DEBUG | Sending PUBLISH (d0, q0, r0, m13), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/baromrel/config'', ... (685 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,078 | DEBUG | Sending PUBLISH (d0, q0, r0, m14), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/baromrel/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,078 | DEBUG | Sending PUBLISH (d0, q0, r0, m15), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/baromrel/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,079 | DEBUG | Sending PUBLISH (d0, q0, r0, m16), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/baromrel/state'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,079 | DEBUG | Sending PUBLISH (d0, q0, r0, m17), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/baromabs/config'', ... (685 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,080 | DEBUG | Sending PUBLISH (d0, q0, r0, m18), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/baromabs/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,080 | DEBUG | Sending PUBLISH (d0, q0, r0, m19), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/baromabs/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,081 | DEBUG | Sending PUBLISH (d0, q0, r0, m20), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/baromabs/state'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,081 | DEBUG | Sending PUBLISH (d0, q0, r0, m21), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/temp/config'', ... (672 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,081 | DEBUG | Sending PUBLISH (d0, q0, r0, m22), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/temp/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,082 | DEBUG | Sending PUBLISH (d0, q0, r0, m23), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/temp/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,082 | DEBUG | Sending PUBLISH (d0, q0, r0, m24), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/temp/state'', ... (4 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,082 | DEBUG | Sending PUBLISH (d0, q0, r0, m25), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/humidity/config'', ... (683 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,083 | DEBUG | Sending PUBLISH (d0, q0, r0, m26), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/humidity/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,083 | DEBUG | Sending PUBLISH (d0, q0, r0, m27), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/humidity/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,084 | DEBUG | Sending PUBLISH (d0, q0, r0, m28), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/humidity/state'', ... (4 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,084 | DEBUG | Sending PUBLISH (d0, q0, r0, m29), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/winddir/config'', ... (648 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,084 | DEBUG | Sending PUBLISH (d0, q0, r0, m30), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/winddir/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,085 | DEBUG | Sending PUBLISH (d0, q0, r0, m31), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/winddir/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,086 | DEBUG | Sending PUBLISH (d0, q0, r0, m32), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/winddir/state'', ... (5 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,086 | DEBUG | Sending PUBLISH (d0, q0, r0, m33), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/windspeed/config'', ... (692 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,087 | DEBUG | Sending PUBLISH (d0, q0, r0, m34), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/windspeed/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,087 | DEBUG | Sending PUBLISH (d0, q0, r0, m35), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/windspeed/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,088 | DEBUG | Sending PUBLISH (d0, q0, r0, m36), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/windspeed/state'', ... (3 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,089 | DEBUG | Sending PUBLISH (d0, q0, r0, m37), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/windgust/config'', ... (687 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,090 | DEBUG | Sending PUBLISH (d0, q0, r0, m38), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/windgust/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,090 | DEBUG | Sending PUBLISH (d0, q0, r0, m39), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/windgust/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,090 | DEBUG | Sending PUBLISH (d0, q0, r0, m40), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/windgust/state'', ... (4 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,091 | DEBUG | Sending PUBLISH (d0, q0, r0, m41), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/maxdailygust/config'', ... (707 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,092 | DEBUG | Sending PUBLISH (d0, q0, r0, m42), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/maxdailygust/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,092 | DEBUG | Sending PUBLISH (d0, q0, r0, m43), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/maxdailygust/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,093 | DEBUG | Sending PUBLISH (d0, q0, r0, m44), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/maxdailygust/state'', ... (4 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,093 | DEBUG | Sending PUBLISH (d0, q0, r0, m45), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/solarradiation/config'', ... (723 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,094 | DEBUG | Sending PUBLISH (d0, q0, r0, m46), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/solarradiation/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,094 | DEBUG | Sending PUBLISH (d0, q0, r0, m47), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/solarradiation/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,094 | DEBUG | Sending PUBLISH (d0, q0, r0, m48), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/solarradiation/state'', ... (5 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,095 | DEBUG | Sending PUBLISH (d0, q0, r0, m49), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/uv/config'', ... (661 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,096 | DEBUG | Sending PUBLISH (d0, q0, r0, m50), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/uv/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,096 | DEBUG | Sending PUBLISH (d0, q0, r0, m51), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/uv/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,097 | DEBUG | Sending PUBLISH (d0, q0, r0, m52), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/uv/state'', ... (3 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,097 | DEBUG | Sending PUBLISH (d0, q0, r0, m53), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/rainrate/config'', ... (679 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,098 | DEBUG | Sending PUBLISH (d0, q0, r0, m54), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/rainrate/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,098 | DEBUG | Sending PUBLISH (d0, q0, r0, m55), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/rainrate/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,099 | DEBUG | Sending PUBLISH (d0, q0, r0, m56), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/rainrate/state'', ... (3 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,100 | DEBUG | Sending PUBLISH (d0, q0, r0, m57), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/eventrain/config'', ... (676 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,100 | DEBUG | Sending PUBLISH (d0, q0, r0, m58), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/eventrain/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,101 | DEBUG | Sending PUBLISH (d0, q0, r0, m59), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/eventrain/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,101 | DEBUG | Sending PUBLISH (d0, q0, r0, m60), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/eventrain/state'', ... (3 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,103 | DEBUG | Sending PUBLISH (d0, q0, r0, m61), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/hourlyrain/config'', ... (681 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,103 | DEBUG | Sending PUBLISH (d0, q0, r0, m62), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/hourlyrain/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,104 | DEBUG | Sending PUBLISH (d0, q0, r0, m63), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/hourlyrain/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,104 | DEBUG | Sending PUBLISH (d0, q0, r0, m64), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/hourlyrain/state'', ... (3 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,105 | DEBUG | Sending PUBLISH (d0, q0, r0, m65), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/dailyrain/config'', ... (676 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,105 | DEBUG | Sending PUBLISH (d0, q0, r0, m66), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/dailyrain/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,106 | DEBUG | Sending PUBLISH (d0, q0, r0, m67), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/dailyrain/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,106 | DEBUG | Sending PUBLISH (d0, q0, r0, m68), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/dailyrain/state'', ... (3 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,106 | DEBUG | Sending PUBLISH (d0, q0, r0, m69), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/weeklyrain/config'', ... (681 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,107 | DEBUG | Sending PUBLISH (d0, q0, r0, m70), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/weeklyrain/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,108 | DEBUG | Sending PUBLISH (d0, q0, r0, m71), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/weeklyrain/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,109 | DEBUG | Sending PUBLISH (d0, q0, r0, m72), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/weeklyrain/state'', ... (3 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,109 | DEBUG | Sending PUBLISH (d0, q0, r0, m73), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/monthlyrain/config'', ... (686 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,110 | DEBUG | Sending PUBLISH (d0, q0, r0, m74), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/monthlyrain/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,110 | DEBUG | Sending PUBLISH (d0, q0, r0, m75), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/monthlyrain/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,110 | DEBUG | Sending PUBLISH (d0, q0, r0, m76), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/monthlyrain/state'', ... (3 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,111 | DEBUG | Sending PUBLISH (d0, q0, r0, m77), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/yearlyrain/config'', ... (681 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,111 | DEBUG | Sending PUBLISH (d0, q0, r0, m78), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/yearlyrain/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,112 | DEBUG | Sending PUBLISH (d0, q0, r0, m79), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/yearlyrain/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,112 | DEBUG | Sending PUBLISH (d0, q0, r0, m80), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/yearlyrain/state'', ... (3 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,113 | DEBUG | Sending PUBLISH (d0, q0, r0, m81), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/wh80batt/config'', ... (715 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,113 | DEBUG | Sending PUBLISH (d0, q0, r0, m82), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/wh80batt/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,114 | DEBUG | Sending PUBLISH (d0, q0, r0, m83), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/wh80batt/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,114 | DEBUG | Sending PUBLISH (d0, q0, r0, m84), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/wh80batt/state'', ... (3 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,116 | DEBUG | Sending PUBLISH (d0, q0, r0, m85), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/wh40batt/config'', ... (715 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,117 | DEBUG | Sending PUBLISH (d0, q0, r0, m86), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/wh40batt/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,117 | DEBUG | Sending PUBLISH (d0, q0, r0, m87), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/wh40batt/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,117 | DEBUG | Sending PUBLISH (d0, q0, r0, m88), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/wh40batt/state'', ... (3 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,118 | DEBUG | Sending PUBLISH (d0, q0, r0, m89), 'b'homeassistant/binary_sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/wh25batt/config'', ... (678 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,118 | DEBUG | Sending PUBLISH (d0, q0, r0, m90), 'b'homeassistant/binary_sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/wh25batt/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,119 | DEBUG | Sending PUBLISH (d0, q0, r0, m91), 'b'homeassistant/binary_sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/wh25batt/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,120 | DEBUG | Sending PUBLISH (d0, q0, r0, m92), 'b'homeassistant/binary_sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/wh25batt/state'', ... (3 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,120 | DEBUG | Missing entity description for "interval" (please report it!)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,121 | DEBUG | Sending PUBLISH (d0, q0, r0, m93), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/interval/config'', ... (597 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,121 | DEBUG | Sending PUBLISH (d0, q0, r0, m94), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/interval/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,122 | DEBUG | Sending PUBLISH (d0, q0, r0, m95), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/interval/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,123 | DEBUG | Sending PUBLISH (d0, q0, r0, m96), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/interval/state'', ... (4 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,124 | DEBUG | Sending PUBLISH (d0, q0, r0, m97), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/beaufortscale/config'', ... (681 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,125 | DEBUG | Sending PUBLISH (d0, q0, r0, m98), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/beaufortscale/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,126 | DEBUG | Sending PUBLISH (d0, q0, r0, m99), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/beaufortscale/attributes'', ... (190 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,128 | DEBUG | Sending PUBLISH (d0, q0, r0, m100), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/beaufortscale/state'', ... (1 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,129 | DEBUG | Sending PUBLISH (d0, q0, r0, m101), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/dewpoint/config'', ... (692 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,129 | DEBUG | Sending PUBLISH (d0, q0, r0, m102), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/dewpoint/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,130 | DEBUG | Sending PUBLISH (d0, q0, r0, m103), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/dewpoint/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,131 | DEBUG | Sending PUBLISH (d0, q0, r0, m104), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/dewpoint/state'', ... (4 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,132 | DEBUG | Sending PUBLISH (d0, q0, r0, m105), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/feelslike/config'', ... (697 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,132 | DEBUG | Sending PUBLISH (d0, q0, r0, m106), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/feelslike/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,133 | DEBUG | Sending PUBLISH (d0, q0, r0, m107), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/feelslike/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,134 | DEBUG | Sending PUBLISH (d0, q0, r0, m108), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/feelslike/state'', ... (4 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,134 | DEBUG | Sending PUBLISH (d0, q0, r0, m109), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/frostpoint/config'', ... (702 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,135 | DEBUG | Sending PUBLISH (d0, q0, r0, m110), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/frostpoint/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,136 | DEBUG | Sending PUBLISH (d0, q0, r0, m111), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/frostpoint/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,137 | DEBUG | Sending PUBLISH (d0, q0, r0, m112), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/frostpoint/state'', ... (3 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,139 | DEBUG | Sending PUBLISH (d0, q0, r0, m113), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/frostrisk/config'', ... (633 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,139 | DEBUG | Sending PUBLISH (d0, q0, r0, m114), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/frostrisk/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,140 | DEBUG | Sending PUBLISH (d0, q0, r0, m115), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/frostrisk/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,141 | DEBUG | Sending PUBLISH (d0, q0, r0, m116), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/frostrisk/state'', ... (7 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,142 | DEBUG | Sending PUBLISH (d0, q0, r0, m117), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/heatindex/config'', ... (697 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,142 | DEBUG | Sending PUBLISH (d0, q0, r0, m118), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/heatindex/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,143 | DEBUG | Sending PUBLISH (d0, q0, r0, m119), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/heatindex/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,143 | DEBUG | Sending PUBLISH (d0, q0, r0, m120), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/heatindex/state'', ... (4 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,144 | DEBUG | Sending PUBLISH (d0, q0, r0, m121), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/humidex/config'', ... (643 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,145 | DEBUG | Sending PUBLISH (d0, q0, r0, m122), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/humidex/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,145 | DEBUG | Sending PUBLISH (d0, q0, r0, m123), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/humidex/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,146 | DEBUG | Sending PUBLISH (d0, q0, r0, m124), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/humidex/state'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,149 | DEBUG | Sending PUBLISH (d0, q0, r0, m125), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/humidex_perception/config'', ... (668 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,150 | DEBUG | Sending PUBLISH (d0, q0, r0, m126), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/humidex_perception/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,151 | DEBUG | Sending PUBLISH (d0, q0, r0, m127), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/humidex_perception/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,152 | DEBUG | Sending PUBLISH (d0, q0, r0, m128), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/humidex_perception/state'', ... (23 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,153 | DEBUG | Sending PUBLISH (d0, q0, r0, m129), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/humidityabs/config'', ... (707 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,157 | DEBUG | Sending PUBLISH (d0, q0, r0, m130), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/humidityabs/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,158 | DEBUG | Sending PUBLISH (d0, q0, r0, m131), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/humidityabs/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,162 | DEBUG | Sending PUBLISH (d0, q0, r0, m132), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/humidityabs/state'', ... (3 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,163 | DEBUG | Sending PUBLISH (d0, q0, r0, m133), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/humidityabsin/config'', ... (717 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,166 | DEBUG | Sending PUBLISH (d0, q0, r0, m134), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/humidityabsin/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,166 | DEBUG | Sending PUBLISH (d0, q0, r0, m135), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/humidityabsin/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,167 | DEBUG | Sending PUBLISH (d0, q0, r0, m136), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/humidityabsin/state'', ... (3 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,168 | DEBUG | Sending PUBLISH (d0, q0, r0, m137), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/relative_strain_index/config'', ... (717 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,174 | DEBUG | Sending PUBLISH (d0, q0, r0, m138), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/relative_strain_index/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,176 | DEBUG | Sending PUBLISH (d0, q0, r0, m139), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/relative_strain_index/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,178 | DEBUG | Sending PUBLISH (d0, q0, r0, m140), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/relative_strain_index/state'', ... (4 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,179 | DEBUG | Sending PUBLISH (d0, q0, r0, m141), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/relative_strain_index_perception/config'', ... (742 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,181 | DEBUG | Sending PUBLISH (d0, q0, r0, m142), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/relative_strain_index_perception/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,182 | DEBUG | Sending PUBLISH (d0, q0, r0, m143), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/relative_strain_index_perception/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,182 | DEBUG | Sending PUBLISH (d0, q0, r0, m144), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/relative_strain_index_perception/state'', ... (4 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,183 | DEBUG | Sending PUBLISH (d0, q0, r0, m145), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/safe_exposure_time_skin_type_1/config'', ... (788 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,184 | DEBUG | Sending PUBLISH (d0, q0, r0, m146), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/safe_exposure_time_skin_type_1/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,185 | DEBUG | Sending PUBLISH (d0, q0, r0, m147), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/safe_exposure_time_skin_type_1/attributes'', ... (187 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,186 | DEBUG | Sending PUBLISH (d0, q0, r0, m148), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/safe_exposure_time_skin_type_1/state'', ... (4 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,190 | DEBUG | Sending PUBLISH (d0, q0, r0, m149), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/safe_exposure_time_skin_type_2/config'', ... (788 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,191 | DEBUG | Sending PUBLISH (d0, q0, r0, m150), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/safe_exposure_time_skin_type_2/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,192 | DEBUG | Sending PUBLISH (d0, q0, r0, m151), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/safe_exposure_time_skin_type_2/attributes'', ... (158 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,197 | DEBUG | Sending PUBLISH (d0, q0, r0, m152), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/safe_exposure_time_skin_type_2/state'', ... (4 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,198 | DEBUG | Sending PUBLISH (d0, q0, r0, m153), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/safe_exposure_time_skin_type_3/config'', ... (788 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,199 | DEBUG | Sending PUBLISH (d0, q0, r0, m154), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/safe_exposure_time_skin_type_3/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,200 | DEBUG | Sending PUBLISH (d0, q0, r0, m155), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/safe_exposure_time_skin_type_3/attributes'', ... (189 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,200 | DEBUG | Sending PUBLISH (d0, q0, r0, m156), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/safe_exposure_time_skin_type_3/state'', ... (4 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,201 | DEBUG | Sending PUBLISH (d0, q0, r0, m157), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/safe_exposure_time_skin_type_4/config'', ... (788 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,202 | DEBUG | Sending PUBLISH (d0, q0, r0, m158), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/safe_exposure_time_skin_type_4/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,203 | DEBUG | Sending PUBLISH (d0, q0, r0, m159), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/safe_exposure_time_skin_type_4/attributes'', ... (217 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,203 | DEBUG | Sending PUBLISH (d0, q0, r0, m160), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/safe_exposure_time_skin_type_4/state'', ... (4 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,204 | DEBUG | Sending PUBLISH (d0, q0, r0, m161), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/safe_exposure_time_skin_type_5/config'', ... (788 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,205 | DEBUG | Sending PUBLISH (d0, q0, r0, m162), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/safe_exposure_time_skin_type_5/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,205 | DEBUG | Sending PUBLISH (d0, q0, r0, m163), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/safe_exposure_time_skin_type_5/attributes'', ... (229 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,218 | DEBUG | Sending PUBLISH (d0, q0, r0, m164), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/safe_exposure_time_skin_type_5/state'', ... (5 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,219 | DEBUG | Sending PUBLISH (d0, q0, r0, m165), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/safe_exposure_time_skin_type_6/config'', ... (788 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,220 | DEBUG | Sending PUBLISH (d0, q0, r0, m166), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/safe_exposure_time_skin_type_6/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,221 | DEBUG | Sending PUBLISH (d0, q0, r0, m167), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/safe_exposure_time_skin_type_6/attributes'', ... (156 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,221 | DEBUG | Sending PUBLISH (d0, q0, r0, m168), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/safe_exposure_time_skin_type_6/state'', ... (5 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,222 | DEBUG | Sending PUBLISH (d0, q0, r0, m169), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/simmerindex/config'', ... (707 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,228 | DEBUG | Sending PUBLISH (d0, q0, r0, m170), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/simmerindex/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,230 | DEBUG | Sending PUBLISH (d0, q0, r0, m171), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/simmerindex/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,230 | DEBUG | Sending PUBLISH (d0, q0, r0, m172), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/simmerindex/state'', ... (4 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,231 | DEBUG | Sending PUBLISH (d0, q0, r0, m173), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/simmerzone/config'', ... (632 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,232 | DEBUG | Sending PUBLISH (d0, q0, r0, m174), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/simmerzone/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,233 | DEBUG | Sending PUBLISH (d0, q0, r0, m175), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/simmerzone/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,233 | DEBUG | Sending PUBLISH (d0, q0, r0, m176), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/simmerzone/state'', ... (11 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,234 | DEBUG | Sending PUBLISH (d0, q0, r0, m177), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/solarradiation_perceived/config'', ... (764 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,235 | DEBUG | Sending PUBLISH (d0, q0, r0, m178), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/solarradiation_perceived/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,236 | DEBUG | Sending PUBLISH (d0, q0, r0, m179), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/solarradiation_perceived/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,244 | DEBUG | Sending PUBLISH (d0, q0, r0, m180), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/solarradiation_perceived/state'', ... (4 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,245 | DEBUG | Sending PUBLISH (d0, q0, r0, m181), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/thermalperception/config'', ... (663 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,247 | DEBUG | Sending PUBLISH (d0, q0, r0, m182), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/thermalperception/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,248 | DEBUG | Sending PUBLISH (d0, q0, r0, m183), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/thermalperception/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,250 | DEBUG | Sending PUBLISH (d0, q0, r0, m184), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/thermalperception/state'', ... (3 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,251 | DEBUG | Sending PUBLISH (d0, q0, r0, m185), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/windchill/config'', ... (697 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,253 | DEBUG | Sending PUBLISH (d0, q0, r0, m186), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/windchill/availability'', ... (6 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,254 | DEBUG | Sending PUBLISH (d0, q0, r0, m187), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/windchill/attributes'', ... (2 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,257 | DEBUG | Sending PUBLISH (d0, q0, r0, m188), 'b'homeassistant/sensor/E84BCDA2EEC5765BD2E3F8BA20E7FD90/windchill/state'', ... (4 bytes)
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,263 | INFO | Published to Home Assistant MQTT Discovery
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,264 | DEBUG | Published data: {'runtime': CalculatedDataPoint(data_point_key='runtime', value=2.0, unit='s', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'tempin': CalculatedDataPoint(data_point_key='temp', value=23.3, unit='°C', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'humidityin': CalculatedDataPoint(data_point_key='humidity', value=44.0, unit='%', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'baromrel': CalculatedDataPoint(data_point_key='barom', value=1018.3, unit='hPa', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'baromabs': CalculatedDataPoint(data_point_key='barom', value=1011.6, unit='hPa', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'temp': CalculatedDataPoint(data_point_key='temp', value=24.9, unit='°C', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'humidity': CalculatedDataPoint(data_point_key='humidity', value=39.0, unit='%', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'winddir': CalculatedDataPoint(data_point_key='winddir', value=205.0, unit='°', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'windspeed': CalculatedDataPoint(data_point_key='wind', value=2.9, unit='km/h', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'windgust': CalculatedDataPoint(data_point_key='gust', value=11.2, unit='km/h', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'maxdailygust': CalculatedDataPoint(data_point_key='gust', value=21.2, unit='km/h', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'solarradiation': CalculatedDataPoint(data_point_key='solarradiation', value=491.0, unit='W/m²', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'uv': CalculatedDataPoint(data_point_key='uv', value=4.0, unit='UV index', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'rainrate': CalculatedDataPoint(data_point_key='rainrate', value=0.0, unit='mm/h', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'eventrain': CalculatedDataPoint(data_point_key='rain', value=0.0, unit='mm', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'hourlyrain': CalculatedDataPoint(data_point_key='rain', value=0.0, unit='mm', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'dailyrain': CalculatedDataPoint(data_point_key='rain', value=0.0, unit='mm', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'weeklyrain': CalculatedDataPoint(data_point_key='rain', value=1.0, unit='mm', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'monthlyrain': CalculatedDataPoint(data_point_key='rain', value=1.0, unit='mm', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'yearlyrain': CalculatedDataPoint(data_point_key='rain', value=1.0, unit='mm', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'wh80batt': CalculatedDataPoint(data_point_key='batt', value=3.3, unit='V', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'wh40batt': CalculatedDataPoint(data_point_key='batt', value=1.6, unit='V', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'wh25batt': CalculatedDataPoint(data_point_key='batt', value=<BooleanBatteryState.OFF: 'OFF'>, unit=None, attributes={}, data_type=<DataPointType.BOOLEAN: 1>), 'interval': CalculatedDataPoint(data_point_key='interval', value=16.0, unit=None, attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'beaufortscale': CalculatedDataPoint(data_point_key='beaufortscale', value=1, unit=None, attributes={'description': 'Light air', 'sea_conditions': 'Ripples with appearance of scales are formed, without foam crests', 'land_conditions': 'Direction shown by smoke drift but not by wind vanes'}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'dewpoint': CalculatedDataPoint(data_point_key='dewpoint', value=10.0, unit='°C', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'feelslike': CalculatedDataPoint(data_point_key='feelslike', value=24.9, unit='°C', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'frostpoint': CalculatedDataPoint(data_point_key='frostpoint', value=6.6, unit='°C', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'frostrisk': CalculatedDataPoint(data_point_key='frostrisk', value=<FrostRisk.NO_RISK: 'No risk'>, unit=None, attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'heatindex': CalculatedDataPoint(data_point_key='heatindex', value=24.5, unit='°C', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'humidex': CalculatedDataPoint(data_point_key='humidex', value=26, unit=None, attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'humidex_perception': CalculatedDataPoint(data_point_key='humidex_perception', value=<HumidexPerception.LITTLE_TO_NO_DISCOMFORT: 'Little to no discomfort'>, unit=None, attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'humidityabs': CalculatedDataPoint(data_point_key='humidityabs', value=8.9, unit='g/m³', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'humidityabsin': CalculatedDataPoint(data_point_key='humidityabsin', value=8.9, unit='g/m³', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'relative_strain_index': CalculatedDataPoint(data_point_key='relative_strain_index', value=None, unit=None, attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'relative_strain_index_perception': CalculatedDataPoint(data_point_key='relative_strain_index_perception', value=None, unit=None, attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'safe_exposure_time_skin_type_1': CalculatedDataPoint(data_point_key='safe_exposure_time_skin_type_1', value=41.7, unit='min', attributes={'ethnicity': 'Scandinavian, Celtic', 'tanning_ability': 'Always burns, does not tan', 'typical_features': 'Very fair skin, white; red or blond hair; light-colored eyes; freckles likely'}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'safe_exposure_time_skin_type_2': CalculatedDataPoint(data_point_key='safe_exposure_time_skin_type_2', value=50.0, unit='min', attributes={'ethnicity': 'Northern European (Caucasian)', 'tanning_ability': 'Burns easily, tans poorly', 'typical_features': 'Fair skin, white; light eyes; light hair'}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'safe_exposure_time_skin_type_3': CalculatedDataPoint(data_point_key='safe_exposure_time_skin_type_3', value=66.7, unit='min', attributes={'ethnicity': 'Darker Caucasian (Central Europe)', 'tanning_ability': 'Tans after initial burn', 'typical_features': 'Fair skin, cream white; any eye or hair color (very common skin type)'}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'safe_exposure_time_skin_type_4': CalculatedDataPoint(data_point_key='safe_exposure_time_skin_type_4', value=83.3, unit='min', attributes={'ethnicity': 'Mediterranean, Asian, Hispanic', 'tanning_ability': 'Burns minimally, tans easily', 'typical_features': 'Olive skin, typical Mediterranean Caucasian skin; dark brown hair; medium to heavy pigmentation'}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'safe_exposure_time_skin_type_5': CalculatedDataPoint(data_point_key='safe_exposure_time_skin_type_5', value=133.3, unit='min', attributes={'ethnicity': 'Middle eastern, Latin, light-skinned African-American, Indian', 'tanning_ability': 'Rarely burns, tans darkly easily', 'typical_features': 'Brown skin, typical Middle Eastern skin; dark hair; rarely sun sensitive'}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'safe_exposure_time_skin_type_6': CalculatedDataPoint(data_point_key='safe_exposure_time_skin_type_6', value=216.7, unit='min', attributes={'ethnicity': 'Dark-skinned African American', 'tanning_ability': 'Never burns, always tans darkly', 'typical_features': 'Black skin; rarely sun sensitive'}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'simmerindex': CalculatedDataPoint(data_point_key='simmerindex', value=28.2, unit='°C', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'simmerzone': CalculatedDataPoint(data_point_key='simmerzone', value=<SimmerZone.COMFORTABLE: 'Comfortable'>, unit=None, attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'solarradiation_perceived': CalculatedDataPoint(data_point_key='solarradiation_perceived', value=95.9, unit='%', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'thermalperception': CalculatedDataPoint(data_point_key='thermalperception', value=<ThermalPerception.DRY: 'Dry'>, unit=None, attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>), 'windchill': CalculatedDataPoint(data_point_key='windchill', value=None, unit='°C', attributes={}, data_type=<DataPointType.NON_BOOLEAN: 2>)}
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,264 | INFO | *** DIAGNOSTICS COLLECTED
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,264 | DEBUG | Stopping runtime
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,265 | DEBUG | Runtime shutdown complete
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: 2023-05-28 16:10:56,265 | DEBUG | Sending DISCONNECT
May 28 14:10:56 ha addon_c35f0383_ecowitt2mqtt[437]: [14:10:56] INFO: ecowitt2mqtt stopped, restarting...

Screenshot 2023-05-28 162149

AndLindemann commented 1 year ago

As for the "missing" solar lux brightness value, I believe this is calculated on the console which is explained on the ambient weather site. That matches with the values I'm seeing. https://ambientweather.com/faqs/question/view/id/1452/

Looking through the console settings on the weather station, the factor of 126.7 to go from W/m² radiation to lux value is actually configurable there. So it's safe to assume the console takes the W/m² value and multiplies by 126.7 to get the Solar Lux brightness.

bachya commented 1 year ago

Glad you found the option to enabled calculated sensors. 👍🏻

Re: solar lux values, when I implemented customized units per entity category (https://github.com/bachya/ecowitt2mqtt/issues/308), I made lux a unit conversion of the existing solarradiation sensors (rather than its own sensor). From the docs:

Illuminance

Config Option: --output-unit-illuminance

  • fc
  • kfc
  • klx
  • lx
  • W/m²

That said, the Home Assistant add-on doesn't currently allow you to set custom units on individual sensors because it's a bit duplicative with what Home Assistant, itself, does. So, in your case, you might consider a template sensor that converts W/m^2 to lux. The calculation is simple: just multiply the W/m^2 value by 0.0079.