Will it be possible to stop the blinking colon on the clock?
Thank you for your effort

Moderators: grovkillen, Stuntteam, TD-er
mmmm... not at the moment, I thought it was something everyone woudl like to have but if you think it's not the case I can easily enable this option instead of making it always ON
See my comment above. It would be pretty nice if we could control the brightness in more detail. Great work though!!!papperone wrote: ↑04 Oct 2017, 13:09 so far "beta" plugins has below functionality under testing:
- support already both TM1637 (4 digits) and MAX7219 (8 digits) display
- both displays have controllable brightness from device page <--------- Is it possible to control this on individual sections or only overall?
current bugs/todo (before to release the plugin):
- 2 "modes": CLOCK / MANUAL
- when display is setup as CLOCK it's automatically updated once-a-second
- on TM1637 it shows just hours/minutes with blinking colon (HH:MM)
- on MAX7219 it shows hours/minutes/seconds with blinking segments in-between (HH-MM-SS)
- when display is setup as MANUAL it can only be refreshed manually sending commands
- already implemented "7dn,<number>" will update the display showing <number> (TM1637 range is 0-9999, MAX7219 range is -9999999-99999999)
- 2 or more displays (no matter if same or different model/chip) can't work together connected to the same module - they generates a crash making the ESP8266 unrecoverable if not erasing flash
- "7dn" command accepts only integer number; just for MAX7219 decimal dot needs to be enabled as supported by hardware
- "7dt" command to be implemented in order to show temperature (TM1637 --> "-XXX" / MAX7219 "-XXX.XX°")
ideas on formats to be used are mote than welcome but please take into consideration hardware limitation!
- as temperature can be negative or above 100 (for F°) on TM1637 no decimals nor symbols will be shown
- to add support for 74HC595 4 digit modules (tbd)
I'm still studing the datasheet of TM1637 as I'm not really happy of the library that is available and I'm trying to rebuild communication in the plugin to have it customized and get rid of library; but so far I saw only a general brightness command for all 4 digits. I'll look deeper this evening to check if this request can be implemented in the chip!grovkillen wrote: ↑05 Oct 2017, 14:56
- both displays have controllable brightness from device page <--------- Is it possible to control this on individual sections or only overall?
Same problem hereronald wrote: ↑10 Oct 2017, 11:34 O, that's great! I really want to try it.
I must admit that I don't know how to test it though. I know how to flash my unit and how to upgrade to new versions/ test versions of the software, but I have never added a new plugin.
I can't find how to do it... Can you tell where to find that?![]()
Ah, missed that one! I'm really happy with the resultpapperone wrote: ↑11 Oct 2017, 17:09 Thanks Ronald, probably you should read this previous comment --> http://www.letscontrolit.com/forum/view ... =30#p19744
You have already "7don" "7doff" and "7db,<brightness>" commands implemented...![]()
no idea, I tryed myself to donwload and open it and I got no errors; as well ronald download and installed it without issue it seems...
it's in my "to-do" list but probably as a separate plugin as this matrix led can be more flexible and customizablegrovkillen wrote: ↑13 Oct 2017, 23:52 Will dot matrix displays powered by MAX7216 be supported? Just curious.
I guess not as plugin has been written using the TM1637 datasheet for the implementation.freijn wrote: ↑16 Oct 2017, 11:24 Guys,
Sorry for the stupid questions....
How do you know how to connect the display ?
Is there a how-to page where I can find how to compile a plugin into easyesp ?
I have the tm1638 ,would that work as well? At least the display?
p.s.
with the zip7 I managed to unpack. THanks !
Frank
If you need this plugin only you can find the BIN of 2.0.0dev12 with P073 attached in one of my previous posts.freijn wrote: ↑17 Oct 2017, 12:19 Hey Papperone
First, many thanks for your great work here!!
Do you know, is there a wiki or good place to start to get a plugin compiled in EspEasy ?
I have seen the developers wiki , but nothing on Plugin's
Somehow I can't get started.
Again, many thanks for your work here
Frank
Code: Select all
On TempPres#Temperature do
7dt,[TempPres#Temperature]
EndOn
Great Job grovkillen!grovkillen wrote: ↑02 Dec 2017, 23:33 https://www.letscontrolit.com/wiki/inde ... nt_display
wiki updated with this plugin.
Let me know which LOG and I'll add them and will evaluate to move to NORMAL plugins...grovkillen wrote: ↑03 Dec 2017, 00:03 Papperone, thanks!!
I've been using it for a day now
I do miss some log output though. And as I asked on GitHub, is the 4 digit display with dots also supported or is it only the "clock" version?
When I add numbers manually the log is not populated with this. Commands 7don, 7doff and 7db,<value> are not reported. Just that stuffpapperone wrote: ↑03 Dec 2017, 09:27Let me know which LOG and I'll add them and will evaluate to move to NORMAL plugins...grovkillen wrote: ↑03 Dec 2017, 00:03 Papperone, thanks!!
I've been using it for a day now
I do miss some log output though. And as I asked on GitHub, is the 4 digit display with dots also supported or is it only the "clock" version?
As per GitHub discussion I will add more displays support to the next release of the plugin (once they will arrive from China)
Ah ok, that's simple... I normally use logs only during developping/testing then I remove them to optimize but you are right, you can always change logs level/reporting from the advanced settingsgrovkillen wrote: ↑03 Dec 2017, 10:58When I add numbers manually the log is not populated with this. Commands 7don, 7doff and 7db,<value> are not reported. Just that stuffpapperone wrote: ↑03 Dec 2017, 09:27Let me know which LOG and I'll add them and will evaluate to move to NORMAL plugins...grovkillen wrote: ↑03 Dec 2017, 00:03 Papperone, thanks!!
I've been using it for a day now
I do miss some log output though. And as I asked on GitHub, is the 4 digit display with dots also supported or is it only the "clock" version?
As per GitHub discussion I will add more displays support to the next release of the plugin (once they will arrive from China)
![]()
Users browsing this forum: No registered users and 7 guests