Variables Graphical View doesn't show up on raspberry pi
See original GitHub issueAs I said I don’t get the “variable graphical view” to work, neither as widget nor in the sensor-details:
Log stays empty as well, maybe increase the loggerlevel? But I don’t know which one:
2016-08-05 13:05:49,145 INFO [main] [org.mycontroller.standalone.StartApp:209] TJWS server started successfully, HTTPS Enabled?:true, HTTP(S) Port: [8443]
2016-08-05 13:05:49,146 INFO [main] [org.mycontroller.standalone.StartApp:107] MyController.org server started in [20661] ms
[Fri Aug 05 13:05:55 CEST 2016] IO error: javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? in processing a request from /192.168.178.34:8443 / sun.security.ssl.SSLSocketImpl
2016-08-05 13:07:46,362 INFO [Acme.Utils.ThreadPool(1)-PooledThread: Acme.Serve.Serve$ServeConnection@14b40fc] [org.mycontroller.standalone.gateway.mqtt.MqttGatewayImpl:70] MQTT Gateway[tcp://localhost:1883] connected successfully..
2016-08-05 13:15:17,765 INFO [Acme.Utils.ThreadPool(6)-PooledThread: Acme.Serve.Serve$ServeConnection@293a6b] [org.mycontroller.standalone.mqttbroker.MoquetteMqttBroker:71] MQTT broker restart triggered...
2016-08-05 13:19:24,743 INFO [Acme.Utils.ThreadPool(6)-PooledThread: Acme.Serve.Serve$ServeConnection@62c4af] [org.mycontroller.standalone.gateway.mqtt.MqttGatewayImpl:70] MQTT Gateway[tcp://localhost:1883] connected successfully..
PS: This only affects the “Variables graphical view”. Other graphical widgets are working fine. This issues affects dashboard and sensor-detail view stuff.
Issue Analytics
- State:
- Created 7 years ago
- Comments:13 (5 by maintainers)
Top Results From Across the Web
$DISPLAY troubles
Hi i am new to the PI and linux computing in general and i am having trouble assessing my display first of all...
Read more >Raspberry Pi Pico and RP2040 - C/C++ Part 1
In this tutorial, I'll show you how to set up VS Code and blink an LED with C code. Install Build Tools. At...
Read more >Processing on the Raspberry Pi & PiTFT
This project will show you how to install and use the Processing programming environment on a Raspberry Pi and PiTFT.
Read more >How to Set Up Raspberry Pi Pico C/C++ Toolchain on ...
This tutorial shows you how to install the Raspberry Pi Pico toolchain for C/C++ development on Windows with VS Code. It uses MinGW...
Read more >python - Matplotlib graph not showing
i am currently using Putty on my windows system to connect to raspberry pi . I want to be able to display the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
If you have an idea how to fix this feel free to contact me if you need some1 to test the fix. I like your project very much … looks like a lot of work and dedication went into this project.
I double checked the time. The resize occurs at 30seconds after page load (+/-)
@cimba007 Yes, there is an issue with graph. In our controller source it is located at https://github.com/mycontroller-org/mycontroller/blob/development/dist/src/main/package/www/controllers/sensors.js#L409
Actual issue: https://github.com/krispo/angular-nvd3/issues/40
I will check a way and fix this one. Thank you!