Jump to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

evilpete

Members
  • Joined

  • Last visited

  1. I'm familiar with the hints described in hint.yaml file on GitHub, but is there a more complete list available somewhere? For example, I have a Zwave switch, which was assigned hint "4.16.0.0" a value not described in the document.. Other hints: Zwave switch :0.0.0.48 Zwave plug : 10.0.0.0 Zigbee plug: 10.0.0.0 Zwave : 48.32.50.53 37.45.61.165 Zigbee On-Off Switch: 48.32.50.53 Zigbee button: 39.0.0.13
  2. Q: should we put together a list on the wiki of functional and nonfunctional zig devices?
  3. THIRDREALITY ZigBee Smart Button Model # 3RSB22BZ https://www.amazon.com/dp/B0BJDWR3BC?th=1 Receive process button event. IoX v6.0.0 I am willing send capture log and/or buy/donate a unit if it will help
  4. Can you give a pros/cons review? This is something I've been thinking about recently
  5. I was able to link my Gen 4 Nest thermostat using the pairing code I got the pairing code though Google's "Home" App (Google Home App -> Thermostat -> Gear Icon -> Device Information -> Linked Matter Apps & Services -> Link Apps and Services -> Use pairing code) then added it using the UD Mobile app (Settings -> Matter -> Add Matter with Setup code) After a minute or so, the device was added, unfortunately only as a 'On-Off Switch' (the thermostat does respond to the On-Off commands) According to sources temperature and fan control are available <nodeDefs> <nodedef nls="103" id="ZM00002_001_1"> <sts> <st editor="ZM_OFF_ON_UNKNOWN" id="ST"/> <st hide="T" editor="ZM_ERR" id="ERR"/> </sts> <cmds> <sends/> <accepts> <cmd id="DON"> <p optional="T" editor="ZM_0_100_PERCENT" init="ST" id=""/> </cmd> <cmd id="DOF"/> <cmd id="TOGGLE"/> <cmd id="QUERY"/> </accepts> </cmds> </nodedef> </nodeDefs> <nodeInfo> <node flag="128" nodeDefId="ZM00002_001_1"> <address>ZM00002_001_1</address> <name>ZM 002.1 On-Off Switch</name> <family>15</family> <hint>48.32.50.53</hint> <type>255.1.255.255</type> <enabled>true</enabled> <deviceClass>0</deviceClass> <wattage>0</wattage> <dcPeriod>0</dcPeriod> <startDelay>0</startDelay> <endDelay>0</endDelay> <pnode>ZM00002_001_1</pnode> <rpnode>ZM00002_001_1</rpnode> <typeInfo> <t val="103" id="ioxType"/> <t val="0" id="mfgCode"/> <t val="" id="model"/> </typeInfo> <property name="" uom="78" formatted="On" value="100" id="ST"/> </node> <properties> <property name="" uom="78" formatted="On" value="100" id="ST"/> </properties> </nodeInfo>
  6. Third reality zigbee smart plug power monitoring not showing up Third Reality, Inc Model # 3RSP02028BZ https://www.amazon.com/THIRDREALITY-Zigbee-Smart-Plug/dp/B0BPY2KRHH IoX v.5.9.1 The device has no problem pairing, and is functional with on / off capabilities, but the power monitoring feature is not available. Note: under Xray: Device channel database object: ELECTRICAL_MEASUREMENT is listed
  7. on my Ipad when I create a favorite the default note color is #71A6FA, I've noticed that if I change the color and then change it back to the value #71A6FA it's not the same. To reproduce add a new node to favorites, change the default color (eg: #71A6AA) then change it back to #71A6FA
  8. Name: Aqara Water Leak Sensor URL: https://www.amazon.com/dp/B07D39MSZS I'd like this also, I have one and it connects but the note identifies itself as "main" with no attributes
  9. Understood.. On a simular topic, it's already been noted that iOS and android backups are not compatible, but a way to export/import just favorites would be very convenient for copying "consoles" between device devices (and hopefully easier to implement 😀) btw: android should not even be allowed to import an iOS backup, it really fuckers the android app, requiring a purge and then reinstall (and a lesson turned)....
  10. I placed a cheap ($11) usb fan from Amazon on top on the unit have had zero problems With the ambient temperature on my desk is around 71° [admin@eisy ~]$ ./get-temp.sh CPU0 26 C / 78 F CPU1 27 C / 80 F CPU2 26 C / 78 F CPU3 27 C / 80 F TZ0 27 C / 80 F Quiet 90mm Router Fan Cooler $11.99 2Pack Quiet 80mm USB Fan Dual-Ball Bearings $19.99
  11. Is there a way to copy the advanced configuration settings in favorites one object node to another, for example, value based color settings on multiple temperature sensors.
  12. Yeah, now that i understand what is going on more that's what I've thinking about with a few translation table based on protocol number... I was trying to use it as it at first not realizing it was special case mostly for Tasmota integrations
  13. @sjenkins thanks I'll probably have to write a plug-in that interprets the output of rtl-433. it's written in C and the code focuses on SDR protocol decoding thus the input format is not gonna change (I contributed to code base a few years ago) after looking around they have some example code that does something similar for another product. Side Note: once done it will be trivial to incorporate pre-existing devices as input sensors Tire pressure: {"time" : "2025-08-04 18:22:45", "protocol" : 186, "model" : "Hyundai-VDO", "type" : "TPMS", "id" : "5173f60b", "state" : 48, "flags" : 8, "repeat" : 1, "pressure_kPa" : 248.875, "temperature_C" : 25.000, "maybe_battery" : 1, "mic" : "CRC"} Home security sensors (admittedly the neighbors') {"time" : "2025-06-30 22:14:47", "model" : "Interlogix-Security", "subtype" : "unknown", "id" : "51a4c2", "battery_ok" : 0, "switch1" : "CLOSED", "switch2" : "CLOSED", "switch3" : "OPEN", "switch4" : "CLOSED", "switch5" : "CLOSED", "raw_message" : "d24000"} Efergy home energy meter (also the neighbors', but hey, it's good for development input data) {"time" : "2025-07-31 19:01:36", "protocol" : 100, "model" : "Efergy-e2CT", "id" : 16386, "battery_ok" : 0, "current" : 18.781, "interval" : 6} Rolling code Keyfobs {"time" : "@0.843604s", "protocol" : 164, "model" : "Secplus-v2", "id" : 1959100928, "button_id" : 16, "remote_id" : 1959100928, "fixed" : "70678577664", "rolling" : "240124739"} Motion sensors {time" : "2024-09-27 19:28:26", "model" : "Skylink motion sensor", "motion" : "true", "id" : "1e3e8", "raw" : "be3e8"}
  14. Thanks I'll do more studying.. I found a few filters that grok the json and publish the filtered results.
  15. I am trying to feed data from my outdoor temperature sensor (LaCrosse-TX141Bv3). I'm receiving the data using an SDR dongle and passing it via mqtt. The data I'm sending to MQTT: {"time" : "2025-08-07 13:39:10", "protocol" : 73, "model" : "LaCrosse-TX141Bv3", "id" : 237, "channel" : 1, "battery_ok" : 1, "temperature_C" : 20.800, "test" : "No"} This is the json output from rtl_433 My devfile: devices: - id: "TX141Bv1" sensor_id: "temperature_C" type: "Temp" name: "Temperature" status_topic: "rtl_433/LaCrosse-TX141Bv3/temperature_C" cmd_topic: "rtl_433/LaCrosse-TX141Bv3/power" - id: "TX141Bv2" sensor_id: "battery_ok" type: "raw" name: "Battery" status_topic: "rtl_433/LaCrosse-TX141Bv3/battery_ok" cmd_topic: "rtl_433/LaCrosse-TX141Bv3/power" - id: "TX141Bv4" sensor_id: "test" type: "flag" name: "testFlag" status_topic: "rtl_433/LaCrosse-TX141Bv3/test" cmd_topic: "rtl_433/LaCrosse-TX141Bv3/power" MQTT Explorer reports: . But Im seeing . any suggestions? I'm guessing I am misinterpreting fieldnames?

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.