your problem also is you have both groups as = 1 each reader should have its own group like this
[reader]
label = Satellite
protocol = newcamd
device = myserver.dydns.net
key = 0102030405060708091011121314
user = user
password = pass
group = 1
blockemm-unknown = 1
blockemm-u = 1
blockemm-s = 1
blockemm-g = 1
[reader]
label = Cable
protocol = newcamd
device = myserver.dydns.net
key = 0102030405060708091011121314
user = user
password = pass
group = 2
blockemm-unknown = 1
blockemm-u = 1
blockemm-s = 1
blockemm-g = 1
[account]
user = Me
uniq = 1
monlevel = 2
keepalive = 1
group = 1,2
Keep everything simple or else things do go wrong
Just to confirm that I understood correctly, the last part starting with [account] I have amended and used in oscam.user.
Also one other thing, as I am referencing the newcamd protocol this doesn't reference the newcamdlist in /usr/keys does it as that is used by mgcamd? All required line info is already provided in oscam.server, correct?