Jump to content

Polisy Hardware Specs?


andrewm

Recommended Posts

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

 

Link to comment
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!

Link to comment
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
Link to comment
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
Link to comment

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.

Link to comment
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 ~]$
 

Link to comment

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]$

Link to comment
  • 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.

 

 

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...