Search found 7 matches
- Thursday 12 September 2024 10:18
- Forum: Python
- Topic: Update van "Text" device fails
- Replies: 7
- Views: 442
Re: Update van "Text" device fails
Ok, fixed. My Bad. The string was not a proper string...
- Thursday 12 September 2024 9:16
- Forum: Python
- Topic: Update van "Text" device fails
- Replies: 7
- Views: 442
Re: Update van "Text" device fails
Yes, when I put "Unknown" as string, the same result.
I saw this Options=7 in some other plugin, without it, creation fails... Indeed I have not clue what is....
Trial and Error...
I could try defining it with Type, subtype instead op the "Text" parameter...
I saw this Options=7 in some other plugin, without it, creation fails... Indeed I have not clue what is....
Trial and Error...
I could try defining it with Type, subtype instead op the "Text" parameter...
- Wednesday 11 September 2024 17:55
- Forum: Python
- Topic: Update van "Text" device fails
- Replies: 7
- Views: 442
Re: Update van "Text" device fails
Thanks for the reply. But the device with index 2 gives the same error where there is an sValue and the nValue = 0 This update for a similar items fails the same way: Devices[2].Update(nValue=0, sValue=hours_lowest[0]) and was created as: Domoticz.Device(Name="lowestEnergyTOD", Unit=2, TypeName ...
- Wednesday 11 September 2024 14:56
- Forum: Python
- Topic: Update van "Text" device fails
- Replies: 7
- Views: 442
Update van "Text" device fails
I create a "Text" device in a python plugin Like this: Domoticz.Device(Name="lowestPriceToday", Unit=3, TypeName="Text",Options=7).Create() and attempt to update like this: Devices[3].Update(nValue=price, sValue="{:.2f} €".format(price)) where price is a float. I get this error: 2024-09-11 14:52:11 ...
- Monday 15 January 2018 16:29
- Forum: Zigbee
- Topic: Raspbee Zigbee-controller for Raspberry Pi
- Replies: 4
- Views: 6250
Re: Raspbee Zigbee-controller for Raspberry Pi
Just buy the standard Philip HUE gateway and install Domotics on a standard Raspberry PI. It should work out of the box. The Philips HUE gateway connects to you Wifi network and the raspberry with domotics as well. If you configure Philips HUE in Domotics it will discover the gateway.. Unless you ...
- Friday 26 February 2016 15:53
- Forum: Z-Wave
- Topic: Forest Shuttle ZWave curtain rail
- Replies: 2
- Views: 1299
Re: Forest Shuttle ZWave curtain rail
I got it somewhat working by adding the following to manufacturer_specific.xml: <Manufacturer id="0207" name="Forest Group Nederland B.V."> <Product type="0027" id="0100" name="Shuttle L Z-Wave" config="forest/fs2z5232000002.xml"/> </Manufacturer> creating a subdirectory "forest" in Config with a ...
- Friday 26 February 2016 13:16
- Forum: Z-Wave
- Topic: Forest Shuttle ZWave curtain rail
- Replies: 2
- Views: 1299
Forest Shuttle ZWave curtain rail
I have installed a forest Shuttle ZWave Drapery Rail and I have associated it successfully with my Raspberry PI with a Razberry ZWave controller. However, OpenZWave does not fully recognize the Rail. Using the OPenZWave control Panel I can control the curtain: Open/close, percentage open and two ...