Search found 8 matches

by Edu.Uy
08 Feb 2018, 20:24
Forum: uPyEasy: Software
Topic: Questions about components of uPyEasy
Replies: 26
Views: 32643

Re: Questions about components of uPyEasy

micropet wrote: 08 Feb 2018, 18:53 That's mine now:
I copied _onewire.py to micropython/lib and compiled everything again.
But it is not found.
Try to copy it in ".micropython/lib directory" instead. It should work.
by Edu.Uy
07 Feb 2018, 19:31
Forum: uPyEasy: Software
Topic: Tool to generate data on Unix port?
Replies: 3
Views: 11257

Re: Tool to generate data on Unix port?

I actually have it working and sending messages to MQTT Domoticz, but with real pin sensing... of course you now that I'm testing ePyEasy for Raspy... :D I Did not try to use a fake device. But I think I have seen a test one on the code... maybe you can tray cloning the switch device and make a fake...
by Edu.Uy
06 Feb 2018, 20:15
Forum: uPyEasy: Software
Topic: Questions about components of uPyEasy
Replies: 26
Views: 32643

Re: Questions about components of uPyEasy

Good you have it working. Just to clarify my comment, the config file is the upyeasy file... this config files are generated automatically by upyeasy the first tie you run it. Is not Linux version dependent. Just internal uPyEasy config. The default one is in port 80. Lisa, setting the wifi config o...
by Edu.Uy
06 Feb 2018, 16:05
Forum: uPyEasy: Software
Topic: Questions about components of uPyEasy
Replies: 26
Views: 32643

Re: Questions about components of uPyEasy

Edu.Uy wrote: 05 Feb 2018, 19:31 ......

2- the default port(80) was already used in my Raspy, so I need to chang it in the config file in config/config/<name of your config file>
..look for the port key and change the value as you need
by Edu.Uy
06 Feb 2018, 16:04
Forum: uPyEasy: Software
Topic: Questions about components of uPyEasy
Replies: 26
Views: 32643

Re: Questions about components of uPyEasy

Hi, did you change the port in configs file as I post yesterday? This is because upyeasy is taring to bind to port 80 the usually is used by de web server... OK, I'm further forward again, think I'm almost there... I'm getting further in the startup, but with the following error now: Set syslog host...
by Edu.Uy
06 Feb 2018, 13:33
Forum: uPyEasy: Software
Topic: Questions about components of uPyEasy
Replies: 26
Views: 32643

Re: Questions about components of uPyEasy

Hi Andrew. Try installing micropython-re-pcre (intead of only "re") rgds Edu Thanks Lisa and Eduardo for the tips. I imported the micropython-os and -machine, and copied the _onewire module over. I have encountered some missing libraries, which I've installed using upip.install. All seem f...
by Edu.Uy
05 Feb 2018, 19:31
Forum: uPyEasy: Software
Topic: Questions about components of uPyEasy
Replies: 26
Views: 32643

Re: Questions about components of uPyEasy

Tks Lisa,, that was very helpful. I have it running now on unix.... good news The last 2 things I solved was (in case of ANdrew of somebody else needs it): 1 - i had a problem with hal.py as in line 434 always look for ETH0, but I'M using WLAN0... so You can change it, or like me, add this code afte...
by Edu.Uy
04 Feb 2018, 20:50
Forum: uPyEasy: Software
Topic: Questions about components of uPyEasy
Replies: 26
Views: 32643

Re: Questions about components of uPyEasy

I have been stuck when installing additional modules manually on
"ImportError: no module named '_onewire' "

Now I'm trying to add it from /extmod, but no success by now....

Please post here if you finally figure it out.