Search found 221 matches

by iron
29 Jan 2022, 20:12
Forum: ESP Easy: Software
Topic: maybe easier to use Dashboard replacement
Replies: 188
Views: 249762

Re: maybe easier to use Dashboard replacement

chromo23 wrote: 29 Jan 2022, 17:11 2. this works...i just tested it myself. make sure you have set decimals to 1 of slVal
Indeed it works. I stand corrected
by iron
29 Jan 2022, 16:56
Forum: ESP Easy: Software
Topic: maybe easier to use Dashboard replacement
Replies: 188
Views: 249762

Re: maybe easier to use Dashboard replacement

1. Longer node list names get truncated on both ends (with or w/o your CSS) 2. Slider slStep is set to 0.1 and declared with 1 Value decimal, yet still showing 2 decimals on the right end of the slider 3. Task name can not contain blank spaces so the underscore @ Do_Something. For beautification pur...
by iron
27 Jan 2022, 18:07
Forum: ESP Easy: Software
Topic: maybe easier to use Dashboard replacement
Replies: 188
Views: 249762

Re: maybe easier to use Dashboard replacement

So. i am finished... i hope. :) You will be back with more... ( since custom variables aren’t stored in flash, these timesettings are not reliable ) Same applies for the initial slider as well, no ? Can't see an actual use on any of the sliders since they do not survive cold reboot unless the devs ...
by iron
24 Jan 2022, 14:03
Forum: ESP Easy: Hardware
Topic: Dingtian IOT Relay
Replies: 63
Views: 33951

Re: Dingtian IOT Relay

Does this plugin support the 74HC165 as well ? Shall I try to flash the sample on hand or is it not time for this yet ? No, the 74HC595 plugin is for output only. Yes, if you can test your board with P126, I'm very interested in your findings. This will be going over UART, so will require an ETH-fa...
by iron
24 Jan 2022, 13:13
Forum: ESP Easy: Hardware
Topic: Dingtian IOT Relay
Replies: 63
Views: 33951

Re: Dingtian IOT Relay

See the progress on the support for the shift registers used on this board: https://github.com/letscontrolit/ESPEasy/pull/3917 So even though Ton doesn't have such a board (yet?), nor those chips, he still managed to make a very usable plugin for it. Does this plugin support the 74HC165 as well ? S...
by iron
23 Jan 2022, 17:42
Forum: ESP Easy: General Discussion
Topic: Rules Sendtohttp to teltonika
Replies: 6
Views: 5520

Re: Rules Sendtohttp to teltonika

Some commands being truncated. Enabling the "Tolerant last parameter:" checkmark in Tools / advanced, helps at times.

Also "SendToHTTP wait for ack:" are required by some servers.

Might have to try both or either
by iron
21 Jan 2022, 20:03
Forum: ESP Easy: Software
Topic: maybe easier to use Dashboard replacement
Replies: 188
Views: 249762

Re: maybe easier to use Dashboard replacement

Looking great !!! 1. When a temp has no decimal (eg 20.0 °C) it shows no decimal at all (20) IMO it should respect the amount of decimals set on the task ("NrDecimals":1 in the json). 2. Will be nice to add the °C / °F next to the temp (φ / RH next to humidity ?) You mean like this?: 123....
by iron
21 Jan 2022, 11:52
Forum: ESP Easy: Software
Topic: maybe easier to use Dashboard replacement
Replies: 188
Views: 249762

Re: maybe easier to use Dashboard replacement

1.
In the json :

{"ValueNumber":1,
"Name":"Temp1",
"NrDecimals":1,
"Value":24.6
},

So number of decimals is indeed provided in the json right above the value, no ?

3.
Would be nice to have the state, or just ON / OFF even better ?
by iron
20 Jan 2022, 20:38
Forum: ESP Easy: Software
Topic: maybe easier to use Dashboard replacement
Replies: 188
Views: 249762

Re: maybe easier to use Dashboard replacement

Looking great !!! 1. When a temp has no decimal (eg 20.0 °C) it shows no decimal at all (20) IMO it should respect the amount of decimals set on the task ("NrDecimals":1 in the json). 2. Will be nice to add the °C / °F next to the temp (φ / RH next to humidity ?) 3. Why did the State Statu...
by iron
20 Jan 2022, 08:42
Forum: ESP Easy: Software
Topic: maybe easier to use Dashboard replacement
Replies: 188
Views: 249762

Re: maybe easier to use Dashboard replacement

I did some research... so guieasy really a complete replacement for the espeasy gui. So there a hardly any overlaps with my site since mine is more or less a simple json parser with very basic functionality and it is firmware independent (unless the json format will ever change) Of course, your sol...
by iron
16 Jan 2022, 18:13
Forum: ESP Easy: Software
Topic: maybe easier to use Dashboard replacement
Replies: 188
Views: 249762

Re: maybe easier to use Dashboard replacement

Should a non-button tile be clickable ?

Makes no difference but could be misleading as someone might be expecting an action
by iron
14 Jan 2022, 19:44
Forum: ESP Easy: Software
Topic: maybe easier to use Dashboard replacement
Replies: 188
Views: 249762

Re: maybe easier to use Dashboard replacement

@iron if you like to test: fetch3.html.zip I think i go with this coloring. "off" is gray like every other button and only "on" is green. so no extra colors for different types... the logic: if a TaskName is "Button" or "Btn" (this if for @TD-er ;) ) and has ...
by iron
14 Jan 2022, 18:36
Forum: ESP Easy: Software
Topic: maybe easier to use Dashboard replacement
Replies: 188
Views: 249762

Re: maybe easier to use Dashboard replacement

chromo23 wrote: 14 Jan 2022, 17:37 All in one package..
-added the missing tags
-renamed the files
fetch.zip
Does not seem to make any changes in my example...
by iron
14 Jan 2022, 15:48
Forum: ESP Easy: Software
Topic: maybe easier to use Dashboard replacement
Replies: 188
Views: 249762

Re: maybe easier to use Dashboard replacement

called "State" not "tate" ? :)

Sure that sounds great !!!

#4BD864 Green and #E4E4E4 Grey is ok to boot, then the user can change it to their desired by editing the file, no ?
by iron
14 Jan 2022, 14:40
Forum: ESP Easy: Software
Topic: maybe easier to use Dashboard replacement
Replies: 188
Views: 249762

Re: maybe easier to use Dashboard replacement

I use this button for a relay on GPIO12 @ task#1. No need to use any dummy devices nor "blacklist" anything.
If only I could get the color to change based on the State given this is readily available on the IP/json ?
by iron
13 Jan 2022, 19:39
Forum: ESP Easy: Software
Topic: maybe easier to use Dashboard replacement
Replies: 188
Views: 249762

Re: maybe easier to use Dashboard replacement

Your effort and quick responses is much appreciated and I do not mean to discourage you I know you mean well, and I am sorry to say that, but the logic of this approach is not wise. If there is one relay you should not need one tab for the relay as an output and another for a button to turn on/off t...
by iron
12 Jan 2022, 22:45
Forum: ESP Easy: Software
Topic: maybe easier to use Dashboard replacement
Replies: 188
Views: 249762

Re: maybe easier to use Dashboard replacement

Next suggestion is an option to change the color of the button / task depending on its state e.g. green = ON / red = OFF or so.

Even further assign an uploaded image to the state of the of the button / task

Just thinking out loud
by iron
12 Jan 2022, 22:17
Forum: ESP Easy: Software
Topic: maybe easier to use Dashboard replacement
Replies: 188
Views: 249762

Re: maybe easier to use Dashboard replacement

Just FYI the Rule ButtonEvent (on your image example) : On Buttonevent do if [Relaystate]=0 gpio,13,1 else gpio,13,0 end if endon can be : On Buttonevent do GPIOtoggle,13 endon Makes things much easier https://espeasy.readthedocs.io/en/latest/Plugin/P000.html?highlight=toggle#internal-gpio
by iron
01 Jan 2022, 20:23
Forum: ESP Easy: Hardware
Topic: Dingtian IOT Relay
Replies: 63
Views: 33951

Re: Dingtian IOT Relay

TD-er wrote: 27 Dec 2021, 10:55 I would like to see hoe these are being used in this board first.
So if you can dig up some schematic, that would be the first step I guess.
Information from Dingtian direct

Hope this helps with the implementation
by iron
26 Dec 2021, 10:28
Forum: ESP Easy: Hardware
Topic: Dingtian IOT Relay
Replies: 63
Views: 33951

Re: Dingtian IOT Relay

Those are the 8 x Input and 8 x output chips. We support those ?
by iron
25 Dec 2021, 22:08
Forum: ESP Easy: Hardware
Topic: Dingtian IOT Relay
Replies: 63
Views: 33951

Re: Dingtian IOT Relay

Hmm strange board. Ethernet alone does need quite a lot of pins on an ESP32, so if it needs only an ESP-01 then I wonder what is running on that large chip next to the lan chip. There are pictures too of a version with an ESP32 on it, which looks like it might be easy to make it work in ESPEasy. Bu...
by iron
25 Dec 2021, 19:23
Forum: ESP Easy: Hardware
Topic: Dingtian IOT Relay
Replies: 63
Views: 33951

Dingtian IOT Relay

Season Greetings !! I bought one of these a few days ago https://www.aliexpress.com/item/4001232791244.html?spm=a2g0o.9042311.0.0.35a54c4dIETQ8P A board with either 2+2, 4+4 or 8+8 IOs, WiFi, LAN. and/or either RS485 or CAN, supports Http, Https, MQTT, CoAP has Domoticz plugin and an extensive how-t...
by iron
14 Dec 2021, 20:32
Forum: ESP Easy: General Discussion
Topic: Control Relais via MQTT and Switch Input
Replies: 18
Views: 9072

Re: Control Relais via MQTT and Switch Input

It is an option in the ESPEasy MQTT controller setting to "Retain last value" so upon reconnection system will get the "last known status"
by iron
13 Dec 2021, 14:22
Forum: ESP Easy: General Discussion
Topic: Control Relais via MQTT and Switch Input
Replies: 18
Views: 9072

Re: Control Relais via MQTT and Switch Input

Well you are using the value, only you needed to 'flip' the value, which is done with the negation ("!") And you're just acting on the event of the value update, not just on the update matching a specific value. I think he is implying that he is only using MQQT just to store the value whi...
by iron
14 Oct 2021, 09:00
Forum: ESP Easy: Software
Topic: dark mode css
Replies: 19
Views: 12735

Re: dark mode css

In the Nodes List of the main page there is a "third color" bar for the selected node that does not exist in the dark .css.
by iron
13 Oct 2021, 21:04
Forum: ESP Easy: Software
Topic: dark mode css
Replies: 19
Views: 12735

Re: dark mode css

chromo23 wrote: 13 Oct 2021, 20:57 can you please download the last file again. i updated it....
They now retain the white color.
by iron
13 Oct 2021, 20:03
Forum: ESP Easy: Software
Topic: dark mode css
Replies: 19
Views: 12735

Re: dark mode css

The icons are just unicode characters. So they actually are also just "text" If you mouse over or select the Main, Config, Rules, Notifications the icon color changes to black (from white) so it is black on black background. Controllers, Hardware, Devices, Tools icons retain their color e...
by iron
13 Oct 2021, 16:09
Forum: ESP Easy: Software
Topic: dark mode css
Replies: 19
Views: 12735

Re: dark mode css

Main, Config, Rules, Notifications icons get nasty on mouse over or when selected (On Chrome 94.0.4608 and FF 93.0)
I Assume those are text and the rest are actual icons ?
by iron
26 Aug 2021, 12:07
Forum: ESP Easy: General Discussion
Topic: Espeasy compatible unit with wired ethernet?
Replies: 85
Views: 41645

Re: Espeasy compatible unit with wired ethernet?

I looked through the documents for the seeedstudio module and I can't find what pin is used for the pwr pin of the ETH module. So I find it a bit difficult to conclude if there is "Only one" version of the WT32-ETH module regarding pin configuration. Can you point to any reference that sh...
by iron
25 Aug 2021, 21:21
Forum: ESP Easy: General Discussion
Topic: Espeasy compatible unit with wired ethernet?
Replies: 85
Views: 41645

Re: Espeasy compatible unit with wired ethernet?

@Ath pergaps we shouls update the default config to gpio 16 for power ? Or double check with the original design to see if there are perhaps 2 boards with the same name. Or maybe different revisions of the board. My ESP32_WT32-ETH boards are several months old and I used the GPIO settings from the ...
by iron
24 Aug 2021, 18:45
Forum: ESP Easy: General Discussion
Topic: Espeasy compatible unit with wired ethernet?
Replies: 85
Views: 41645

Re: Espeasy compatible unit with wired ethernet?

@Ath pergaps we shouls update the default config to gpio 16 for power ?
by iron
24 Aug 2021, 09:44
Forum: ESP Easy: General Discussion
Topic: Espeasy compatible unit with wired ethernet?
Replies: 85
Views: 41645

Re: Espeasy compatible unit with wired ethernet?

So what Power pin works for you 16 or 12 ?
by iron
20 Aug 2021, 18:40
Forum: ESP Easy: General Discussion
Topic: Espeasy compatible unit with wired ethernet?
Replies: 85
Views: 41645

Re: Espeasy compatible unit with wired ethernet?

This is my ETH conf for this board
by iron
20 Aug 2021, 11:18
Forum: ESP Easy: General Discussion
Topic: Espeasy compatible unit with wired ethernet?
Replies: 85
Views: 41645

Re: Espeasy compatible unit with wired ethernet?

Teknor wrote: 19 Aug 2021, 20:01 Received the WT32-ETH board and trying to flash it with ESP_Easy_mega_20210802_normal_ESP32_4M316k_ETH.bin
Keep in mind for initial flashing you need to use the -factory.bin version of the file

So in this case you need the :

ESP_Easy_mega_20210802_normal_ESP32_4M316k_ETH-factory.bin

-D
by iron
24 Mar 2021, 18:41
Forum: ESP Easy: Software
Topic: sunrise/sunset to be used in rule
Replies: 45
Views: 26506

Re: sunrise/sunset to be used in rule

Hey... Vanila Ice said it !!!
by iron
23 Mar 2021, 13:17
Forum: ESP Easy: Software
Topic: What do i wrong with this rule [Solved]
Replies: 3
Views: 5445

Re: What do i wrong with this rule

This works for me :

Code: Select all

  if %systime% > %sunset% or %systime% < %sunrise%
       LongPulse,4,1,%eventvalue1%
  endif
by iron
20 Mar 2021, 08:53
Forum: ESP Easy: Hardware
Topic: WT32-ETH01
Replies: 9
Views: 13173

Re: WT32-ETH01

by iron
04 Feb 2021, 20:09
Forum: ESP Easy: Hardware
Topic: WT32-ETH01
Replies: 128
Views: 168119

Re: WT32-ETH01

@TD-er perhaps it is safe to assume it is time to set a predefined setting for this ?
by iron
22 Jan 2021, 09:03
Forum: ESP Easy: Hardware
Topic: WT32-ETH01
Replies: 128
Views: 168119

Re: WT32-ETH01

I tried also a version older firmware: ESP_Easy_mega_20201227_normal_ESP32_4M316k_ETH-factory.bin No luck. keep getting these messages in the terminal. GPIO pins are correct according to the wESP32 manual. 116288 : Info : ETH Connected 118223 : Error : ETH Disconnected 120275 : Info : ETH Connected...
by iron
21 Jan 2021, 09:33
Forum: ESP Easy: Hardware
Topic: WT32-ETH01
Replies: 128
Views: 168119

Re: WT32-ETH01

I didnt build it. I downloaded the latest ESP release from github (ESPEasy_ESP32_mega-20210114.zip) and flashed the ESP_Easy_mega_20210114_custom_ESP32_4M316k_ETH-factory.bin using the ESP.Easy.Flasher.exe flashing tool. This didnt directly work so then I flashed it again using the flash_download_t...
by iron
12 Jan 2021, 20:58
Forum: ESP Easy: General Discussion
Topic: MCP23017
Replies: 10
Views: 4316

Re: MCP23017

What Address is the MCP discovered on under Tools / I2C scan ?
by iron
23 Dec 2020, 11:54
Forum: ESP Easy: Software
Topic: ESPEasy device controller Android app
Replies: 20
Views: 18139

Re: ESPEasy device controller Android app

I still need to test the app, but I browsed through your github page and noticed the readme referred to an ancient build of ESPEasy. That's all. Every now and then I do see those old builds pop up in new issues and forum topics, so I want to get rid of as many external references to the old builds ...
by iron
19 Dec 2020, 21:33
Forum: ESP Easy: Projects / Applications
Topic: Sensor Data on a website
Replies: 12
Views: 15587

Re: Sensor Data on a website

Keep in mind Thingspeak only allows to send a message every N seconds for the free accounts. N is quite large (900 sec?) So maybe you're hitting this limit? I do not think this is valid. Look at my Temp graph : https://thingspeak.com/channels/177708 Some are less than a minute... My rules post ever...
by iron
19 Dec 2020, 21:00
Forum: ESP Easy: Projects / Applications
Topic: Sensor Data on a website
Replies: 12
Views: 15587

Re: Sensor Data on a website

There is no need to setup a controller (any more)

Here is my take in the rules :

Code: Select all

On Thermometer#Temperature do
SendToHTTP,api.thingspeak.com,80,/update?api_key=your_API_KEY_here&field1=[Thermometer#Temperature]&field2=[Thermometer#Humidity]
endon
by iron
18 Dec 2020, 20:04
Forum: ESP Easy: Projects / Applications
Topic: Sensor Data on a website
Replies: 12
Views: 15587

Re: Sensor Data on a website

I use Thingspeak for free 4 years now with a DS18B20 to read the temp inside a florist refrigerating chamber https://thingspeak.com/channels/177708 My remote server fetches the data from there. (No need to, just for the proof of concept) I also get alarm notifications from the free thingspeak React ...
by iron
05 Dec 2020, 09:07
Forum: ESP Easy: General Discussion
Topic: ESPeasy and serial commands
Replies: 22
Views: 20230

Re: ESPeasy and serial commands

Enable / Disable Serial port and Baud Rate settings are now located at : ip/advanced.
Perhaps the remaining settings shall go there as well ?
Unless you plan on more than 1 concurrent serial ports. In this case you will still need command argument for the serial port # ?
by iron
04 Dec 2020, 13:19
Forum: ESP Easy: General Discussion
Topic: ESPeasy and serial commands
Replies: 22
Views: 20230

Re: ESPeasy and serial commands

TD-er wrote: 04 Dec 2020, 11:57 You still need to have some setup like baud rate and I would also like to have the Ser2Net plugin being able to select what serial port to use. (still on my todo list)
Could be variables ?

serialsend,'hello world',9600,8,none,1,s0

Just thinking out loud...
by iron
04 Dec 2020, 11:28
Forum: ESP Easy: General Discussion
Topic: ESPeasy and serial commands
Replies: 22
Views: 20230

Re: ESPeasy and serial commands

While on the serial commands subject, shouldn't "serialsend " be a standalone command enabled by default to be used in the rules w/o the need to enable Ser2Net task ?
by iron
29 Nov 2020, 09:12
Forum: ESP Easy: Hardware
Topic: WT32-ETH01
Replies: 128
Views: 168119

Re: WT32-ETH01

Have you tried the ETH builds? I do have all Olimex ETH boards running here for months and all configurations they use are working very well in ESPEasy. Seems like you missed the last part of my post below the code. The eth bins work great on the Olimex ESP32-PoE units I have on hand. I am now expe...