
firstone
Members-
Posts
561 -
Joined
-
Last visited
Everything posted by firstone
-
Ok, allow me to elaborate. Both, Polisy and eisy come configured for non-Zmatter adapters by default. When you switch to ZMatter and run conversion, they're become configured for ZMatter. I have done it on Polisy and it works with ZMatter. I have also (prematurely) done it on eisy, because I was getting ready to move from Polisy to eisy. Now, because some devices don't work well with ZMatter, I'm considering using another adapter - 500 series. But because I already ran this conversion, the adapter is no longer recognized as eisy is expecting ZMatter now. I can try it in Polisy but I'm 99% sure the result will be the same. So I'm looking for a way to reverse ZMatter conversion / migration.
-
Yes, didn't work
-
I'm not asking about how to move devices. IoX is switched to ZMatter and expecting ZMatter controller. How do I connect a different to controller to IoX?
-
Want to test some devices with a different controller.
-
The name "AVR" needs to resolve properly on polisy/eisy. If you ssh into it and 'ping AVR' or 'nslookup AVR', that will show you if name resolution works. It's a property of your DNS setup. 23 should be correct port. Check receiver settings. There should be settings related to IP control. I think by default it's off when receiver is in standby. But there could be others. You can test it with telnet from any computer. telnet 192.168.1.50 23 If it's up, you should connect and you can send telnet commands by typing them. Are you using version from prod store or new version from beta store? Also, PM logs to me. Easier to look in file format and doesn't pollute the forum.
-
Neither Denon nor LG will auto discover. You need to configure them in configuration page. You will need to put a name and IP address or a host name. Also, this only works with older WebOS LGs, not the newer one. Since I don't have newer one, I can't really support it. Which "Discover" button did you press? I'll fix the error.
-
Adb is not an officially published Android or Shield interface. The output of it can (and does) change with new android releases. When that happens, I might or might not be in a position to work on it right away and the fix might not even be possible. That's the downside. On an upside, you can do things that are not otherwise possible, such as fetching installed apps names. Similar functionality is available through (more official) chromecast interface. Chromecast does show media status for some apps. And you can technically add ability to start apps, thought that would have to be configured by hand, rather than automatic. You should look into it as a back up in case adb breaks in the future.
-
Same
-
Try 2.0.4. See if it works. You will need to reload profile. Probably the easiest way is to Get Apps command.
-
Try to rerun Interview or maybe remove/re-enroll.
-
both
-
I have the same thing. Node seems to be upgraded from 18 to 19 and upgrading this package fails as well. This update definitely breaks both, pg3 and pg3x.
-
If developer decides to stop developing what are the options? Creating completely new node server for the same integration? Kinds of sucks but I don't see any other possibilities.
-
Some of us rather like USB solution as you can put it away on a wall or higher up using usb extension cable. But also, eisy is tiny for a full working PC. Do you suppose there's a room for a daughter card?
-
I think it's largely a function of total number of users and what percentage of them is capable and willing to contribute. Likewise, anybody is free to contribute any fixes to any of my node servers. Of course, situation can change when payment is involved. But it's a lot more complicated topic. Even companies go out of business, drop the product or support for it or support gets outsourced and takes weeks...
-
If you enable chrome cast support and run discovery, it should be able to find it. I can also add it natively via adb. But now for the bad news: I've tested it and the functionality is very dependent of what's playing. Your playing your won media will likely work. Hulu and discovery+ work fine. But Netflix doesn't show status in chromecast. Though I do see status in adb. There are other apps that do not show status at all. Both, adb and chromecast need to be polled. So there's not difference there.
-
Try version 0.1.9. I've fixed restart issue and added raw data debugging. And send debug log when you see it again, pls.
-
With adb, there are no active notifications. It's poll based. You'll have to adjust short poll to whatever value you can live with. So if you're happy with 5-15 seconds delay, it's certainly doable. Another option is - Shield can be added as google cast device. That one will probably have faster notifications but the functionality would be more limited.
-
Bad news. I've looked at zwave logs and the lock just doesn't send an update when triggered by hand or via keypad. There is zero communication. That could, of course, mean it needs to be enrolled/enabled somehow differently. Or it could mean these locks just don't send updates in S2. Here's an example of message coming form Aeotec sensor that I do see as an example: [2023-01-31 15:31:24.137] [D] [...] RECEIVED: ( 01 18 00 04 00 00 14 0E 9F 03 79 00 0E E9 37 9A 2A 67 0B 44 DB F3 AA 00 00 D6 ) [2023-01-31 15:31:24.137] [D] [...] SENT ACK [2023-01-31 15:31:24.137] [D] [...] SETDATA devices.20.data.lastReceived = 0 (0x00000000) [2023-01-31 15:31:24.138] [I] [...] Node 20:0 CC SecurityS2: passing S2 Authenticated decrypted packet to application level: [ 84 07 ] [2023-01-31 15:31:24.138] [I] [...] Node 20:0 CC Wakeup: Wakeup notification
-
Switch to debug mode and when this happens, PM the log to me, pls. Maybe idle thread is dying. Press threshold is between Pressed and Held. Idle threshold is between anything else and Idle.
-
Mind don't seem to actively update. Only using query. They do update if I trigger via AC though.
-
Does it reset if you press the key? I currently don't keep track of key nodes so can't idle on start up. But, sure, will add that.
-
What's your firmware version if you don't mine me asking?
-
I've uploaded new version into Beta store - 2.0.3. It doesn't need adb anymore. Feel free to test if you want. It can also fetch a list of installed apps from Shield so that you can use them in your programs.