@homoran Worked smooth, thank you!
NEWS
Best posts made by ap2017
-
RE: Z-Wave adding nodes SOLVED
@AlCalzone Thank you, I forgot that all three "new" z-wave devices that I am trying to add I bought on eBay, so they were used by somebody. After factory reset everything started to work!
-
RE: Simple API Use SOLVED
@UncleSam Everything works now. I did not realized that I have to reset the web hook variable after motion is detected.
-
RE: mySENSORS adapter vs. MQTT?
Thank you. Since mySENSORS adapter is about to be fixed to allow nodes with number >10, see latest GitHub, I will stick with adapter.
-
RE: Adapters fail to update with error code 25. FIXED
@david-g Thank you, it helped.
Latest posts made by ap2017
-
eCharts Y-axis scaling
I would like to display multiple temperature data on one eChart screen with same Y-Axis scaling for all, but not able to do it. Each data set is scaled independently. I have all data sets as minmax.
-
RE: Sonoff Zigbee 3.0 Dongle E
@david-g Thanks. I've noticed that on Silabs Firmware Flasher sire https://darkxst.github.io/silabs-firmware-builder/ there are few versions of firmware for -E adapter in addition to latest Sonoff version, Is there any advantage using one of these?
-
Sonoff Zigbee 3.0 Dongle E
Do I need to flash Sonoff Zigbee 3.0 Dongle E with any specific firmware to work with iobroker? I tried non-flashed dongle and it seems to be working after I set proper communication port and type to Silicon Labs.
-
Using Zigbee module CC2530 with PTVO SOLVED
I am trying to use CC2530 Module with PTVO firmware. It works OK, except digital inputs gets interpreted as momentary buttons not as switches, meaning logical input goes to true state momentarily not staying true even when input signal is steady.
Solution: configured inputs with virtual outputs as shown on this example.
https://github.com/ptvoinfo/zigbee-configurable-firmware/issues/206Started to work
-
Extra widgets displayed in Android VIS
When I execute Android VIS app (latest available) it displays view with some extra widgets, most of them are from previous view design, not present currently on development screen. Examples: here is design view
And here how same view looks on Android. Re-syncing or Re-loading does not help
-
RE: Selecting default view in VIS
@homoran What if I have several views with same resolution? How to set default? What do you call front end? In my case I would like to monitor real time views on Android phone, is it considered front end?
-
Selecting default view in VIS
I am not able to select default view in VIS, the check box on VIS development Tools tab is grayed out. No other view is selected default. When real-time starts, it shows the first view in alphabetical order.
-
Help with Blockly NEVER MIND
I have what seems to be a simple script, which does not work. I would like to set button on the screen to toggle Boolean user object variable Light_OFF (Boolean), then use script to control light. Individually all components are operational (status of user object changes, able to manually turn ON/OFF light when entering target values into corresponding object. But script does not work, What am I missing? I use script engine version 7.0.3
-
RE: Node.js update
@thomas-braun Here is what I have in my records to downgrade. This from https://forum.iobroker.net/topic/19885/probleme-nach-js-controller-1-5-6-1-4-2-downgrade?_=1686947115238
cd /opt/iobroker iobroker stop npm i iobroker.js-controller@x.x.x --production iobroker start