Coder Social home page Coder Social logo

Comments (4)

RMHogervorst avatar RMHogervorst commented on July 21, 2024

Preferably through home assistant

from z03mmc.

devbis avatar devbis commented on July 21, 2024

Yes you can. https://github.com/devbis/z03mmc?tab=readme-ov-file#configuring-the-device
You can write corresponding values to the mentioned clusters/attributes for the result you need.

from z03mmc.

RMHogervorst avatar RMHogervorst commented on July 21, 2024

Okay I've tried several things but I don't know how to change the values through home assistant with ZHA.

Could you help me?

Here is what I tried:

Modify values through the device page

  • Go to device page
  • click on three dots under device info.
  • click on manage zigbee device

In there we have values for temperature measurement 0x0402. and a min, a max and some more attributes, but not attribute: 0x0010.

I can write values but that doesn't seem to have an effect.

use developer tools / call service / issue zigbee cluster command

  • go to developer tools
  • go to tab call service
  • pick issue zigbee cluster command

I know the ieee of the device, I know the cluster id (1) but I am a bit lost on what to do next.
Do you have an example yaml that I can use?

from z03mmc.

RMHogervorst avatar RMHogervorst commented on July 21, 2024

oh noo, do I need to translate the hex to integer?

  • cluster_id: 0x0402 = 1026
  • attribute: 0x0010 = 16

This at least gives me a green check mark on execution.

service: zha.set_zigbee_cluster_attribute
data:
  cluster_type: in
  ieee: [mac address]
  cluster_id: 1026
  endpoint_id: 1
  attribute: 16
  value: -1000

But this does not seem to change the values I get back from the device

from z03mmc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.