andrewm Posted March 16, 2020 Posted March 16, 2020 The Polisy product page is very light on hardware specs, and I can't find them in the forums. It does state "3 x 1 GB Ethernet ports", which is a start but then adds "extensive I/O features" which is very vague! So my specific questions would be: - How many USB ports? - Does it have user-accessible GPIO capability? - Does it have relay outputs? If so, what are the electrical specs? - Does it have a cooling fan? Thanks in advance - Andrew
Teken Posted March 16, 2020 Posted March 16, 2020 (edited) 5 hours ago, andrewm said: The Polisy product page is very light on hardware specs, and I can't find them in the forums. It does state "3 x 1 GB Ethernet ports", which is a start but then adds "extensive I/O features" which is very vague! So my specific questions would be: - How many USB ports? <- Two USB 3 - Does it have user-accessible GPIO capability? - Does it have relay outputs? If so, what are the electrical specs? <- No relays - Does it have a cooling fan? <- Fanless Thanks in advance - Andrew Answers in line and below here: AMD 1 GHZ Quad Core, 4 GB RAM, 32 GB SSD, DB9 (Serial / Insteon). The company is investigating Z-Wave Series 700 dongles for this support. ZigBee is also on the table but would use Node Servers for this support. The system comes with BLE, WiFi for the Pro version. There is also a slot for a SIM I believe could be wrong but this is what I recall. There is a header but haven't seen it discussed. 12V @ max 2A (when you have peripherals). But, normally 12V @1A = 12W. Temperature range is commercial. Lastly, the current system will support 1024 Nodes and 1000 Programs - For Now! Edited March 16, 2020 by Teken 1
andrewm Posted March 21, 2020 Author Posted March 21, 2020 Thanks for the reply. I was hoping to have some low-voltage I/O capability. Do you or anyone else know if it'll be possible to use plugin USB boards for that, or will we have to have separate external devices, such as Raspberry Pi?
Teken Posted March 21, 2020 Posted March 21, 2020 Thanks for the reply. I was hoping to have some low-voltage I/O capability. Do you or anyone else know if it'll be possible to use plugin USB boards for that, or will we have to have separate external devices, such as Raspberry Pi? Almost anything is possible via USB. The problem though is the correct USB drivers need to be integrated with the BSD OS. That is probably the greatest failing in Unix / Linux OS as many of the common Windows USB drivers are not present or readily available for use without each maker investing the time to incorporate them.The so called Plug & Play (P&P) was a great concept more than 20 years ago. But the reality is only 70% of the most common hardware is on board Windows OS and the same support for none Windows drops to below 45%! One only needs to reference BLE!! It’s only taking the Raspberries Pi foundation three freaking years to offer a half *** solution and it’s still not there yet! I hope very much BLE support on BSD won’t take another five years?!? For I/O given the vast support via RPI you simply can’t go wrong so it makes sense to go that route if you have near term plans. Sent from my iPhone using Tapatalk 1
io_guy Posted March 22, 2020 Posted March 22, 2020 This is polisy: https://www.pcengines.ch/apu2e4.htm 1
apostolakisl Posted March 22, 2020 Posted March 22, 2020 sounds like it has a gpio header. Of course UDI would have to write code to access those io's. And you would need to open the box and plug into the header (or solder to it, not sure if it is pinned). It also has I2C.
Teken Posted March 22, 2020 Posted March 22, 2020 sounds like it has a gpio header. Of course UDI would have to write code to access those io's. And you would need to open the box and plug into the header (or solder to it, not sure if it is pinned). It also has I2C. Long term it would probably make a lot more sense to offer a Ethernet based I/O board similar to the ones you referenced in the past for relays.Since the Polyisy has three RJ45 ports why not use one of the two remaining instead of hacking the case to shoe horn some crappy cables?!?Another option would be to use the serial port but given that is going to be used for the Insteon connection. I’m not too sure sending multiple serial data streams through a break out box is a very good idea. Regardless, good times for all of us if and when this box becomes the next generation controller!Node Link - Node Link - Bueller - Node Link - Bueller?!? Sent from my iPhone using Tapatalk 1
Beaker Posted March 28, 2020 Posted March 28, 2020 Question concerning CPU temp. As of Feb 14 or so, dev.cpu.0.temperature within sysctl is no longer reported. I confirmed /boot/loader.conf and it contains the amdtemp_load ="YES" instruction. Checking kernel messages I note that dmesg no longer reports the module being loaded. Anyone seeing the same condition? Was the module removed? Cheers. Ken.
Michel Kohanim Posted March 29, 2020 Posted March 29, 2020 @kkempster99, Do you see the module being loaded in dmesg? With kind regards, Michel
Beaker Posted April 1, 2020 Posted April 1, 2020 No. Kernel messages were noted in dmesg up till about Feb 14th. after that it's not noted on reboot.
Michel Kohanim Posted April 2, 2020 Posted April 2, 2020 @kkempster99, Just to be clear, syctl dev.cpu.0.temperature Returns nothing? If so, what's the output of uname -a? With kind regards, Michel
larryllix Posted April 2, 2020 Posted April 2, 2020 51 minutes ago, Michel Kohanim said: @kkempster99, Just to be clear, syctl dev.cpu.0.temperature Returns nothing? If so, what's the output of uname -a? With kind regards, Michel sysctl dev.cpu.0.temperature returns command not found on my polisy also
larryllix Posted April 2, 2020 Posted April 2, 2020 (edited) 3 minutes ago, Michel Kohanim said: And, uname -a? With kind regards, Michel FreeBSD 12.1-RELEASE-p3 r359260 POLISY Welcome to Polisy! [admin@polisy ~]$ uname -a FreeBSD polisy 12.1-RELEASE-p3 FreeBSD 12.1-RELEASE-p3 r359260 POLISY amd64 [admin@polisy ~]$ FreeBSD polisy 12.1-RELEASE-p3 FreeBSD 12.1-RELEASE-p3 r359260 POLISY amd64 -bash: FreeBSD: command not found [admin@polisy ~]$ Edited April 2, 2020 by larryllix
Bumbershoot Posted April 2, 2020 Posted April 2, 2020 [admin@polisy ~]$ sysctl -a | grep temperature dev.cpu.3.temperature: 50.6C dev.cpu.2.temperature: 50.6C dev.cpu.1.temperature: 50.6C dev.cpu.0.temperature: 50.6C
larryllix Posted April 2, 2020 Posted April 2, 2020 (edited) ? FreeBSD 12.1-RELEASE-p3 r359260 POLISY Welcome to Polisy! [admin@polisy ~]$ sysctl -a | grep temperature dev.cpu.3.temperature: 54.0C dev.cpu.2.temperature: 54.0C dev.cpu.1.temperature: 54.0C dev.cpu.0.temperature: 54.0C Edited April 2, 2020 by larryllix
Beaker Posted April 3, 2020 Posted April 3, 2020 output from uname -a FreeBSD polisy 12.1-RELEASE-p2 FreeBSD 12.1-RELEASE-p2 GENERIC amd64
Beaker Posted April 3, 2020 Posted April 3, 2020 output of sysctl [admin@polisy ~]$ sysctl dev.cpu.0.temperature sysctl: unknown oid 'dev.cpu.0.temperature' [admin@polisy ~]$
Beaker Posted April 3, 2020 Posted April 3, 2020 (edited) I notice that others have posted uname output noting -p3 Is it possible I'm missing an update that is causing the issue? I just performed another update to confirm and rebooted. output of sysctl and uname -a ; no p3 [admin@polisy ~]$ sysctl -a | grep temperature [admin@polisy ~]$ uname -a FreeBSD polisy 12.1-RELEASE-p2 FreeBSD 12.1-RELEASE-p2 GENERIC amd64 Additional details/testing: unable to find/load the driver [admin@polisy /boot]$ grep amdtemp loader.confamdtemp_load="YES" [admin@polisy /boot]$ sudo kldload amdtempkldload: can't load amdtemp: No such file or directory [admin@polisy /boot]$ dmesg | tail -10 ugen1.3: <vendor 0x0cf3 product 0xe003> at usbus1 apuled0: <APU2> at iomem 0xfed81610-0xfed8161b,0xfed81664-0xfed81667 on isa0 resetsw0: <UDXRSW-2> at iomem 0xfed81664-0xfed81667 on isa0 lo0: link state changed to UP igb0: link state changed to UP ubt0 on uhub2 ubt0: <vendor 0x0cf3 product 0xe003, class 224/1, rev 1.10/0.02, addr 3> on usbus1 WARNING: attempt to domain_add(bluetooth) after domainfinalize() WARNING: attempt to domain_add(netgraph) after domainfinalize() Security policy loaded: MAC/ntpd (mac_ntpd) [admin@polisy /boot]$ Edited April 3, 2020 by kkempster99
Michel Kohanim Posted April 5, 2020 Posted April 5, 2020 @kkempster99, This is really really odd. The only thing I can recommend is this: curl -s https://pkg.isy.io/script/update121.sh | sudo bash Before you do so, though, make sure you backup your Polyglot. With kind regards, Michel
Beaker Posted April 14, 2020 Posted April 14, 2020 (edited) Hi Michel, Attempted to execute the script and it errors out at the first check looking for POLISY uname -i returns GENERIC not POLISY causing the script to exit. admin@polisy ~]$ uname -i GENERIC UPDATE: downloaded the script and commented out the UNAME -i check. I was able to run the script without error. Rebooted and all is now good. amdtemp module loads and CPU temp is reporting. Additionally, uname -i now denotes POLISY and uname -a shows -p3 A few side affects with a few config changes I made for NTP and BASH profile scrip processing that I had to restore but all good. Thanks again for the assistance. Cheers. Ken. Edited April 15, 2020 by kkempster99 1
Recommended Posts