Everything posted by BamBamF16
-
Soft Keypadlinc-like Console from Raspberry Pi
@kck, @garybixler I have the same issue. Console won't auto-start. Jeff
-
Soft Keypadlinc-like Console from Raspberry Pi
Yes, pi7 as screen type and "Goodix Capacitive TouchScreen" in touchhandler.py. I don't know if this will help, but here is the output from xinput-calibrator: Jeff
-
Soft Keypadlinc-like Console from Raspberry Pi
@kck As a bit more data, there were errors with the latest stretch on X. The calibration was way off. I solved the issue by adding the following to /etc/X11/xorg.conf.d/99-calibration.conf: Section "InputClass" Identifier "calibration" MatchProduct "Goodix Capacitive TouchScreen" Option "TransformationMatrix" "1.69 0 -0.68 0 0.63 0.38 0 0 1" EndSection Don't know if that means anything to you or could help.
-
Soft Keypadlinc-like Console from Raspberry Pi
@kck Ok, I'm an idiot. Stupid capitalization error. On line 122 I didn't capitalize the S in TouchScreen. Now I have a functioning console. However, the right call it 1/4 to 1/5 of the screen isn't responsive to touch. Looks like the calibration is a slightly off. Also, left of the test button still activates the button, even though it shouldn't. Possibly the touchscreen is "shifted" left relative to the image by actually about 1/8 of the width of the screen. Jeff
-
Soft Keypadlinc-like Console from Raspberry Pi
@kck Made the change to 'pass'. This led to the following error: 06-26-19 21:36:18 Console ( 2130) starting in /home/pi/consolestable Traceback (most recent call last): File "console.py", line 143, in <module> utilities.InitializeEnvironment() File "/home/pi/consolestable/utilities.py", line 105, in InitializeEnvironment ts = Touchscreen() File "/home/pi/consolestable/touchhandler.py", line 137, in __init__ self._f_device = io.open(self._touch_device(), 'rb', self.EVENT_SIZE) File "/home/pi/consolestable/touchhandler.py", line 270, in _touch_device raise RuntimeError('Unable to locate touchscreen device') RuntimeError: Unable to locate touchscreen device 06-26-19 21:36:18 Exiting with history trace (0) mvtops exception: [Errno 2] No such file or directory: '/Current/' 2192(1561602979.6633866): Logger loop ended I am attaching one of the log files. looks a lot like the "Exiting with history trace" line. 0-06-25-19 22:38:02
-
Soft Keypadlinc-like Console from Raspberry Pi
@kck Short of pulling the plug, how do I stop they running console via VNC/SSH?
-
Soft Keypadlinc-like Console from Raspberry Pi
@kck, Switched back to "custom" from "pi7" and console ran (left "Goodix Capacitive Touchscreen" in touchhandler.py). Still no touch. Jeff
-
Soft Keypadlinc-like Console from Raspberry Pi
Kevin, I edited the files as directed above (I think I got them correct). I added them below for review. However, I get a catastrophic failure and console doesn't launch. See error: 06-26-19 20:07:00 Console ( 16716) starting in /home/pi/consolestable OSError: [Errno 22] Invalid argument During handling of the above exception, another exception occurred: Traceback (most recent call last): File "console.py", line 143, in <module> utilities.InitializeEnvironment() File "/home/pi/consolestable/utilities.py", line 98, in InitializeEnvironment hw.initOS(scrntyp) File "/home/pi/consolestable/hw.py", line 139, in initOS GoBright(100) File "/home/pi/consolestable/hw.py", line 56, in GoBright GoDimPi7(level) File "/home/pi/consolestable/hw.py", line 148, in GoDimPi7 f.write(str(level * 255 // 100)) OSError: [Errno 22] Invalid argument 06-26-19 20:07:00 Exiting with history trace (0) mvtops exception: [Errno 2] No such file or directory: '/Current/' 16756(1561597621.5156422): Logger loop ended Also, what are all of the files in consolestable labeled with date/time. There are about a thousand of them now and it is making it difficult to "ls" in that directory. Thanks for all your help! Jeff touchhandler.py .Screentype
-
Soft Keypadlinc-like Console from Raspberry Pi
Ok, here goes what answers I can give you: 1. I setup the screen as "custom" 2. I have an fbo in /dev 3. The screen "name" is "Goodix Capactivie Touchscreen" 4. How do I reinstall for a different screen ? (I can't find installconsole.sh anymore) 5. The touch works outside of the Console and was calibrated (the latest stretch change to libinput which this screen didn't care for initially). Console.log
-
Soft Keypadlinc-like Console from Raspberry Pi
Kevin, I finally got my system put together and softconsole loaded. However, once the console starts it is no longer responsive to touch. Any thoughts? My system is an Rpi0W with a Pimoroni Hyperpixel 4" touchscreen. I used the pimoroni drivers and touch works fine on the desktop. However, once softconsole starts, nothing. One more item. I can start the console via VNC no problem (that is when touch goes away), but when I try via SSH I get: pi@SoftConsoleTest:~/consolestable $ sudo python -u console.py 06-26-19 08:08:32 Console ( 1041) starting in /home/pi/consolestable Traceback (most recent call last): File "console.py", line 143, in <module> utilities.InitializeEnvironment() File "/home/pi/consolestable/utilities.py", line 98, in InitializeEnvironment hw.initOS(scrntyp) File "/home/pi/consolestable/hw.py", line 131, in initOS pygame.display.init() pygame.error: Unable to open /dev/fb1 06-26-19 08:08:33 Exiting with history trace (0) mvtops exception: [Errno 2] No such file or directory: '/Current/' 1053(1561554514.1216013): Logger loop ended One final thing, the console will not auto-start. During the installation, when the reboot occured after updates the installconsole script did not run after reboot. I had to manually start the console install. Thanks. Jeff
-
How to get an iOS notification and an actionable button in notification
H2R: Thanks for the info! I've been trying to piece something together, but I was missing the basic info and the docs were somewhat confusing. Is there any way to package the UID/PWD not in plain text within the URL? Jeff
-
How to get an iOS notification and an actionable button in notification
Thanks for the info. I'll look I to the REST API. Jeff
-
How to get an iOS notification and an actionable button in notification
I've gotten the pushover part working fine, but I can't seem to find the info for creating and external URL link to do something on the ISY. Honestly, I am not sure what to even look up. Jeff
-
How to get an iOS notification and an actionable button in notification
The title kind of says it all. I want to receive a notification and in that notification have actionable (via press) items. Say for example, when my geo fence is tripped and the ISY variable for away is set but the house isn't put into away mode, I would like a notification that has a button or hyperlink I can click to put the house into away mode (turn on a lighting scene for example). I don't want to have to go open mobilinc to execute the scene on command but rather do it from the message. Is this even possible? Bam2
-
Brilliant Tech
Anyone acquired the brilliant tech switches yet? Any way to integrate with isy? It lists Smartt Inga as a compatability.
-
Any way to get email notifications with 2 factor auth on?
I use a single account with 2fa and less secure for the isy specific app password.
-
NodeLink: Raspberry Pi Install Script
Can nodelink and polyglot run on the same rpi?
-
Multiple KPL for the same room
Make sure for you've copied the scene levels for each controller in the scene. You can troubleshoot by running from admin console. If it works there is a level issue with one of the controllers. Jeff
-
Simple Control can't auto find ISY
Michael is can I PM you to discuss. Simple controls engineers say special characters in passwords aren't allowed. I can't figure out if it's their issue (bad coding) or some standard isn't followed with ISY (I dobt belive this is the case). I don't think SC should advertise isy compatibility if they don't fully support it. What do you think? Jeff
-
Simple Control can't auto find ISY
Not issue with internet. Issue connecting on home network to isy from simple control remote. It turns out simple control does not support special characters in isy password. They don't send them correctly. So if you use them simple control won't work. Jeff
-
Simple Control can't auto find ISY
I know. Even told simple control that. Only turned on for initial discovery. Then off. What does the gateway change accomplish? Jeff
-
Simple Control can't auto find ISY
So I've been working with simple to resolve this issue. I can auto discover if upnp is turned on in isy. Sent from my iPhone using Tapatalk My old device somewhat works but any new device doesn't. Auto discover or manual setup. It won't d/l the manifest. Sent from my iPhone using Tapatalk
-
Simple Control can't auto find ISY
Hmm. My v5 showed it right away, I believe. I'm away from.the house but I'll check when I get home. Do you use a cert?
-
V3 Skills instructions for Echo
Sorry. I misinterpret app. To me that is a stand alone thing not a web page. My bad. I finally found it. Thanks for your help. Jeff
-
V3 Skills instructions for Echo
I do not have a Forget All button anywhere in the app.