bug 9999 ESP Domoticz IDX

Moderators: grovkillen, Stuntteam, TD-er

Post Reply
Message
Author
Dylantje
Normal user
Posts: 255
Joined: 11 Oct 2015, 16:51

bug 9999 ESP Domoticz IDX

#1 Post by Dylantje » 09 Sep 2018, 16:04

Dear developers...
I do have my idx for Domoticz above the 10000..
Only i cannot use the espeasy software any more.
Because the espeasy still counts to 9999...

So please a solution....
Last edited by Dylantje on 09 Sep 2018, 16:15, edited 1 time in total.

User avatar
grovkillen
Core team member
Posts: 3621
Joined: 19 Jan 2017, 12:56
Location: Hudiksvall, Sweden
Contact:

Re: bug 9999 ESP Domoticz IDX

#2 Post by grovkillen » 09 Sep 2018, 16:14

Thanks for putting on the GitHub tracker
ESP Easy Flasher [flash tool and wifi setup at flash time]
ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you :idea: :idea: :idea:

Dylantje
Normal user
Posts: 255
Joined: 11 Oct 2015, 16:51

Re: bug 9999 ESP Domoticz IDX

#3 Post by Dylantje » 09 Sep 2018, 16:17

yeah finaly got the sonoff working..
And then i get this error grrr.

Sometimes have a lot of patients for the hobby ...

User avatar
grovkillen
Core team member
Posts: 3621
Joined: 19 Jan 2017, 12:56
Location: Hudiksvall, Sweden
Contact:

Re: bug 9999 ESP Domoticz IDX

#4 Post by grovkillen » 09 Sep 2018, 16:18

We hope to be able to spend more time on this project very soon. You might have read :D
ESP Easy Flasher [flash tool and wifi setup at flash time]
ESP Easy Webdumper [easy screendumping of your units]
ESP Easy Netscan [find units]
Official shop: https://firstbyte.shop/
Sponsor ESP Easy, we need you :idea: :idea: :idea:

Dylantje
Normal user
Posts: 255
Joined: 11 Oct 2015, 16:51

Re: bug 9999 ESP Domoticz IDX

#5 Post by Dylantje » 09 Sep 2018, 16:25

mm
o i did not read.. only i do have a lot respect for the developers so..
I think i have to wait :-)

TD-er
Core team member
Posts: 8643
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: bug 9999 ESP Domoticz IDX

#6 Post by TD-er » 09 Sep 2018, 22:21

Do you have any idea of the maximum value the Domoticz IDX can be?

Dylantje
Normal user
Posts: 255
Joined: 11 Oct 2015, 16:51

Re: bug 9999 ESP Domoticz IDX

#7 Post by Dylantje » 09 Sep 2018, 22:25

TD-er wrote: 09 Sep 2018, 22:21 Do you have any idea of the maximum value the Domoticz IDX can be?
mmm i think Gizmocuz [ from Domoticz ]can make it to 1.000.000 :-)
Now i am obove the 12000 [ my new devices was standing on for months in Domoticz, so i was counting all the neigbours car sensors etc etc ]

TD-er
Core team member
Posts: 8643
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: bug 9999 ESP Domoticz IDX

#8 Post by TD-er » 09 Sep 2018, 22:31

Dylantje wrote: 09 Sep 2018, 22:25
TD-er wrote: 09 Sep 2018, 22:21 Do you have any idea of the maximum value the Domoticz IDX can be?
mmm i think Gizmocuz [ from Domoticz ]can make it to 1.000.000 :-)
Now i am obove the 12000 [ my new devices was standing on for months in Domoticz, so i was counting all the neigbours car sensors etc etc ]
I looked at the source code and the web interface has this limit set (I knew I changed it already a while ago)
999999999
Look for this line in WebServer.ino:

Code: Select all

addNumericBox(id, Settings.TaskDeviceID[controllerNr][taskIndex], 0, 999999999); // Looks like it is an unsigned int, so could be up to 4 bln.
So if it isn't working, with the latest builds, I may have to look further.

TD-er
Core team member
Posts: 8643
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: bug 9999 ESP Domoticz IDX

#9 Post by TD-er » 09 Sep 2018, 22:32

Ah, found some limit in P029_Output. There it is also checking for a limit of 9999.

Dylantje
Normal user
Posts: 255
Joined: 11 Oct 2015, 16:51

Re: bug 9999 ESP Domoticz IDX

#10 Post by Dylantje » 09 Sep 2018, 22:37

mmm
How can i found this in my data?.
Or how can i change this?


Do i need to reflash?
Or is there on git a change possible?
So i can do a OTA?

TD-er
Core team member
Posts: 8643
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: bug 9999 ESP Domoticz IDX

#11 Post by TD-er » 10 Sep 2018, 00:58

I have already changed stuff I think may be related to this and merged it.
It should be included in tomorrow's build.

Dylantje
Normal user
Posts: 255
Joined: 11 Oct 2015, 16:51

Re: bug 9999 ESP Domoticz IDX

#12 Post by Dylantje » 10 Sep 2018, 20:53

can you please tell me how i can update to this newer version?
Without flash? ota? or?

Thanks!!!

TD-er
Core team member
Posts: 8643
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: bug 9999 ESP Domoticz IDX

#13 Post by TD-er » 10 Sep 2018, 21:17

Depending on the amount of memory on the ESP node.
If 1M, then you will have to reconnect the flash tool, since the current image size is a bit too big for OTA (maybe 1-step OTA?)
If you have 4M flash, then you could try OTA.
Just select the new firmware bin file from the web interface.

Dylantje
Normal user
Posts: 255
Joined: 11 Oct 2015, 16:51

Re: bug 9999 ESP Domoticz IDX

#14 Post by Dylantje » 10 Sep 2018, 22:23

Thanks..
Give it a try..
Sonoff basic is 1mb?
So think a better clean flash

TD-er
Core team member
Posts: 8643
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: bug 9999 ESP Domoticz IDX

#15 Post by TD-er » 10 Sep 2018, 22:51

Yep, the Sonoff basic is 1 MB (ESP8266)

Post Reply

Who is online

Users browsing this forum: No registered users and 34 guests