Search found 3 matches

by JustinWilker
Fri Jan 06, 2023 5:48 am
Forum: ESP RainMaker
Topic: Create new device type
Replies: 5
Views: 5991

Re: Create new device type

I actually just ended up changing the device to blinds and the parameter to blinds position. Didn't change anything else about the code, Google now displays the information (open or close) in the app. The device shows up as "blinds" instead of "garage" but that's just a minor inconvenience. Must be ...
by JustinWilker
Tue Jan 03, 2023 7:02 am
Forum: ESP RainMaker
Topic: Create new device type
Replies: 5
Views: 5991

Re: Create new device type

I have it set up now that the Google Home app is recognizing it as a garage door, however, I can't seem to get it to update. static Device garageSensor1("Garage Door 1", ESP_RMAKER_DEVICE_GARAGE_DOOR); Param garagePosition("Garage Position", ESP_RMAKER_PARAM_GARAGE_POSITION, value(0), PROP_FLAG_READ...
by JustinWilker
Sun Jan 01, 2023 11:20 pm
Forum: ESP RainMaker
Topic: Create new device type
Replies: 5
Views: 5991

Create new device type

Trying to set up a garage door sensor using rainmaker, according to https://rainmaker.espressif.com/docs/st ... types.html garage door is available. However, when I compile I get the following error:

Code: Select all

Compilation error: 'GarageDoor' does not name a type
Any help is appreciated!