Hi Steve,
Thanks for the example, I have not had time to implement it yet but it looks simple enough.
Regards,
Bob
Search found 443 matches
- Wed Apr 29, 2026 8:27 am
- Forum: Feature Requests
- Topic: Web app spinner
- Replies: 10
- Views: 2137
- Mon Apr 27, 2026 11:51 am
- Forum: Feature Requests
- Topic: Web app spinner
- Replies: 10
- Views: 2137
Re: Web app spinner
Hi Steve,
I must have miss read the reply, I thought it said set segment which is not available in the web app 7 segment component.
There is no help for the SetRawValue option but no idea how to use it.
Regards,
Bob
I must have miss read the reply, I thought it said set segment which is not available in the web app 7 segment component.
There is no help for the SetRawValue option but no idea how to use it.
Regards,
Bob
- Mon Apr 20, 2026 11:25 am
- Forum: General
- Topic: MQTT send control issues
- Replies: 3
- Views: 671
Re: MQTT send control issues
Hi Ben, First off, thanks for the incredibly quick reply and even better that it worked. I must have looked at all the code around there hundreds of time yesterday and I did not see it. I do have an issue with this though (hopefully I don't sound ungrateful), I think FC should have picked this up as...
- Mon Apr 20, 2026 10:51 am
- Forum: General
- Topic: MQTT send control issues
- Replies: 3
- Views: 671
MQTT send control issues
Hi, I have modified the Environmental monitoring and control example and it is working fine sending the data from the ESP32 to the web app. Unfortunately I cannot figure out what is going wrong in the other direction, when i try the original example it seems worse as every message seems to reboot th...
- Mon Apr 20, 2026 10:28 am
- Forum: Bug Reports
- Topic: Horizontal radio buttons do not work correctly
- Replies: 2
- Views: 522
Re: Horizontal radio buttons do not work correctly
Hi Steve,
Option 2 worked although it took several goes before it to worked on all buttons. I will try option 1 later as that is probably more reliable in case I alter anything. I had assumed the distorted image would be what is actually shown.
Regards,
Bob
Option 2 worked although it took several goes before it to worked on all buttons. I will try option 1 later as that is probably more reliable in case I alter anything. I had assumed the distorted image would be what is actually shown.
Regards,
Bob
- Sun Apr 19, 2026 2:15 pm
- Forum: Bug Reports
- Topic: Horizontal radio buttons do not work correctly
- Replies: 2
- Views: 522
Horizontal radio buttons do not work correctly
Hi, Probably not exactly a bug but I have placed some radio buttons horizontally and not all work. If I place them vertically they do. In Version 5A (horizontal) the buttons 5 Mins, Lower and Upper work as expected but the 15 Mins one has to be clicked on the 15 Mins text. 10 Mins and Total do not a...
- Sun Apr 19, 2026 1:52 pm
- Forum: Bug Reports
- Topic: Errors on compile but no errors in results list (Web app)
- Replies: 1
- Views: 478
Re: Errors on compile but no errors in results list (Web app)
Hi,
I found the error, there was no local variable .data in SendButtonState macro. Not sure why FC didn't pick that up.
Regards,
Bob
I found the error, there was no local variable .data in SendButtonState macro. Not sure why FC didn't pick that up.
Regards,
Bob
- Sun Apr 19, 2026 1:00 pm
- Forum: Bug Reports
- Topic: Errors on compile but no errors in results list (Web app)
- Replies: 1
- Views: 478
Errors on compile but no errors in results list (Web app)
Hi, I have made some changes and now get errors when I try to compile. This is what I get in the compiler messages. Errors when generating C source code: WebApp_MQTT_Client_EcoEye5.html : 6 : error : Unknown or missing local variable: data WebApp_MQTT_Client_EcoEye5.html : 6 : error : Unknown or mis...
- Tue Apr 14, 2026 7:29 am
- Forum: Feature Requests
- Topic: Horizontal radio buttons
- Replies: 2
- Views: 1167
Re: Horizontal radio buttons
Hi Steve,
Thanks for the example, it explains it well.
Regards,
Bob
Thanks for the example, it explains it well.
Regards,
Bob
- Mon Apr 13, 2026 9:55 am
- Forum: Feature Requests
- Topic: ToBinary string manipulation
- Replies: 11
- Views: 1800
Re: ToBinary string manipulation
Hi Steve, Thanks for the info, I am sure a lot of people will find that useful. The macro Martin has created will still help me as I do send data out to a serial port quite a lot when debugging on real hardware. Hi Martin, I have downloaded the latest files but no time to look at for a while. Regard...