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.

Polisy Hardware Specs?

Featured Replies

Posted

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

 

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 by Teken

  • Author

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?

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%! [emoji1785]

One only needs to reference BLE!! [emoji35]

It’s only taking the Raspberries Pi foundation three freaking years to offer a half *** solution and it’s still not there yet! [emoji107]

I hope very much BLE support on BSD won’t take another five years?!? [emoji3525] 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. [emoji106]


Sent from my iPhone using Tapatalk

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.

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. [emoji1785]

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?!? [emoji2957]


Sent from my iPhone using Tapatalk

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.

No.  Kernel messages were noted in dmesg up till about Feb 14th.  after that it's not noted on reboot.

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

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 by larryllix

[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

 

?

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 by larryllix

output from uname -a

FreeBSD polisy 12.1-RELEASE-p2 FreeBSD 12.1-RELEASE-p2 GENERIC  amd64

output of sysctl

[admin@polisy ~]$ sysctl dev.cpu.0.temperature
sysctl: unknown oid 'dev.cpu.0.temperature'
[admin@polisy ~]$

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.conf
amdtemp_load="YES"
[admin@polisy /boot]$ sudo kldload amdtemp
kldload: 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 by kkempster99

  • 2 weeks later...

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 by kkempster99

Guest
This topic is now closed to further replies.

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.