Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS
Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS
{"temp":"C","grav":"SG","wait_time":30}
Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS
DelarnTheBard wrote:I would love to make toggles and other input from the dashboar handle dict/json value.
- Code: Select all | TOGGLE FULL SIZE
{"temp":"C","grav":"SG","wait_time":30}
and have text input be enterer with a button rather than "enter" on the keyboard
Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS
Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS
Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS
jwcooper wrote:
You can do that now with the toggle button block. Just paste in that json as the button value. It's one of the text fields that is an option. You can set the 'on' and 'off' values independently of the display text.
Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS
TheCriticalPath wrote:I would love to see the ability to annotate data points in the feed via the API as well as the online portal.
data = {'value': 46 , 'comment': 'something meaningful'}
Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS
Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS
vadaparty wrote:Is there a consideration to have Huzzah (ESP 8266) Feather with QT connections?
There are a lot of advantages with the QT (numerous Adafruit sensors connections)...
Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS
Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS
caroni wrote:ALTERNATIVES TO PORT 1883 FOR MQTT
I want to create a simple script on my server but my host allows only ports over 50000, 1883 is blocked.
Can't you have alternative ports??
Re: IDEAS: ADAFRUIT IO FEATURE SUGGESTIONS