Go to advanced search

by hasanoa
Wed Apr 20, 2016 11:53 am
Forum: Beginners
Topic: Shopify Dashing resque_heatmap
Replies: 1
Views: 533

Shopify Dashing resque_heatmap

How can I send data to resque_heatmap widget with payload setting. Which one is this widget data? "title" , "points", "current", "value", "items" or something else Thank you, Example payload = {'auth_token': 'YOUR_AUTH_TOKEN', 'title': "pythontest"} r = requests.post("http://localhost:3030/widgets/w...
by hasanoa
Wed Apr 20, 2016 11:12 am
Forum: Beginners
Topic: problem, because of multiple running of python codes
Replies: 4
Views: 680

Re: problem, because of multiple running of python codes

It's ok, system services are working very well. I configured 2 different service for 2 different python...

Thank you again...

:)
by hasanoa
Wed Apr 20, 2016 10:18 am
Forum: Beginners
Topic: problem, because of multiple running of python codes
Replies: 4
Views: 680

Re: problem, because of multiple running of python codes

Hi DirkS,

- "rc.local" option did not solve my problem. It did start nothing.
- "system service" option fixed the problem.

Thank you for your help
by hasanoa
Wed Apr 20, 2016 7:04 am
Forum: Beginners
Topic: problem, because of multiple running of python codes
Replies: 4
Views: 680

problem, because of multiple running of python codes

Hi everyone, I added followed lines to end of /etc/profile file. (adding .bashrc causes the same result) sudo python /home/pi/shutdown.py & sudo python /home/pi/output.py & After start up, I found 6 process for shutdown.py and 6 process for output.py as attached img. Is it possible to solve this pro...
by hasanoa
Wed Sep 09, 2015 7:56 am
Forum: Beginners
Topic: Disable RTC and reinstall NTP client
Replies: 2
Views: 895

Re: Disable RTC and reinstall NTP client

I'm a novice at these things. RTC didn't work properly and NTP service stopped... Could you please add links about using both RTC and NTP at the same time? I applied commands as follows: # Remove the module blacklist entry so it can be loaded on boot sudo sed -i 's/blacklist i2c-bcm2708/#blacklist i...
by hasanoa
Tue Sep 08, 2015 6:20 am
Forum: Beginners
Topic: Disable RTC and reinstall NTP client
Replies: 2
Views: 895

Disable RTC and reinstall NTP client

I want to disable RTC and reinstall ntp client (default version of the pi has ntp client) so as to getting time from the Internet...

How can i do that?
by hasanoa
Fri Sep 04, 2015 1:43 pm
Forum: Troubleshooting
Topic: problem with usb/ethernet adapter
Replies: 7
Views: 2989

Re: problem with usb/ethernet adapter

Problem solved with update/upgrade thank you
by hasanoa
Fri Sep 04, 2015 5:40 am
Forum: Troubleshooting
Topic: problem with usb/ethernet adapter
Replies: 7
Views: 2989

Re: problem with usb/ethernet adapter

I have another (new) Raspberry pi that has problem with the same usb/ethernet adapter (ASIX Electronics Corp. AX88772A Fast Ethernet) I'm sure that is completely different from the prior one. Adapter was listed as "Product: \xffffffef\xffffffbf\.... " instead of ASIX Electronics... dmesg without USB...
by hasanoa
Wed Aug 26, 2015 9:47 am
Forum: Troubleshooting
Topic: problem with usb/ethernet adapter
Replies: 7
Views: 2989

Re: problem with usb/ethernet adapter

thank you for your reply,

I updated firmware with rpi-update and problem was solved...
by hasanoa
Wed Aug 26, 2015 8:32 am
Forum: Troubleshooting
Topic: problem with usb/ethernet adapter
Replies: 7
Views: 2989

Re: problem with usb/ethernet adapter

Both of the filesystems on USB sticks are the same. microsd (boot) are different "dmesg | grep usb" list as follows: dmesg without USB/Ethernet adapter: [ 0.933866] usbcore: registered new interface driver usbfs [ 0.939570] usbcore: registered new interface driver hub [ 0.945132] usbcore: registered...
by hasanoa
Wed Aug 26, 2015 7:44 am
Forum: Troubleshooting
Topic: problem with usb/ethernet adapter
Replies: 7
Views: 2989

Re: problem with usb/ethernet adapter

Additional info:
when i run lsusb command. This line listed below as usb/ethernet adapter

ASIX Electronics Corp. AX88772A Fast Ethernet
by hasanoa
Wed Aug 26, 2015 5:44 am
Forum: Troubleshooting
Topic: problem with usb/ethernet adapter
Replies: 7
Views: 2989

problem with usb/ethernet adapter

I have a problem with Digitus USB/Ethernet adapter DN10050-1, because of RPİ (Not adapter) I have a RPİ working with this adapter properly. After copied os to another USB flash with sudo dd if=... command. New RPİ couldn't work with adapter. The 2 RPi have the same os (in usb flash memories), but di...
by hasanoa
Mon Jan 12, 2015 12:55 pm
Forum: Python
Topic: Raspberry Pi Python Graph, data-min, data-max
Replies: 1
Views: 642

Raspberry Pi Python Graph, data-min, data-max

I want to create different graphs with the same or different graph-widgets in the same dashboard. But I could not assign different yMax values (y-axis scale) for graphs (convergences). I tried followed ways: In rickshaw-1.4.3.min.js file, y:[yMin,yMax] provides relative maximum value In rickshaw-1.4...

Go to advanced search