iot
Here are 8,122 public repositories matching this topic...
The problem
I copied the arduino integration into custom_components
:
cp -R /srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/arduino/ /home/homeassistant/.homeassistant/custom_components/
and made homeassistant the owner:
sudo chown -R homeassistant:homeassistant arduino/
Environment
Latest hass, latest raspbian on Pi 4.
- Home A
Summary
Currently Kong supports writing configuration in a file, in YAML or JSON.
To provide a more flexible configuration, especially for those running Kong in different environments (dev, staging, production), an option to write configuration in lua
can be very useful.
Additional Details
There are many use-cases that come to mind:
- Using environment variables inside the d
readme中的最后一段为什么没有翻译呢?
Tips: This project is not an official.This project collect some documents about HarmonyOS in the Internet.This is not a commercial project.This project just introduce HarmonyOS and all documents and codes come from Internet.If you use this project for business or something about make money, or in the event of any disputes arising from the usage of, or in connection with t
I'm looking at the react tutorial at https://github.com/amark/gun/wiki/React-Tutorial and noticed that the code examples are using depreciated lifecycle methods such as componentWillMount.
超级表STable的删除有方便的办法吗?
必须先将通过STable创建的表先删除,然后才能删除超级表。当级联表很多时就麻烦了,除非写代码来删除。
There is an optional board
param than may be passed in the constructor opts for all device classes. Simply put, it allows the user to specify which board they want to use in projects that have multiple boards. It is currently not documented anywhere and should probably be added to all the classes.
-
Updated
May 28, 2020 - C++
We are suddenly running out of background workers and were told on Slack to increase timescaledb.max_background_workers
from 8 to 16.
The documentation makes it seem like the timescaledb-tune tool will automatically set the key to a correct value. However the tool [always sets the value to 8](https://github.com/timescale/timesca
I'm following https://gobot.io/documentation/platforms/chip/ on macOS and seeing a compilation error in the sample program:
undefined: gobot.On
Repro steps
I ran go get -d -u gobot.io/x/gobot/...
(worked)
Pasted the sample listed to main.go:
package main
import (
"fmt"
"gobot.io/x/gobot"
"gobot.io/x/gobot/drivers/gpio"
"gobot.io/x/gobot/platfor
Environment
- OS: RHEL 7.6
- Erlang/OTP:
- EMQ: 2.3.11
Description
I am using:
NIGINX --> Docker --> custom image with EMQ installed ( same host, SSL offload on nginx)
EMQ works and clients can connect but i see continous multiple crashes/proxy errors in the error.log
2019-08-27 12:12:31.287 [error] <0.11973.534> CRASH REPORT Process <0.11973.534> with 0 neighbou
The official Widgets Development Guide only contains the most basic widget types as example.
There is no functional example for a Flot chart in there right now. Or is it?
Since this is one of the most useful and probably used (at leat to me) widgets it would be very helpful to extend that docum
-
Updated
May 27, 2020 - C#
Expected Behavior
Better control over GAIN for LimeSDR device (not mini).
Please use example of the SDR Console Gain Control.
Actual Behavior
Signal really weak on the low frequencies even if GAIN is maximized.
Steps To Reproduce
- Go to URH
- Click on Spectrum Analyzer
- Refresh device, select sampling rate to 2.5M and Gain to above middle point (also tested maxim
Environment
- ejabberd version: 20.03
Hi all,
I'm on the latest ejabberd and have found the JWT auth docs somewhat lacking - https://docs.ejabberd.im/admin/configuration/authentication/#jwt-authentication
I've created this post https://stackoverflow.com/questions/61490726/jwt-secret-to-use-with-ejabberd and once I have the solution I'd like to update the core docs as the [ProccessOn
-
Updated
May 15, 2020 - C++
-
SerialPort Version: 6.2.0
-
NodeJS Version: N/A
-
Operating System and Hardware Platform: N/A
-
Have you checked the right version of the api docs?: N/A
-
Are you having trouble installing and you checked the Installation Special Cases docs? N/A
-
Are you using Electron and have you checked the Electron Docs?: N/A
I have a device which is only intermit
请完善cmsis os接口
因为要使用rtt+emwin,在emwin532版本里,GUI_X_OS.c是和os的接口,在rtconfig.h里打开#define RT_USING_CMSIS_OS后,编译出了几条错误,如下
cmsis_rtthread.c
Error[Pe167]: argument of type "os_pthread" is incompatible with parameter of type "void (*)(void *)" \RTThread\rt-thread-v2.1.x\components\CMSIS\RTOS\cmsis_rtthread.c 33
Warning[Pe188]: enumerated type mixed with another type \RTThread\rt-thread-v2.1.x\components\CMSIS\RTOS\cm
Solutions
1. Convert INO files to CPP
2. Manual prototype declaration
#ifdef DO_NOT_USE
typedef int32_t delaytype;
void thisShouldNotAppearInTheBinary(delaytype timer); // aded manually
void thisShouldNotAppearInTheBinary(delaytype timer) {
delay(timer);
}
#endif
There are +115 code examples provided with raylib, some of them contributed by several authors.
There could be some assets used on the examples that lack a license file (sometimes because it was just not available or not provided by the author). It should be reviewed.
All assets used in raylib examples should include a license and it should be a permissive license (free to use/distribute).
I was trying to use jerryscript on esp8266. But the way showing in "/target/esp8266" is different from "getting start page". And I don't know how to build an [API-Example-8](https://github.com/jerryscript-project/je
Absolutely love the work you guys are doing and I firmly believe that javascript is the way to go with everything. I want to make a Chrome App using cylon.js and therefore stumbled upon this repo from this blog post. Looking through the README, it's documented that we have to write our code in the script.js
file for instance and bundle it using Browserify like so:
./node_modules/.bin/brows
The board documentation on the CC2538DK, in the section on flashing, points the reader to TI documentation on making the bootloader enterable, ("here", "Uniflash"), but both links are currently broken, and only one has a recent (Uniflash, wher
As a microk8s user on Windows/Mac, I want to be able to use a standard kubectl for all my K8s instances that run on my machine.
A solution to that would be to have the installers detect any pre-existing kubeconfig files in the system and automatically append the microk8s context to them. Essentially, the installers need to automate this procedure: https://kubernetes.io/docs/tasks/access-applic
Is your enhancement proposal related to a problem? Please describe.
Bluetooth controller implementation uses magic numbers 625 and 1250 for the advertising interval and connection interval units.
Describe the solution you'd like
Use defines for the values 625 and 1250
Describe alternatives you've considered
None
Additional context
Refer to comments in https://github.co
-
Updated
May 29, 2020 - Java
-
Updated
May 29, 2020 - Java
-
Updated
May 26, 2020 - Python
-
Updated
May 27, 2020 - Python
Use case:
Have better compatibility with PostgreSQL tools
Feature description:
PostgreSQL supports various Data Type Formatting Functions
CrateDB has date_format
and format
as alternative, but for improved tooling support it would be good to have the PostgreSQL variants:
- `to_char(timestamp, text
Improve this page
Add a description, image, and links to the iot topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the iot topic, visit your repo's landing page and select "manage topics."
Netdata is not working with MySQL, only MariaDB. This is because this command SHOW USER_STATISTICS in this file only works in MariaDB.
Problem code is https://github.com/netdata/netdata/blob/bfae683664b488df91940a81760459db2b18983c/collectors/python.d.plugin/mysql/mysql.chart.py
My install is http://walkercodetutorials.codes:19999