kk7ds / pynx584

Python library and server for talking to NX584/NX8E interfaces
GNU General Public License v3.0
29 stars 26 forks source link

Zone names from expander (NX-216E) displays as 'Unknown' #18

Closed wicadmin closed 6 years ago

wicadmin commented 6 years ago

All zone names show up on keypad. pynx584 shows zone names as 'Unknown' for zones 9-15 which are on a NX-216E attached to the NX-8E. How can I get the names for those zones to show correctly in pynx584?

wicadmin commented 6 years ago

Increased max-zone in config.ini to 15 and it now shows correct. Perhaps max-zone should be a runtime parameter.