Search found 513 matches

by LisaM
02 Feb 2018, 12:04
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 465394

Re: ESP32 boards

Lisa, here you can compare the performance of my installation. ESP-210 is the Arduino version, ESP-01 is the Python version. The Python version sometimes hangs for a few seconds. Greetings Peter Peter, Am i correct to notice that the uPyEasy performance is good, besides the hardware tab? Cheers, Lisa
by LisaM
02 Feb 2018, 11:46
Forum: uPyEasy: General Discussion
Topic: Blockly Events
Replies: 21
Views: 30093

Re: Blockly Events

@Lisa What exactly do you mean with client/server here? Doe the blockly made script reside in, let's say, Domoticz and control functions from there in a upyEasy of does the upyEasy download the script and run it locally? It's a client-server based setup based on http communication: - Client (browse...
by LisaM
02 Feb 2018, 00:35
Forum: uPyEasy: General Discussion
Topic: Blockly Events
Replies: 21
Views: 30093

Re: Blockly Events

budman1758 wrote: 01 Feb 2018, 20:08 Blocky looks pretty cool. Looks like a bit of a chore to get it setup though.
It's a javascript library, no need for setup.
by LisaM
01 Feb 2018, 18:44
Forum: uPyEasy: General Discussion
Topic: Blockly Events
Replies: 21
Views: 30093

Re: Blockly Events

As a non-programmer its ESPEasy that allowed me to be able to get anything done that I wanted to do. Rules may be limiting but they do allow folks like me to get things working. There are any number of firmwares and program languages out there but ESPEasy is the only one I have found that's actuall...
by LisaM
01 Feb 2018, 18:36
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 465394

Re: ESP32 boards

ok I understand. But the STM32 has no WIFI and therefore no mqtt integration. This probably makes the ESP32 most suitable. https://www.letscontrolit.com/forum/viewtopic.php?f=22&t=3905 Probably better than Wifi. 8-) And now you know where the fast uPyEasy demo came from... Wifi is always slow, ...
by LisaM
01 Feb 2018, 18:32
Forum: uPyEasy: Hardware
Topic: STM32 boards
Replies: 66
Views: 131618

Re: STM32 boards

Firmware status: Beta Firmware version: v593 For the PyBv3 with STM32F405 board: BOM (Bill Of Materials): STM32F405RGT6 pyboard: https://www.aliexpress.com/item/STM32-STM32F405RGT6-Core-Board-For-MicroPython-Development-Board-for-Circuit-Pyboard-Python-Module-STM32F405-with-Full/32805371346.html W5...
by LisaM
31 Jan 2018, 22:15
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 465394

Re: ESP32 boards

Thank you Lisa, I am looking forward to it. I know Ampy, that's really primitive. I thought you had a more comfortable method. Something like mounting the file system as a drive. Greetings Peter The ESP32 design doesn't allow it, the STM32's all have an usb driver that mimics the flash drive as an ...
by LisaM
31 Jan 2018, 18:44
Forum: uPyEasy: General Discussion
Topic: uPyEasy BETA-1 is available!
Replies: 22
Views: 36440

Re: uPyEasy BETA-1 is available!

Hi @LisaM Thanks for your hard work on this, I'm excited to give it a try today! I notice the Wiki links seem to be dead, referenced from your gitHub page: "Introduction and wiki: https://www.letscontrolit.com/wiki/index.php/uPyEasy#Introduction" Have these pages moved? Nope, not ready ye...
by LisaM
31 Jan 2018, 16:08
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 465394

Re: ESP32 boards

Hi Lisa, great work. I installed the beta yesterday on an ESP-32 Dev board It works, only the performance of the webinterface is not as good as in your videos. Many of us would like to participate in the event in a timely manner. Is it possible to provide Nightly Build? Can you tell us how to compi...
by LisaM
31 Jan 2018, 12:38
Forum: uPyEasy: General Discussion
Topic: uPyEasy BETA-1 is available!
Replies: 22
Views: 36440

Re: uPyEasy BETA-1 is available!

Ohh you guys already have a delete option on the devices... I wanted that on the V2.0/Mega for so long... ;) In uPyEasy, all data is just a record in a table in the database. All processes are reading from the database, so deleting device data from the database means the device's plugin no longer r...
by LisaM
31 Jan 2018, 11:38
Forum: uPyEasy: General Discussion
Topic: uPyEasy BETA-1 is available!
Replies: 22
Views: 36440

Re: uPyEasy BETA-1 is available!

BertB wrote: 30 Jan 2018, 22:29Knipsel.PNG
Looking good! Please let me know if it runs stable and not out of memory (which might indicate a memory leak).
uPyEasy is not optimized yet, functionality (to test) and stability (to run) first.
by LisaM
30 Jan 2018, 10:13
Forum: uPyEasy: General Discussion
Topic: uPyEasy BETA-1 is available!
Replies: 22
Views: 36440

Re: uPyEasy BETA-1 is available!

(43003) wifi: wifi power manager task: 0x3ffe850c prio: 21 stack: 2560 W (43013) phy_init: failed to load RF calibration data (0x1102), falling back to full calibration Brownout detector was triggered There's your cause: you have a power problem. It may be caused by poor quality usb cable, bad sold...
by LisaM
30 Jan 2018, 00:27
Forum: Staff Announcements forum
Topic: ESPEasy & uPyEasy Strategy
Replies: 26
Views: 42373

Re: ESPEasy & uPyEasy Strategy

For now I think its important we get both projects in a stable state. We need to release a stable ESPEasy v2.0 and a initial stable uPyEasy. After that I would expect a slow migration from ESPEasy to uPyEasy, as uPyEasy starts to mature and will gain more plugins. uPyEasy seems to be designed very ...
by LisaM
29 Jan 2018, 23:39
Forum: Staff Announcements forum
Topic: ESPEasy & uPyEasy Strategy
Replies: 26
Views: 42373

Re: ESPEasy & uPyEasy Strategy

JSON, REST, SOAP are all M2M communication protocols, useless when dealing with end-users. The question is what app resides on the user side to receive these comm protocols from the server? TD-er and I where discussing a system like this: The ESP only talks JSON via a REST interface. The users &quo...
by LisaM
29 Jan 2018, 23:29
Forum: uPyEasy: General Discussion
Topic: uPyEasy BETA-1 is available!
Replies: 22
Views: 36440

Re: uPyEasy BETA-1 is available!

And the test plugin? It's a test plugin designed to always return 17 as value for testing purposes. 17 shows up in the devices list and it all seems to be ok, but then: stack: 2000 out of 15360 GC: total: 96000, used: 72224, free: 23776 No. of 1-blocks: 1200, 2-blocks: 153, max blk sz: 901, max fre...
by LisaM
29 Jan 2018, 00:40
Forum: uPyEasy: General Discussion
Topic: uPyEasy BETA-1 is available!
Replies: 22
Views: 36440

Re: uPyEasy BETA-1 is available!

I am doing some tests here and notice that: response is very sluggish, especially while using the Hardware tab. In the devices tab, I cannot select the switch, nor the DS18B20. This is the fault I get: stack: 2000 out of 15360 GC: total: 96000, used: 77024, free: 18976 No. of 1-blocks: 1382, 2-bloc...
by LisaM
28 Jan 2018, 22:30
Forum: Staff Announcements forum
Topic: ESPEasy & uPyEasy Strategy
Replies: 26
Views: 42373

Re: ESPEasy & uPyEasy Strategy

Perhaps looking into the expected features may also help the discussion? The way I see it, one of the main changes should be in the user interface. JSON REST like api to interface Website which communicates with the REST api. This will force some more generic way of interfacing and hopefully less f...
by LisaM
28 Jan 2018, 19:57
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 465394

Re: ESP32 boards

yeah ... growing up hurts ... But, I had a esptool in the directory of Python36. And one in Lib/site-packages. When I run esptool from site-packages, there is no nagging about serial. So, I removed esptool from the home directory of Python. Now I have the following: D:\Program Files\Python\Python36...
by LisaM
28 Jan 2018, 18:48
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 465394

Re: ESP32 boards

BertB wrote: 28 Jan 2018, 18:46 Solved it ... I got one esptool.py to many ...
:oops: :mrgreen:
:D Cool! Next step...
by LisaM
28 Jan 2018, 17:28
Forum: uPyEasy: General Discussion
Topic: Blockly Events
Replies: 21
Views: 30093

Re: Blockly Events

Well, it seems Rules no longer rulez. No problem ... I have to go the python way anyway, but for getting things done quickly, Blockly is a nice alternative. Having said that, one of the powerfull things in Rules is the handling of the output of the devices. Rules are still there, they are hidden by...
by LisaM
28 Jan 2018, 17:15
Forum: uPyEasy: General Discussion
Topic: uPyEasy BETA-1 is available!
Replies: 22
Views: 36440

Re: uPyEasy BETA-1 is available!

Lisa, again thank you for your great work! I'm using the Beta-1 version but I'm seeing in the "System info" page that the version is 0.1 and build status is Alpha. Is it correct or I did some mistake? Thank you in advance for your answer. Platform esp32 Version 0.1 Build Status Alpha Buil...
by LisaM
28 Jan 2018, 16:55
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 465394

Re: ESP32 boards

Thanks, but i did that: D:\Program Files>cd python\python36 D:\Program Files\Python\Python36>esptool.py --port COM6 erase_flash Traceback (most recent call last): File "D:\Program Files\Python\Python36\esptool.py", line 34, in <module> import serial ImportError: No module named serial D:\...
by LisaM
28 Jan 2018, 16:26
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 465394

Re: ESP32 boards

I hate it when stuff does not work reliably. I think I followed all the steps in the books. I have Python36 and pip and ampy and pyserial. When I start pyton i get the >>> signs when I enter import serial, again I get >>> But when I enter esptool.py --port COM6 erase_flash in the shell, I get Trace...
by LisaM
27 Jan 2018, 15:39
Forum: Staff Announcements forum
Topic: ESPEasy & uPyEasy Strategy
Replies: 26
Views: 42373

ESPEasy & uPyEasy Strategy

The uPyEasy beta-1 release is here, complete with binaries and source code ( https://www.letscontrolit.com/forum/viewtopic.php?f=20&t=4745 ). Question is: What's next? What is going to be our strategy for the foreseeable future? - Are we going to keep two different applications where ESPEasy is ...
by LisaM
27 Jan 2018, 15:31
Forum: uPyEasy: General Discussion
Topic: uPyEasy BETA-1 is available!
Replies: 22
Views: 36440

uPyEasy BETA-1 is available!

4 months ago, sept/2017, i started working on uPyEasy. Soon after that the first Alpha release where released, and a few people downloaded the firmware and tried it out. I've been building it for the last 4 months in a frantic, and my partner often called it 'obsessed' way of working. Development st...
by LisaM
24 Jan 2018, 11:23
Forum: uPyEasy: General Discussion
Topic: uPyEasy
Replies: 132
Views: 252519

Re: uPyEasy

uPyEasy beta-1 is also having the menu's Scripts, Rules and Notifications hidden by default to make the menu bar less complex. They can be enabled in the advanced menu:
upyeasy menu hidden.JPG
upyeasy menu hidden.JPG (26.21 KiB) Viewed 52362 times
by LisaM
24 Jan 2018, 11:20
Forum: uPyEasy: General Discussion
Topic: uPyEasy
Replies: 132
Views: 252519

Re: uPyEasy

by LisaM
24 Jan 2018, 11:19
Forum: uPyEasy: Software
Topic: Rules
Replies: 0
Views: 9826

Rules

The Rules currently working on my almost there beta-1 release: File: test.rule if event['Test#Temperature'] > 15 : gpio('d12',1) timerSet(1,15) # seconds File: boot.rule if event['system#boot']: gpio('d12',0) timerSet(1,15) # seconds File: timertest.rule if event['Rules#Timer'] == 1 : gpio('d12',0) ...
by LisaM
23 Jan 2018, 18:15
Forum: ESP Easy: Projects / Applications
Topic: Whole House Installation - Which Hardware would you use ESP8266/ESP32/SoC?
Replies: 4
Views: 4189

Re: Whole House Installation - Which Hardware would you use ESP8266/ESP32/SoC?

Wiring everything in one place (neutral and load) seems to be the best solution, but I don't think I can pull that one off (or I will have to invest my remaining savings in Cu :mrgreen: ). Running ethernet cables to every installation box seems realisitic. I like the ethernet idea, particulary beca...
by LisaM
23 Jan 2018, 14:48
Forum: ESP Easy: General Discussion
Topic: Largest OLED Display Supported
Replies: 2
Views: 3479

Re: Largest OLED Display Supported

There's no limit uPyEasy to the size or pixel density of the screens that uPyEasy supports: https://www.youtube.com/watch?v=OOz9U_YdstM It even can be a touch screen like the lcd160, in the youtube movie it even plays a video and is all running from micropython (uPyEasy is build in micropython) plat...
by LisaM
23 Jan 2018, 14:40
Forum: ESP Easy: Projects / Applications
Topic: Whole House Installation - Which Hardware would you use ESP8266/ESP32/SoC?
Replies: 4
Views: 4189

Re: Whole House Installation - Which Hardware would you use ESP8266/ESP32/SoC?

I would bring all neutral/load/switch wires to as little central locations as possible, preferable to a single location. Then i would wire the central locations with ethernet, wireless sucks and should only be used when no other option is possible. Something like this: https://ic.tweakimg.net/ext/i/...
by LisaM
22 Jan 2018, 22:34
Forum: Experimental
Topic: The Rig
Replies: 33
Views: 46524

Re: The Rig

Wow Lisa. Great boards. Made them yourself? Ali made them for me... :D https://www.aliexpress.com/item/7x9CM-70X90mm-Prototype-PCB-Breadboard-Board-For-ESP8266-ESP-12F-ESP-12E-ESP12-ESP32-ESP-32S/32838846336.html :oops: :oops: :oops: I screwed up the first board, just couldn't get the esp32 onto th...
by LisaM
22 Jan 2018, 14:16
Forum: uPyEasy: General Discussion
Topic: uPyEasy
Replies: 132
Views: 252519

Re: uPyEasy

Thank you LisaM. Do you think there will be room for something as easy as Rules? I can imagine scripting is much more powerfull, but it looks like learning a new complex-ish language. How about an example script that resembles the old rules script as close as possible? It will basically act as a te...
by LisaM
21 Jan 2018, 15:53
Forum: Experimental
Topic: The Rig
Replies: 33
Views: 46524

Re: The Rig

Looks nice! Did you start building on an automated testsuite? Perhaps some files i'm working on might be usefull, some are pretty generic: Low level stuff: Handles things like communication via serial, reboot via DTR lines, build, flash, wifi config, serial/wifi pinging, post data via http etc: htt...
by LisaM
21 Jan 2018, 15:48
Forum: Experimental
Topic: The Rig
Replies: 33
Views: 46524

Re: The Rig

Smaller board: dual 5v/3.3v power supply: https://www.aliexpress.com/item/220V-to-5V-3-3V-dual-supply-module-ac-dc-transformer-isolated-DC-output-module/32768349666.html I never ordered such small PS as I though 200mA is not enough to run an ESP8266 in a stable way (even worse with ESP32 I guess). ...
by LisaM
21 Jan 2018, 01:50
Forum: uPyEasy: General Discussion
Topic: Blockly Events
Replies: 21
Views: 30093

Re: Blockly Events

Hi Lisa, I'd not come across Blockly before but the ability to 'program' graphically is attractive. I don't know whether it would impose any limitations (memory etc, or more restricted functionality). Hmmm, That's triggered another thought- I believe that NodeRED uses Python (presumably full python...
by LisaM
20 Jan 2018, 21:21
Forum: Experimental
Topic: The Rig
Replies: 33
Views: 46524

Re: The Rig

If only they would fit in the 70x50 el-cheapo cases, then it would be perfect. Edit: Strike that.... they exist :) https://www.aliexpress.com/item/5x7CM-50x70mm-Double-Side-Prototype-PCB-Board-Breadboard-Protoshield-For-Arduino-Relay-ESP8266-WIFI-ESP-12F/32842619280.html?spm=a2g0s.13010208.99999999...
by LisaM
20 Jan 2018, 18:17
Forum: Experimental
Topic: The Rig
Replies: 33
Views: 46524

Re: The Rig

grovkillen wrote: 20 Jan 2018, 16:55 Wow Lisa. Great boards. Made them yourself?
Ali made them for me... :D https://www.aliexpress.com/item/7x9CM-7 ... 46336.html
by LisaM
20 Jan 2018, 15:25
Forum: Experimental
Topic: The Rig
Replies: 33
Views: 46524

Re: The Rig

The uPyEasy testrig components are starting to arrive: esp32 testboard.jpg For the ESP32 ESP-12F testboard.jpg For the ESP-12F On these boards i'll place the most common sensors to test protocols, like the ds18b20 for onewire, bme280 for i2c, microswitch for switch, neopixel for gpio and a SD card f...
by LisaM
20 Jan 2018, 15:00
Forum: uPyEasy: General Discussion
Topic: Blockly Events
Replies: 21
Views: 30093

Blockly Events

No matter how good they are, i'm unhappy with rules in ESPEasy. Rules are a compromise between extensibility and easy-of-use, making it neither. I have implemented Scripts in uPyEasy (in Beta-1) and this wil give you full extensibility of uPyEasy firmware on the fly. There's no limitations what you ...
by LisaM
15 Jan 2018, 22:09
Forum: uPyEasy: Software
Topic: uPyEasy Architecture Guidelines
Replies: 1
Views: 10053

uPyEasy Architecture Guidelines

The uPyEasy Architecture Guidelines are published here: https://github.com/letscontrolit/uPyEas ... aster/docs
The guidelines specify how uPyEasy is working in details and also what the rules are when you wish to contribute to uPyEasy's codebase regarding Architecture.
by LisaM
13 Jan 2018, 22:02
Forum: uPyEasy: General Discussion
Topic: SSL support
Replies: 7
Views: 15625

SSL support

I'm busy adding SSL support uPyEasy, since micropython supports it for ESP32 (and for ESP8266). Ethernet based platforms, like the STM32's, probably don't need or care for it. In what way should this be implemented? Default on? Option in Config you can switch on? ... Please let me know how you would...
by LisaM
13 Jan 2018, 18:44
Forum: uPyEasy: General Discussion
Topic: How many Tasks
Replies: 4
Views: 13004

Re: How many Tasks

i don't have your answer, but i just came here to ask a somewhat similar question. if you don't mind, i'll piggyback on this a little and maybe the answer will satisfy both of us. i used to have an esp8266 in each room, but i'm trying to consolidate things (fewer things plugged into the wall). this...
by LisaM
13 Jan 2018, 18:17
Forum: uPyEasy: General Discussion
Topic: How many Tasks
Replies: 4
Views: 13004

Re: How many Tasks

Hi guays, I really llok forward to using upyeasy but haven‘t had a chance to try it yet. Are there more than 12 tasks available in standard upyeasy, as this would make things more easy for me doing more complex projects... Especially when thinking of more powerfull hardware like the esp32. I have c...
by LisaM
13 Jan 2018, 17:01
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 465394

Re: ESP32 boards

BertB wrote: 13 Jan 2018, 15:57 This is getting better each time I look.
Thx! :D
by LisaM
13 Jan 2018, 13:20
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 465394

Re: ESP32 boards

Version v54 has been created op put in the releases dir of the uPyEasy github: https://github.com/letscontrolit/uPyEasy/releases/tag/ALPHA The following functionality has been added: Config page Added admin password (password protected uPyEasy!) Tools page Added Load Settings (restoring your config)...
by LisaM
09 Jan 2018, 18:38
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 465394

Re: ESP32 boards

Hi Lisa, Just thought I'd post a screen shot of uPyEasy on my Lolin32 Lite board, working with three DS18B20 sensors (it seems these have to be on separate pins) and a BME280 showing all three readings (temperature, humidity, and pressure) and running nice and stable. :) It starts automatically, th...
by LisaM
08 Jan 2018, 14:46
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 465394

Re: ESP32 boards

Hi Lisa, On a more general note, regarding issues or bugs that we testers may find. :shock: Do you prefer to continue to have them through this forum, or to use Github issues now that the repository is set up? Seems to me that Github has possible advantage of keeping all issues together, so maybe e...
by LisaM
07 Jan 2018, 17:53
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 465394

Re: ESP32 boards

this is weird ... an hour or so later, I restarted the Putty terminal into the ESP32 and tried upyeasy.setwifi again. it was not found, so I imported it again. upyeasy.setwifi('xxxx','yyyyyyy') Traceback (most recent call last): File "<stdin>", line 1, in <module> File "upyeasy/__ini...
by LisaM
07 Jan 2018, 17:51
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 465394

Re: ESP32 boards

Hi Lisa, Many thanks for the good work on Github! You have certainly been busy!! :D It will make it much easier to track the version of things, and also for me to begin to understand how the software works (maybe ;) ). Cheers Andrew I need to add a couple of functions more (mainly SPI and some tool...