Search found 8 matches

by muppet96
05 Aug 2023, 21:01
Forum: ESP Easy: Software
Topic: store a variable persistent in config section
Replies: 6
Views: 3928

Re: store a variable persistent in config section

I was just looking at the same thing as I need to be able to save threshold values from time to time that need to survive a cold re-boot. At the moment I am trying an instance of regulator (PO21) where I can use the setlevel and getlevel commands. I couldn't find any reference to any other method. P...
by muppet96
31 May 2019, 10:48
Forum: ESP Easy: Hardware
Topic: GPS P082 update rate
Replies: 8
Views: 5618

Re: GPS P082 update rate

I read it ages ago and contributed. It still doesn't hurt to say thanks!
by muppet96
29 May 2019, 16:35
Forum: ESP Easy: Hardware
Topic: GPS P082 update rate
Replies: 8
Views: 5618

Re: GPS P082 update rate

Thanks for that I will give it a go. As far as I can tell the Tiny GPS library used the speed units without conversion which, by NMEA format are in knots. I am using a Ublox 6M something or another. I did the m/s to mph conversion in formula and on the boat I live on it indicated 6mph which was mad....
by muppet96
28 May 2019, 09:17
Forum: ESP Easy: Hardware
Topic: GPS P082 update rate
Replies: 8
Views: 5618

Re: GPS P082 update rate

In case it's of any interest the speed units returned are quoted as metres per second when in fact they appear to be in knots which is the NMEA standard unit in the sentences from the module. If you set the formula for speed to %value%*0.514444 you will get m/s or *1.852 for kmh or *1.5078 for mph. ...
by muppet96
18 May 2019, 20:19
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 959966

Re: Serial MCU controlled relay/switch

Is there any reason that this doesn't work with an LCTECH relay on the latest firmware ESP82xx Core 2_4_2, NONOS SDK 2.2.1(cfd48f3), LWIP: 2.0.3 PUYA support It works fine on an older version "Core Version: 2_4_0_RC2" As far as I can see all the settings are the same, compiled on PlatformI...
by muppet96
18 May 2019, 13:45
Forum: ESP Easy: Hardware
Topic: GPS P082 update rate
Replies: 8
Views: 5618

Re: GPS P082 update rate

Just for info if anybody cares, or needs, it if you set this rule: on GPS#Longitude do TaskValueSet 3,1,%eventvalue% TaskValueSet 3,2,[GPS#Latitude] TaskValueSet 3,3,[GPS#Speed] endon and set task 3 as dummy device with, in this case 3 sensors sending once every however many seconds and turn off sen...
by muppet96
17 May 2019, 14:52
Forum: ESP Easy: Hardware
Topic: GPS P082 update rate
Replies: 8
Views: 5618

Re: GPS P082 update rate

That's great. Thanks for the reply. I know it's testing was just unsure if I had missed something or if it was a known issue.
by muppet96
17 May 2019, 13:44
Forum: ESP Easy: Hardware
Topic: GPS P082 update rate
Replies: 8
Views: 5618

GPS P082 update rate

I've been trying out P082 GPS from the most recent release. It works ok but is updating via MQTT twice a second on all values despite being set to update once every 5 seconds. Under the devices tab it updates correctly at the set rate. Has anyone got any suggestions how to get it updating at the cor...