ECOWITT WS90 + Door Window sensors from SHELLY over MQTT

Hello,

may I share the MQTT thing to manage the new weather station and door window from shelly?



UID: mqtt:topic:<REPLACE>:Shelly1MiniGen4_<REPLACE>
label: blu gateway
thingTypeUID: mqtt:topic
configuration:
  payloadNotAvailable: "false"
  availabilityTopic: shelly1minig4-<REPLACE>/online
  payloadAvailable: "true"
bridgeUID: mqtt:broker:<REPLACE>

channels:

  - id: shelly1mini_bthome_204_DOORWINDOW_LUX
    channelTypeUID: mqtt:number
    label: DOORWINDOW LUX
    configuration:
      stateTopic: shelly1minig4-<REPLACE>/status/bthomesensor:204
      transformationPattern:
        - JSONPATH:$.value

  - id: shelly1mini_bthome_205_DOORWINDOW_CONTACT
    channelTypeUID: mqtt:switch
    label: DOORWINDOW Contact
    configuration:
      stateTopic: shelly1minig4-<REPLACE>/status/bthomesensor:205
      transformationPattern:
        - JSONPATH:$.value
        - MAP:config:map:shellylettura
      on: on
      off: off

  - id: shelly1mini_bthome_DOORWINDOW_BATTERY
    channelTypeUID: mqtt:number
    label: DOORWINDOW Battery
    configuration:
      stateTopic: shelly1minig4-<REPLACE>/status/bthomedevice:201
      transformationPattern:
        - JSONPATH:$.battery

  - id: shelly1mini_bthome_207_WEATHER_LIGHT
    channelTypeUID: mqtt:number
    label: WEATHER Light
    configuration:
      stateTopic: shelly1minig4-<REPLACE>/status/bthomesensor:207
      transformationPattern:
        - JSONPATH:$.value


  - id: shelly1mini_bthome_208_WEATHER_RAIN
    channelTypeUID: mqtt:number
    label: WEATHER Rain
    configuration:
      stateTopic: shelly1minig4-<REPLACE>/status/bthomesensor:208
      transformationPattern:
        - JSONPATH:$.value


  - id: shelly1mini_bthome_209_WEATHER_WIND_SPEED
    channelTypeUID: mqtt:number
    label: WEATHER Wind Speed
    configuration:
      stateTopic: shelly1minig4-<REPLACE>/status/bthomesensor:209
      transformationPattern:
        - JSONPATH:$.value


  - id: shelly1mini_bthome_210_WEATHER_GUST
    channelTypeUID: mqtt:number
    label: WEATHER Wind Gust
    configuration:
      stateTopic: shelly1minig4-<REPLACE>/status/bthomesensor:210
      transformationPattern:
        - JSONPATH:$.value

  - id: shelly1mini_bthome_211_WEATHER_UV
    channelTypeUID: mqtt:number
    label: WEATHER UV Index
    configuration:
      stateTopic: shelly1minig4-<REPLACE>/status/bthomesensor:211
      transformationPattern:
        - JSONPATH:$.value

  
  - id: shelly1mini_bthome_212_WEATHER_WIND_DIR
    channelTypeUID: mqtt:number
    label: WEATHER Wind Direction
    configuration:
      stateTopic: shelly1minig4-<REPLACE>/status/bthomesensor:212
      transformationPattern:
        - JSONPATH:$.value


  - id: shelly1mini_bthome_213_WEATHER_TEMPERATURE
    channelTypeUID: mqtt:number
    label: WEATHER Temperature
    configuration:
      stateTopic: shelly1minig4-<REPLACE>/status/bthomesensor:213
      transformationPattern:
        - JSONPATH:$.value


  - id: shelly1mini_bthome_214_WEATHER_HUMIDITY
    channelTypeUID: mqtt:number
    label: WEATHER Humidity
    configuration:
      stateTopic: shelly1minig4-<REPLACE>/status/bthomesensor:214
      transformationPattern:
        - JSONPATH:$.value

  
  - id: shelly1mini_bthome_215_WEATHER_DEWPOINT
    channelTypeUID: mqtt:number
    label: WEATHER Dew Point
    configuration:
      stateTopic: shelly1minig4-<REPLACE>/status/bthomesensor:215
      transformationPattern:
        - JSONPATH:$.value

 
  - id: shelly1mini_bthome_216_WEATHER_PRESSURE
    channelTypeUID: mqtt:number
    label: WEATHER Pressure
    configuration:
      stateTopic: shelly1minig4-<REPLACE>/status/bthomesensor:216
      transformationPattern:
        - JSONPATH:$.value

  - id: shelly1mini_bthome_218_WEATHER_PRECIPITATION
    channelTypeUID: mqtt:number
    label: WEATHER Precipitation
    configuration:
      stateTopic: shelly1minig4-<REPLACE>/status/bthomesensor:218
      transformationPattern:
        - JSONPATH:$.value


  - id: shelly1mini_bthome_202_WEATHER_BATTERY
    channelTypeUID: mqtt:number
    label: WEATHER Battery
    configuration:
      stateTopic: shelly1minig4-<REPLACE>/status/bthomedevice:202
      transformationPattern:
        - JSONPATH:$.battery


This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.