07.12.2024, 08:03
Hi,
Which Zigbee dongle works on LM5 ?
Which Zigbee dongle works on LM5 ?
Zigbee integration
|
07.12.2024, 08:03
Hi,
Which Zigbee dongle works on LM5 ?
08.12.2024, 13:55
09.12.2024, 08:37
------------------------------
Ctrl+F5
13.12.2024, 08:19
Can the ZigBee RS232 also be used on a Wiser (LM5 lite)?
And what would be the route/website to obtain, living in Netherlands. Looking at range. When the gateway is in good range of 1 of the zigbee devices, the mesh network of Zigbee itself wil work for devices outside the range of the gateway? Or is the gateway so strong (inside building)? Thx for the answers!
13.12.2024, 08:37
SE has its own version of Zigbee interface based on our version but there are some changes so you better get this one for full compatibility. Search for LSS100400
If you add mains powered repeater then the range will be extended beyond the range of the coordinator. Nearly every mains powder zigbee device acts as a repeater.
------------------------------
Ctrl+F5
30.06.2025, 09:24
(08.12.2024, 13:55)CristianAgata Wrote:(07.12.2024, 08:03)Alexander Wrote: Hi,Hi Alexander, Hi Cristian, I’m using the RS-232 Zigbee interface with the Zigbee app on LogicMachine, but not all datapoints from the Zigbee device are showing up. Only some clusters or attributes seem to be available. Do you have any experience with this? Alexander
30.06.2025, 11:05
This is a list of supported devices https://kb.logicmachine.net/misc/zigbee-devices/
If you device is there then it should have majority of features created. If not then it needs a profile. In any case we never create 100% of features of a device as there is far too many.
------------------------------
Ctrl+F5
Yesterday, 07:33
(30.06.2025, 11:05)Daniel Wrote: This is a list of supported devices https://kb.logicmachine.net/misc/zigbee-devices/ Hi Daniel, It looks like my device is on that list – the Amina S Charger. I'm trying to find the specific datapoint shown in the attached image. I found this on the following page: Amina Zigbee
Yesterday, 07:37
Share the Device information from the zigbee app of this device(in text format)
------------------------------
Ctrl+F5
Yesterday, 07:45
(Yesterday, 07:37)Daniel Wrote: Share the Device information from the zigbee app of this device(in text format) Here it is
Yesterday, 08:04
OK thanks, we will look at it in a couple of days.
------------------------------
Ctrl+F5
Yesterday, 08:09
Yesterday, 09:56
You should be able to read this values via script
https://forum.logicmachine.net/showthrea...e#pid38422 https://kb.logicmachine.net/libraries/zi...wattribute
------------------------------
Ctrl+F5
Yesterday, 17:18
(Yesterday, 09:56)Daniel Wrote: You should be able to read this values via script Does this work with older LM5 Lite (newest firmware)? I have this Zigbee gateway from openRb with RS232 communication. (Today, 06:18)Daniel Wrote: It works with any imx6 version of LM Ok, but I can't get the script to work. Are we supposed to add a user library for this? Update: I always get the error message: "address must be a string or a number". Here is my script: Code: local zb = require('applibs.zigbee')
Hi
Please try this and give a feedback Code: local zb = require('applibs.zigbee') (10 hours ago)RomansP Wrote: Hi Hi, this works. Thank you. Log: testz 02.07.2025 13:06:29 * table: ["RmsVoltage"] * number: 242 testz 02.07.2025 13:06:29 * nil (10 hours ago)RomansP Wrote: Hi Maybe you can help me with reading another value. See attached images. I want to read Total Active Energy.
8 hours ago
Please test
Code: local zb = require('applibs.zigbee')
8 hours ago
(8 hours ago)RomansP Wrote: Please test That worked, thank you again! Getting 1810912 for a value, not sure how to read that. Maybe it means 1810kWh, which would make sense. Here is the log: testz 02.07.2025 13:59:46 * table: ["RmsVoltage"] * number: 241 testz 02.07.2025 13:59:46 * nil testz 02.07.2025 13:59:46 * number: 1810912 testz 02.07.2025 13:59:46 * nil |
« Next Oldest | Next Newest »
|