Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
S

StephanXL

@StephanXL
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • 💬 Water Meter Pulse Sensor
    S StephanXL

    I finally got this to work. Unlike what the description here says, this is how to update the value:
    In Home Assistant, go to Developer->Service->YAML mode:

    service: text.set_value
    data:
      value: "967067"
    target:
      entity_id: text.water_meter_100_2
    

    (change 967067 with the value you want to add to the current counter)

    The service "notify.mysensors" seems to be deprecated by Home Assistant.

    Announcements

  • 💬 Water Meter Pulse Sensor
    S StephanXL

    I really like the update you did for Home Assistant integration.

    But: I do not really understand, how to correctly send the VALUE_TO_ADD.

    This is what I tried to add 967.067 m³:

    service: notify.mysensors
    data:
      message: VALUE_TO_ADD
      target: text.water_meter_100_2
      data: 967067
    

    But I just get this error message:

    Fehler beim Aufrufen des Diensts notify.mysensors. expected dict for dictionary value @ data['data']. Got None
    

    These are my newly found entities:
    4a37f961-0218-41b2-9a4d-c368e42e9e2d-image.png

    What is wrong here?

    Announcements
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular