Search found 136 matches

by kr0815
13 Dec 2015, 16:58
Forum: ESP Easy: General Discussion
Topic: Big wish - generall HTTP and MQTT Interfaces
Replies: 44
Views: 35913

Re: Big wish - generall HTTP and MQTT Interfaces

Have it partly working now i only replaced char host[20]; sprintf_P(host, PSTR("%u.%u.%u.%u"), Settings.Controller_IP[0], Settings.Controller_IP[1], Settings.Controller_IP[2], Settings.Controller_IP[3]); with char host[40] = "esp.kr123.de/volkszaehler.org/htdocs"; // sprintf_P(ho...
by kr0815
13 Dec 2015, 11:59
Forum: ESP Easy: Software
Topic: Arduino ESP Core 2.0.0. release
Replies: 18
Views: 15187

Re: Arduino ESP Core 2.0.0. release

Unfortunately, it doesn´t behave like that with core2.0.0 i get that in the serial log: System Info IP Address : 0.0.0.0 Build : 50 Unit : 0 WifiSSID : Power-LAN WifiKey : kr08151020 Free mem : 27144 I don´t know, does it show the SSID and Key only because it knows from eeprom, or is it already conn...
by kr0815
13 Dec 2015, 11:45
Forum: ESP Easy: General Discussion
Topic: Big wish - generall HTTP and MQTT Interfaces
Replies: 44
Views: 35913

Re: Big wish - generall HTTP and MQTT Interfaces

I´m neither a HTML expert :-) What i tried, i have a local copy of this volkszaehler logger on my home Server Using the first example above, wiith local IP adress in the settings of the web Interface, it works so i thought i replace just the variable "host" with the web adress, but i don´t...
by kr0815
12 Dec 2015, 22:27
Forum: ESP Easy: General Discussion
Topic: Big wish - generall HTTP and MQTT Interfaces
Replies: 44
Views: 35913

Re: Big wish - generall HTTP and MQTT Interfaces

Tried to connect to an URL, now i´m completely lost. I replaced client.print(String("GET ") + url + " HTTP/1.1\r\n" + "Host: " + host + "\r\n" + "Connection: close\r\n\r\n"); with client.print(String("POST ") + url + " HTTP/1.1\r\n&quo...
by kr0815
12 Dec 2015, 22:19
Forum: ESP Easy: Software
Topic: Arduino ESP Core 2.0.0. release
Replies: 18
Views: 15187

Re: Arduino ESP Core 2.0.0. release

What i wonder, with core 2.0.0, the ESP always starts as a acces point / dhcp server ?
I have the right values for my wifi setup in the script, also shown in the webinterface ?

If i do a WifiDisConnect, then a WifiConnect, it connects to my Wifi
by kr0815
12 Dec 2015, 19:03
Forum: ESP Easy: General Discussion
Topic: Big wish - generall HTTP and MQTT Interfaces
Replies: 44
Views: 35913

Re: Big wish - generall HTTP and MQTT Interfaces

installed it, it´s working now :-) What i wonder, with core 2.0.0, the ESP always starts as a acces point / dhcp server ? I have the right values for my wifi set If i do a WifiDisConnect, then a WifiConnect, it connects to my Wifi ? Next big Task is now, how to replace IP Adress by URL, does anybody...
by kr0815
12 Dec 2015, 17:21
Forum: ESP Easy: General Discussion
Topic: Big wish - generall HTTP and MQTT Interfaces
Replies: 44
Views: 35913

Re: Big wish - generall HTTP and MQTT Interfaces

So do i have to just install core 2.0.0, or do i have to remove all this urldecode things ?
by kr0815
11 Dec 2015, 15:47
Forum: ESP Easy: General Discussion
Topic: Big wish - generall HTTP and MQTT Interfaces
Replies: 44
Views: 35913

Re: Big wish - generall HTTP and MQTT Interfaces

First i thought i made a fault mixing up different versions But i tried again now, downloaded everything again from GitHub, still same fault I tried an older Version i still had on my PC (Something like 39 i guess) - no fault So it can´t be the IDE (1.6.5) or other things like google chrome The faul...
by kr0815
11 Dec 2015, 09:30
Forum: ESP Easy: General Discussion
Topic: Big wish - generall HTTP and MQTT Interfaces
Replies: 44
Views: 35913

Re: Big wish - generall HTTP and MQTT Interfaces

sorry, i think i mixed something up when copying the files, i´ll try it again
by kr0815
10 Dec 2015, 20:20
Forum: ESP Easy: General Discussion
Topic: Big wish - generall HTTP and MQTT Interfaces
Replies: 44
Views: 35913

Re: Big wish - generall HTTP and MQTT Interfaces

tried it now, first problem, i try to enter /middleware.php/data/%tskname%.json?operation=add&value=%value% after hitting submit, it shows %2Fmiddleware.php%2Fdata%2F%25tskname%25.json%3Foperation%3Dadd%26value%3D%25val the log says The requested URL //middleware.php/data/%tskname%.json?operatio...
by kr0815
10 Dec 2015, 15:20
Forum: ESP Easy: General Discussion
Topic: Big wish - generall HTTP and MQTT Interfaces
Replies: 44
Views: 35913

Re: Big wish - generall HTTP and MQTT Interfaces

Right now, i wanted to come back to your offer upload my experimental code, when i saw you already wrote something. I will try it immediately this evening. What i saw so far: - i need POST instead of GET, but easy to change - my HTTP-Request looks like: POST http://demo.volkszaehler.org/middleware.p...
by kr0815
10 Dec 2015, 00:37
Forum: ESP Easy: Software
Topic: MySensors goes ESP!!
Replies: 91
Views: 104329

Re: MySensors goes ESP!!

Martinus, sorry all our dsicussions here go about HTTP-Interfaces and such things :-) But mainly: It could avoid me having to develop a lot of additional controller plugins and in some cases also the need to develop custom gateways for a lot of Home Automation projects I wonder why you have to think...
by kr0815
09 Dec 2015, 22:29
Forum: ESP Easy: Software
Topic: MySensors goes ESP!!
Replies: 91
Views: 104329

Re: MySensors goes ESP!!

Sorry i have to ask, but, as me pre-poster, i don´t completely understand what is the sense in it? I´m willing to help and support, i use mysensors for a Long time At the Moment, my configuration is: - many mysensor sensors around the house to collect temperature, humidity - a mysensor-gateway to re...
by kr0815
09 Dec 2015, 22:13
Forum: ESP Easy: General Discussion
Topic: Big wish - generall HTTP and MQTT Interfaces
Replies: 44
Views: 35913

Re: Big wish - generall HTTP and MQTT Interfaces

Sorry, i can´t agree If you wrap it around mysensors, the esp could talk to the systems listed at at the Moment at the mysensors page But ( i know only about FHEM) there is also a maintainer that wrote a Special script to get the values from mysensors into FHEM.All These Systems need code to Support...
by kr0815
07 Dec 2015, 00:19
Forum: ESP Easy: General Discussion
Topic: Domoticz Native integration
Replies: 16
Views: 13634

Re: Domoticz Native integration

Martinus, i don´t understand what you want to say with " in combination with the good news from Henrik Ekblad from MySensors.org got me rethinking my strategy on ESP Easy development" I found your project by chance, was impressed at the very first moment. Thats´s exactly what people need, ...
by kr0815
06 Dec 2015, 20:24
Forum: ESP Easy: Software
Topic: how to get access to ExtraTaskSettingsStruct ?
Replies: 1
Views: 2182

how to get access to ExtraTaskSettingsStruct ?

I´m trying to build a new file to get access to a special controller what i´m totally stuck - how to get any values from struct ExtraTaskSettingsStruct to have it available in the new C00X_test123 i see 2 arrays: struct EventStruct { byte TaskIndex; byte BaseVarIndex; int idx; byte sensorType; int P...
by kr0815
06 Dec 2015, 14:34
Forum: ESP Easy: General Discussion
Topic: Big wish - generall HTTP and MQTT Interfaces
Replies: 44
Views: 35913

Re: MySensors goes ESP!!

You are totally right about there is no real standart. a few weeks ago, i wasn´t even thinking about MQTT, i have it installed now, funny to Play with, and it works. But for simple things / beginners, it´s to complicated, starting already with the needed Broker.... I don´t know about domotics, i´m u...
by kr0815
06 Dec 2015, 12:38
Forum: ESP Easy: Software
Topic: MySensors goes ESP!!
Replies: 91
Views: 104329

Re: MySensors goes ESP!!

But a lot of these "supported" Controllers have a special Software to be able to communicate with mysensors

But i guess most if not all of These Controllers could also be reached by http-requests ?
So maybe it´s easier to have general http suppourt in easy-esp ?
by kr0815
05 Dec 2015, 17:54
Forum: ESP Easy: Software
Topic: MySensors goes ESP!!
Replies: 91
Views: 104329

Re: MySensors goes ESP!!

Hello Martinus, as i played around a lot with mysensors, let me say something: In my opinion, mysensors is a different concept then espeasy espeasy uses your wireless network, to send / receive data mysensors builds a own network (also 2.4GHz, but has nothing to do with wifi) The advantage of espeas...
by kr0815
01 Dec 2015, 20:43
Forum: ESP Easy: Software
Topic: what to change to get longer names
Replies: 0
Views: 1971

what to change to get longer names

i need, for a special project, longer Name and/or Value Names in the Device settings At the moment it´s limited to 26 characters I tried, in espeasy.ino: char TaskDeviceName[40]; char TaskDeviceValueNames[VARS_PER_TASK][40]; then in webserver.ino: taskdevicename.toCharArray(tmpString, 40); taskdevic...
by kr0815
01 Dec 2015, 11:45
Forum: ESP Easy: General Discussion
Topic: Volkszaehler support
Replies: 2
Views: 3285

Re: Volkszaehler support

Really interesting toppic, i´ve running a large volkszaehler Installation, would make it easy to have cheap sensors around the world...
by kr0815
29 Nov 2015, 12:19
Forum: ESP Easy: Projects / Applications
Topic: Driving Relay using esp8266-01
Replies: 23
Views: 20437

Re: Driving Relay using esp8266-01

so Case 2 - Relay
what voltage do you have after a reboot ? also 2.5-3 V
by kr0815
29 Nov 2015, 12:16
Forum: ESP Easy: Software
Topic: how to use syslog ?
Replies: 2
Views: 2677

Re: how to use syslog ?

I didn´t think it´s that easy, already have it running. So Level 4 should bring most log Messages ? Regardless what i choose between 1 and 4 the following is all i get? (Same also for web and Serial Connection) 86726143 : WD : Uptime 1445 ConnectFailures 0 FreeMem 27256 86727153 : MQTT : Connected t...
by kr0815
29 Nov 2015, 11:25
Forum: ESP Easy: Software
Topic: ESP8266 01 uploading easy easy firmware
Replies: 26
Views: 21400

Re: ESP8266 01 uploading easy easy firmware

And when in low state ? Both after boot and when switched once on and off ?
by kr0815
29 Nov 2015, 11:22
Forum: ESP Easy: Software
Topic: how to use syslog ?
Replies: 2
Views: 2677

how to use syslog ?

My ESPs (2 of them) reboot after like 12-24 hours, i never saw one with an uptime over about 1500 minutes.
Sometimes they even Crash completely, so i Need to reset them by unplugging power

i see there is a syslog Feature, how could that be used ?
by kr0815
29 Nov 2015, 11:18
Forum: ESP Easy: Projects / Applications
Topic: Driving Relay using esp8266-01
Replies: 23
Views: 20437

Re: Driving Relay using esp8266-01

Could you meassuzre the voltage in the different states ?
by kr0815
29 Nov 2015, 10:33
Forum: ESP Easy: Software
Topic: ESP8266 01 uploading easy easy firmware
Replies: 26
Views: 21400

Re: ESP8266 01 uploading easy easy firmware

could you meassure the voltage on the GPIO ?
With relays and LED, after Initial start and later, when working as expected ? Is it really 0V and 3.3V ? Or something inbetween ?
by kr0815
27 Nov 2015, 08:24
Forum: ESP Easy: Software
Topic: ESP8266 01 uploading easy easy firmware
Replies: 26
Views: 21400

Re: ESP8266 01 uploading easy easy firmware

what Kind of relays is it? are you using a Transistor ? you Need either a pull-up or pull-down resistor.
Is it one of These chinese relays board? most of them have a Jumper to select if low-on or high-on
by kr0815
27 Nov 2015, 00:00
Forum: ESP Easy: General Discussion
Topic: Big wish - generall HTTP and MQTT Interfaces
Replies: 44
Views: 35913

Re: Big wish - generall HTTP and MQTT Interfaces

mqttwarn Looks interesting, but my Approach would be to the esp in another Network, like at friends, parents, work
is there an open mqttwarn Server ? it Looks like i have to have a Server then in the firnds house ?
by kr0815
25 Nov 2015, 18:37
Forum: ESP Easy: General Discussion
Topic: Hostname instead of ip-adress for Controller
Replies: 0
Views: 2149

Hostname instead of ip-adress for Controller

I try to build a unit that sends data over the web, but i can´t enter the web address, only IP adresses are valid ?
by kr0815
24 Nov 2015, 17:54
Forum: ESP Easy: Hardware
Topic: No Values after a few hours
Replies: 2
Views: 3123

No Values after a few hours

I built, as a test, 2 sensors - one with 2 DS18B20 - one with 1 x DHT22, 1 x Sitch (Motion Detector) I´m using PiDome MQTT as the interface, but i don´t use PiDome Software, only Mosquitto as Broker After a few hours both sensors stop sending values They are still reachable by Web Interface, if i fo...
by kr0815
21 Nov 2015, 20:15
Forum: ESP Easy: General Discussion
Topic: Big wish - generall HTTP and MQTT Interfaces
Replies: 44
Views: 35913

Big wish - generall HTTP and MQTT Interfaces

Is it maybe possible to have in future Versions a General HTTP Interface ?
There are many Units that could be controlled by smple http-requests like http://192.168.1.1/myswitch/on
This would make it easy to use the System for many applications, without needing interfacés for each

Regards
Klaus
by kr0815
21 Nov 2015, 19:59
Forum: ESP Easy: Hardware
Topic: More than on DS18b20 on a string.
Replies: 14
Views: 16346

Re: More than on DS18b20 on a string.

You shouldn´t have a pull-up on each sensor, only one in the whole System.
It still works for you, but your total pull-up is now about 1.2 KOhm
by kr0815
20 Nov 2015, 14:28
Forum: ESP Easy: Hardware
Topic: Dallas DS18B20 - Values 5 degrees to low ?
Replies: 7
Views: 7320

Re: Dallas DS18B20 - Values 5 degrees to low ?

I found the Problem, it´s because im Using the S-Version isntead of the B-Version. Even in the example ( https://github.com/esp8266/Arduino/blob/master/libraries/OneWire/examples/DS18x20_Temperature/DS18x20_Temperature.pde ) the Software Looks which Version is used, but in the code in --P004_Dallas....
by kr0815
19 Nov 2015, 00:08
Forum: ESP Easy: Hardware
Topic: Dallas DS18B20 - Values 5 degrees to low ?
Replies: 7
Views: 7320

Re: Dallas DS18B20 - Values 5 degrees to low ?

so for both of you, the Software Shows the right value, no Need to multiply by 10 ?
Oh, i looked in old Manuals, checked what i bought that time, could be they are 18S20 so S, no B ? Could that be the Problem ?
by kr0815
18 Nov 2015, 18:47
Forum: ESP Easy: Hardware
Topic: Dallas DS18B20 - Values 5 degrees to low ?
Replies: 7
Views: 7320

Dallas DS18B20 - Values 5 degrees to low ?

I have a test Setup with 2 x DS18B20, but they show wrong temperature - value is about 10% of real value, so i had to multiply it by 10 with "%value%*10" - now they are still about 5 degrees to high, i don´t have 26 degrees in my room. I found some opics in other arduino Forums, People wer...